cURL
curl --request POST \ --url https://api.voxo.co/v2/webhooks/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tenantId": 1, "type": "SALESFORCECRM", "url": "<string>" } '
{ "id": 123, "tenantId": 123, "type": "<string>", "url": "<string>" }
Create a new webhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant ID
x > 0
Webhook event type
SALESFORCECRM
Webhook callback URL
3
Created webhook
Webhook ID
Callback URL
Was this page helpful?
Contact support