2024-10-14

🚨 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"
  • 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"
  • Retrieve a webhook (GET /v1/webhooks/{id})
    • ✨ [Replaced] possible values of type in response body: "zapier" → "system"
  • 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"

Components schemas

  • CaseWebhook
    • ✨ [Added] property sub_event
  • IndividualWebhook
    • ✨ [Added] property sub_event
  • Webhook
    • 🚨 [Replaced] possible values of type: "zapier" → "system"