curl --request POST \
--url 'https://api.vida.dev/api/v2/webhooks?token=' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
"label": "Zapier Hook",
"type": "conversation"
}
'{}Add a new webhook destination.
curl --request POST \
--url 'https://api.vida.dev/api/v2/webhooks?token=' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef",
"label": "Zapier Hook",
"type": "conversation"
}
'{}Vida API Token
OK