SendGrid event webhook.
POST /v2/webhooks/inbound/sendgrid/{receiver_id}
Signature scheme: sendgrid_eddsa (per §5.2).
Operation
| Operation ID | receiveSendgrid |
| Tags | InboundReceivers |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| receiver_id * | path | id |
Request body
Required
object
| Field | Type | Description |
|---|---|---|
| kind * | enum (1) | sendgrid |
| events * | object[] |
Responses
200
Accepted
401
404
Resource not found (or not visible to token).
schema
410
Cursor invalid or receiver disabled.
schema
Example request
POST https://api.digitalonboarding.com/v2/webhooks/inbound/sendgrid/{receiver_id}
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>
{ /* request body matching schema above */ }