Zapier
Add Zapier Webhook
Registers a new Zapier webhook URL for the workspace
POST
Overview
This endpoint registers a new Zapier webhook URL for your workspace. Once registered, Caret will send notifications to this URL whenever a new meeting is created. This is primarily used by the Caret Zapier integration to set up “Instant” triggers.Authentication
All API requests must useAuthorization: Bearer <API_KEY>.
Bearer token. Format:
Bearer <API_KEY>.Body
The webhook URL provided by Zapier where notifications should be sent. Must be
a valid URL.
Response
Indicates the result of the operation. Always
success if the webhook was
registered.