Skip to main content

2026-04-08 Webhooks API

  • New POST /v1/webhooks/configs/{configId}/test-oauth endpoint added for testing the OAuth client credentials configuration of a webhook
  • New deliveryMode field added to webhook configurations (json_base64 or binary_multipart) to control how file data is delivered for file-triggered webhooks
  • New multipartConfig field added for specifying form field names when using binary_multipart delivery mode