Specifies whether the webhook is active. Set to `true` to enable notifications, or `false` to disable them. If omitted, the current active status is unchanged.
secretstring
A secret key for verifying webhook payload authenticity. Cal.com will use this to sign payloads, and the signature will be included in the `X-Cal-Signature-256` HTTP header. Provide an empty string to remove an existing secret. If omitted, the existing secret is unchanged.
clientIdstring
Required
The unique identifier of the OAuth client to which the webhook belongs.
triggersarray
The list of event types that will trigger this webhook. Replaces the existing triggers if provided. If omitted, the current trigger events are unchanged. You can subscribe to multiple event triggers.
webhookIdstring
Required
The unique identifier of the webhook configuration to be updated.
subscriberUrlstring
The URL where the webhook payload will be sent. Must be a valid HTTPS URL. If omitted, the existing subscriber URL is unchanged.
payloadTemplatestring
The template for the webhook payload, defining the structure and content sent to the `subscriberUrl`. Utilizes a templating language; see Cal.com documentation (cal.com/docs/core-features/webhooks) for syntax and available variables. If omitted, the existing template is unchange…
x_cal_secret_keystring
The OAuth client secret key required for Platform authentication. This key is obtained when registering an OAuth client application with Cal.com. It is used to sign and verify requests to OAuth client webhook endpoints.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not
Skills that use this Action
No published Skills explicitly reference this Action yet.