Webhook
Data Element | Data Type | What is it | Mandatory |
---|---|---|---|
Id | Integer | The unique identifier of the record | No |
Topic | String | The Deputy action which will trigger the webhook | Yes |
Address | String | The url destination for the webhook request | Yes |
Headers | String | Headers to include in the webhook request | No |
Filters | String | Server side rules of the Webhook. For example, if you only want to be informed about Timesheets that are for an employee with the id of 1, you can add EmployeeId: 1 to the filters box. There is no limit to how many filters you can set. | No |
Type | String | The method of delivery for the webhook. - URL - SQS - SLACK | Yes |
Enabled | Bit | Whether the webhook is currently active | Yes |
Creator | Integer | The identifier of the user who created the record | No |
Created | DateTime | When the record was originally created | No |
Modified | DateTime | When the record was last modified in the Deputy install | No |
Updated about 2 years ago