🔐 Plus Plugin Only: This is only available in the Plus version of the plugin. Get the Plus plugin here.

Fields

FieldTypeDescription
urlTextThe webhook server endpoint that was provided.
Basic authTextThe basic auth credentials that will be used to POST to the webhook URL.
Retry typeTextThe retry configuration for this webhook. Options: "circuit-breaker", "exponential".
Event TypesTextA comma-separated list of event types the webhook is subscribed to, with each event wrapped in quotes (e.g., "meeting.started", "meeting.ended")

Returned Values

FieldTypeDescription
uuidTextThe unique identifier for this webhook.
urlTextThe webhook server endpoint that was provided.
hmacTextA secret that can be used to verify the signature of the webhook.
basicAuthTextThe basic auth credentials that will be used to POST to the webhook URL.
retryTypeTextThe retry configuration for this webhook endpoint.
eventTypesArrayThe set of event types this webhook is subscribed to.
stateTextThe current state of the webhook. Options: "FAILED", "INACTIVE".
failedCountNumberThe number of consecutive failures this webhook has made.
lastMomentPushedTextThe ISO 8601 time of the last moment an event was pushed to the webhook server.
domainIdTextThe domain ID this webhook is associated with.
createdAtTextThe ISO 8601 time of when this webhook was created.
updatedAtTextThe ISO 8601 time of when this webhook was last updated.