Webhooks
Create a Webhook
POST
Authorizations
Body
application/json
A unique name of the webhook
Example:
"user-payroll-submitted"
Example:
[
"user-payroll-submitted",
"user-payroll-created"
]
Example:
"https://webhooks.company.com"
A secret to sign the body of the webhook as described at "https://docs.goteal.co"
Example:
"very-secret"
Configuration properties of the webhook
Response
201
application/json
Created
A unique name of the webhook
Example:
"user-payroll-submitted"
Example:
[
"user-payroll-submitted",
"user-payroll-created"
]
Example:
"https://webhooks.company.com"
The id of the webhook
Example:
"95a0e70b-fe02-4f47-aef9-2efff279df71"
Example:
"2019-05-17T00:00:00.000Z"