Create a Webhook

Before you start, ensure you have the following information:

  1. Go to System Tools > Utilities > Tools > Webhooks.

  2. Select Create New to open blank webhook creation form.

  3. Select the Form dropdown arrow to select your tab. You can create webhooks from the Absence, Contract and Personal tabs.

  4. Choose the required Event Type from the list. Available Event Types differ according to the Form selected.

  5. For your HTTP Method, select DELETE, PATCH, POST or PUT.

    • DELETE - Deletes the resource at your specified URL.

    • PATCH - Allows partial updates to a resource at your specified URL.

    • POST - Makes a POST request to a URL to create a resource at your specified URL.

    • PUT - Makes a PUT request to a URL to update a resource at your specified URL.

  6. Choose the Payload Type, either JSON or XML. This is the format of the data you are sending.

  7. Enter the Target URL (the URL address of the resource you wish to create the webhook for).

  8. Choose an Authentication Type from the list.

  9. Select Active to activate the webhook. (You can edit this later if you wish to pause it for a while.)