2024-10-14
12 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: