For the complete documentation index, see llms.txt. This page is also available as Markdown.

Inbound Email

Process Inbound Email

post
Authorizations
apikeystringRequired
Body
tostringRequired
fromstringRequired
subjectstringOptionalDefault: ""
textstringOptionalDefault: ""
htmlstringOptionalDefault: ""
Responses
200

Successful Response

application/json
statusstringRequired
request_idstringRequired
integration_idsstring[] · nullableOptional
reasonstring · nullableOptional
post/sendgrid/integrations-onboarding
POST /sendgrid/integrations-onboarding HTTP/1.1
apikey: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 60

"to='text'&from='text'&subject=''&text=''&html=''"
{
  "status": "text",
  "request_id": "text",
  "integration_ids": [
    "text"
  ],
  "reason": "text"
}

Last updated