Last updated 3 years ago
API to update an existing webhook registration by event topic
to extend with other dimensions of the webhook topics as we go, i.e. channel_type, fields, etc.
curl -L \ --request PUT \ --url '/v1/businesses/{businessId}/update/webhooks/{webhookId}' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "address": "text", "configuration": { "echo": true, "channelTypes": [ "sms" ], "webengageConfiguration": { "webengageToken": "text", "webengageWebhookUrl": "text" }, "filters": [ { "field": "campaign_name", "expression": "test-campaign-*" } ] } }'
{ "id": "text" }