Creates a webhook.
Webhooks
Create a Webhook
POST
Creates a webhook.
Documentation Index
Fetch the complete documentation index at: https://docs.goteal.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
A unique name of the webhook
Example:
"user-payroll-submitted"
Example:
[
"user-payroll-submitted",
"user-hmrc-data-submitted",
"user-bank-statement-submitted"
]Example:
"https://webhooks.company.com"
A secret to sign the body of the webhook as described at "https://docs.goteal.co"
Example:
"very-secret"
A randomly generated 32-byte key, encoded in Base64, used to encrypt messages. This key is necessary for encryption but is not retrievable after being set.
Example:
"St/73LZ1xHkwX5TanL7V+YAVczn4acozPf3cFySKQXI="
Configuration properties of the webhook
Response
Created
The id of the webhook
Example:
"95a0e70b-fe02-4f47-aef9-2efff279df71"
A unique name of the webhook
Example:
"user-payroll-submitted"
Example:
[
"user-payroll-submitted",
"user-hmrc-data-submitted",
"user-bank-statement-submitted"
]Example:
"https://webhooks.company.com"
Example:
"2019-05-17T00:00:00.000Z"