Overview of Webhooks
A Webhook is a mechanism that allows an application ( A ) to provide other applications ( End-Point ) with event-driven information. As a JisrHR admin, you can create, manage, and configure webhooks. You can configure your webhooks to automatically notify you when events are associated with your End-point.
I.e. If a new employee is added on JisrHR, the system will notify the end-point app via webhook that a new employee is added.
How to activate Webhooks on Jisr?
Navigate to Settings page > Integrations > Webhooks > Create Webhook
- Enter the webhook name and description.
- Enter or paste the End-point URL ( Example: https://www.google.com )
- Select one of the available authentications according to the End-point authentication type.
- Add the Headers ( If any )
- In the Event Subscription section, choose either a particular employee-related action event or select all events.
- Click on Create button.
- If the entered URL for the endpoint is incorrect, the system will display the following error message.
Notes:
- At the Event Subscription section, note that for the following actions:
- Create_Employee
- Delete_Employee
- Update_Employee
=> Once the event is triggered, Webhooks will send a notification + employee name to the registered endpoints.
However, for the ( bulk_create_update_employee):
=> Once the event is triggered, Webhooks will send a notification only to the registered endpoints.
Comments
0 comments
Please sign in to leave a comment.