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