Discussions
Webhooks or polling?
11 months ago by Stefan
I want to be informed when certain attributes are set on an employee, e.g. Job Title or Department are changed, to update this information in our Google Workspace user management and to automatically add employees to the right user groups.
Personio recently added their [Microsoft Entra ID integration](https://www.marketplace.personio.de/integrations/azuread/), but I think that syncing from Personio to Microsoft to Google will be more error-prone than directly syncing from Personio to Google. Personio doesn't have SCIM, so I want to try this via the API.
To get updates for employees, webhooks would be perfect but I haven't seen webhooks in the API docs. is polling /company/employees
every 60 sec OK?