Webhooks
Add Webhook
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Webhooks
Add Webhook
Add a new webhook destination.
POST
/
api
/
v2
/
webhooks
curl --request POST \
--url https://api.vida.dev/api/v2/webhooks \
--header 'Content-Type: application/json' \
--data '{
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
"label": "Zapier Hook",
"type": "conversation"
}'
This response does not have an example.
curl --request POST \
--url https://api.vida.dev/api/v2/webhooks \
--header 'Content-Type: application/json' \
--data '{
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
"label": "Zapier Hook",
"type": "conversation"
}'
This response does not have an example.