Register webhook
Webhooks
Register webhook
Register a webhook endpoint for async notifications.
POST
Register webhook
Use Case:
Register a webhook endpoint for asynchronous job notifications.Authorizations
Use the required Token prefix. Example: Authorization: Token xxxxxxxxx
Body
application/json
Your HTTPS endpoint URL to receive webhook events.
Example:
"https://your-app.com/webhook"
Events to subscribe to.
Available options:
email.find.bulk.completed, phone.find.bulk.completed Example:
["email.find.bulk.completed"]Secret for HMAC signature verification of incoming webhook payloads.
Example:
"your-secret-for-signature"