Update a webhook
Updates the information in existing webhook
Path parameters
An id of a webhook
Request body
An id of a webhook
A parameter which allows the webhook to send requests to unknown ssl endpoints (ssl certificate verification is disabled)
A parameter which allows the webhook to send requests to unknown ssl endpoints (ssl certificate verification is disabled)
A name of a webhook
A resource name that webhook is watching events on. Use GET /webhooks/resources to determine resources and events available (ex: InboundCall, OutboundCall, InboundText, OutboundText, CallBroadcast, TextBroadcast, etc...)
Comma separated list of events on resource that will trigger callbacks (ex: STARTED, STOPPED, FINISHED, etc...).
A limit callback response to a particular fields
URL that webhook will send POST to on resource event trigger
Webhook secret token which is used as a signing key to HmacSHA256 hash of json payload which is returned in 'X-CallFire-Signature-256' header. This header can be used to verify callback POST is coming from CallFire. See security guide
If true is set then webhook triggers only once. Afterwards the webhook will be deleted
A time when the given resource was created, formatted in unix time milliseconds (read only). Example: 1473781817000
A time when the given resource was updated, formatted in unix time milliseconds (read only). Example: 1473781817000
~