AurionAI Docs

Receive Inbound Email

Receive inbound messages from SendGrid/Graph/Gmail bridge integrations.

POST
/api/webhooks/email/inbound

Receive inbound messages from SendGrid/Graph/Gmail bridge integrations.

Query Parameters

provider?Provider
Default"aurion"
Lengthlength <= 40

Response Body

application/json

application/json

curl -X POST "https://loading/api/webhooks/email/inbound"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}