Webhooks
Operations for managing webhook subscriptions
Get webhooks
GET/api/account/webhooks
Add webhooks
POST/api/account/webhooks
Replace webhooks
PUT/api/account/webhooks
Delete webhooks
DELETE/api/account/webhooks
ModelsExpand Collapse
WebhookListResponse object { status, webhooks }
WebhookListResponse object { status, webhooks }
webhooks: optional object { call_log, contact_created, contact_profile, 7 more }
webhooks: optional object { call_log, contact_created, contact_profile, 7 more }
typing_indicator: optional array of string or WebhookConfiguration { url, secret, sendblue_numbers }
typing_indicator: optional array of string or WebhookConfiguration { url, secret, sendblue_numbers }
WebhookCreateResponse object { message, status, webhooks }
WebhookCreateResponse object { message, status, webhooks }
webhooks: optional object { call_log, contact_created, contact_profile, 7 more }
webhooks: optional object { call_log, contact_created, contact_profile, 7 more }
typing_indicator: optional array of string or WebhookConfiguration { url, secret, sendblue_numbers }
typing_indicator: optional array of string or WebhookConfiguration { url, secret, sendblue_numbers }
WebhookUpdateResponse object { message, status, webhooks }
WebhookUpdateResponse object { message, status, webhooks }
webhooks: optional object { call_log, contact_created, contact_profile, 7 more }
webhooks: optional object { call_log, contact_created, contact_profile, 7 more }
typing_indicator: optional array of string or WebhookConfiguration { url, secret, sendblue_numbers }
typing_indicator: optional array of string or WebhookConfiguration { url, secret, sendblue_numbers }