Skip to main content
POST
Subscribe to Zapier Webhook
Zapier calls this endpoint when a Zap built on a Raise trigger is turned on; remove the subscription with Unsubscribe from Zapier Webhook.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

The subscription request containing target URL and event type.

Request model for Zapier webhook subscription.

targetUrl
string<uri>
required

The target URL where Zapier will receive webhook notifications.

Minimum string length: 1
eventType
string
required

The event type to subscribe to (e.g., "Gift_Added", "Donor_Modified").

Minimum string length: 1

Response

OK

Response model for Zapier webhook subscription.

id
integer<int64>

The unique identifier of the webhook that was created.

Last modified on July 28, 2026