Skip to main content
POST
Inbox Drop ingress — inbound email payload from provider adapter

Body

application/json

Internal-service request body sent by inbound-email adapters (SendGrid, etc.) to fan out to matching workflows.

organizationId
string
required
emailData
object
required

Parsed inbound email payload produced by a provider adapter (e.g. SendGrid Inbound Parse).

Example:
userId
string

Optional. Falls back to the workflow's owning user when missing.

metadata
object

Response

Inbound email accepted and matching workflows enqueued

success
enum<boolean>
required
Available options:
true
matchedCount
integer
required

Number of workflows whose InboxDropTrigger matched this email. 0 = no match; the adapter may fall back to a non-workflow handler.