Webhooks

The push side of the integration: subscribing to changes, verifying them, and applying them correctly.

The push side of the integration: subscribing to changes, verifying them, and applying them correctly.

  • Webhooks Overview & Event Types — the three event types and what each one asserts
  • Managing Subscriptions — every subscription endpoint, request and response bodies
  • Verifying Signatures — the HMAC recipe, in Python and JavaScript, and secret rotation
  • The Payload Contract & Worked Examples — the sections rule, worked example by example
  • Delivery, Idempotency & Suspension — the apply algorithm, retries, and what suspends a subscription
  • Coverage — what is and is not covered, and the daily re walk