From 11e543c7558a6e708f920142083c2b0d4e232843 Mon Sep 17 00:00:00 2001 From: Marcin Klocek Date: Fri, 31 Jul 2026 13:39:37 +0200 Subject: [PATCH] Fix inbound_inbox_id webhook description: optional, not required inbound_inbox_id is optional for inbound_receiving webhooks; omitting it applies the webhook to all inboxes in the account. It is not required. --- specs/email-sending.openapi.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specs/email-sending.openapi.yml b/specs/email-sending.openapi.yml index 61a7f8b..39a2ab4 100644 --- a/specs/email-sending.openapi.yml +++ b/specs/email-sending.openapi.yml @@ -1896,8 +1896,9 @@ paths: type: integer description: | ID of the inbound inbox the webhook is linked to. - Required for `inbound_receiving` webhooks; must not be - set for any other webhook type. + Optional for `inbound_receiving` webhooks — omit to + apply the webhook to all inboxes in the account. Not + applicable to any other webhook type. example: 1 responses: '200':