2024-10-14
7 months ago
šØ BREAKING CHANGES
Paths
- List all webhooks (
GET /v1/webhooks
)- šØ [Replaced] possible values in query parameter
type
:"zapier"
ā"system"
- ⨠[Replaced] possible values of
data[].type
in response body:"zapier"
ā"system"
- šØ [Replaced] possible values in query parameter
- Create a webhook (
POST /v1/webhooks
)- šØ [Replaced] possible values of
type
in request body:"zapier"
ā"system"
- ⨠[Added] possible values of
events[]
in request body:"Individual.InfoUpdated"
- ⨠[Replaced] possible values of
type
in response body:"zapier"
ā"system"
- šØ [Replaced] possible values of
- Retrieve a webhook (
GET /v1/webhooks/{id}
)- ⨠[Replaced] possible values of
type
in response body:"zapier"
ā"system"
- ⨠[Replaced] possible values of
- Update a webhook (
PATCH /v1/webhooks/{id}
)- šØ [Replaced] possible values of
type
in request body:"zapier"
ā"system"
- ⨠[Added] possible values of
events[]
in request body:"Individual.InfoUpdated"
- ⨠[Replaced] possible values of
type
in response body:"zapier"
ā"system"
- šØ [Replaced] possible values of
Components schemas
CaseWebhook
- ⨠[Added] property
sub_event
- ⨠[Added] property
IndividualWebhook
- ⨠[Added] property
sub_event
- ⨠[Added] property
Webhook
- šØ [Replaced] possible values of type:
"zapier"
ā"system"
- šØ [Replaced] possible values of type: