Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions specs/email-sending.openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down
Loading