integration-created
webhook. We send this webhook every time one of your customers creates a new integration.
end_user.origin_id
is submitted by you when creating a connection link and should represent the ID of your customer in your database. You need to store this ID in your database so that you’ll know which HRIS system belongs to which customer. For example, if you have two customers with the IDs “42” and “43”, then your database could look as follows after the integrations have been created:
end_user.origin_id | kombo_integration_id |
---|---|
42 | personio:8d1hpPsbjxUkoCoa1veLZGe5 |
43 | successfactors:B1hu5NGyhdjSq5X3hxEz4bAN |
connection-flow-failed
webhook every time a customer is running into an issue. You should set up some sort of alerting based on this webhook so that you can be fast to offer help to your customer, should they have an error when setting up an integration.
kombo_integration_id
from your database.
integration-deleted
webhook. This will be sent to you if someone goes into the Kombo dashboard and deletes an integration manually. Also then you’ll have to remove the kombo_integration_id
from your database.