Create Webhook
Create a webhook
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The webhook server endpoint that was provided.
The basic auth credentials that will be used to POST to the webhook URL.
The retry configuration for this webhook endpoint to use. The default is circuit-breaker.
circuit-breaker, exponential The set of event types this webhook is subscribed to.
recording.ready-to-download, recording.started, recording.error, streaming.started, streaming.updated, streaming.ended, streaming.error, meeting.started, meeting.ended, participant.joined, participant.left, waiting-participant.joined, waiting-participant.left, batch-processor.job-finished, batch-processor.error, dialout.connected, dialout.error, dialout.stopped, dialout.warning, dialout.answered, dialin.ready, dialin.connected, dialin.error, dialin.stopped, dialin.warning, transcript.ready-to-download, transcript.started, transcript.error, calltransfer.triggered, calltransfer.initiated, calltransfer.answered, calltransfer.completed A secret that can be used to verify the signature of the webhook. If not provided, an hmac will be provisioned for you and returned.
Response
200
The webhook server endpoint that was provided.
The unique identifier for this webhook.
A secret that can be used to verify the signature of the webhook.
The basic auth credentials that will be used to POST to the webhook URL.
The retry configuration for this webhook endpoint to use. The default is circuit-breaker.
circuit-breaker, exponential The set of event types this webhook is subscribed to.
recording.ready-to-download, recording.started, recording.error, streaming.started, streaming.updated, streaming.ended, streaming.error, meeting.started, meeting.ended, participant.joined, participant.left, waiting-participant.joined, waiting-participant.left, batch-processor.job-finished, batch-processor.error, dialout.connected, dialout.error, dialout.stopped, dialout.warning, dialout.answered, dialin.ready, dialin.connected, dialin.error, dialin.stopped, dialin.warning, transcript.ready-to-download, transcript.started, transcript.error, calltransfer.triggered, calltransfer.initiated, calltransfer.answered, calltransfer.completed The current state of the webhook. "FAILED" | "INACTIVE"
The number of consecutive failures this webhook has made.
The ISO 8601 time of the last moment an event was pushed to the webhook server.
The domain ID this webhook is associated with.
The ISO 8601 time of when this webhook was created.
The ISO 8601 time of when this webhook was last updated.