Skip to main content
POST
/
v1
/
inbound
/
simulate
Simulate an inbound email
curl --request POST \
  --url https://api.drin.run/v1/inbound/simulate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "to": "<string>",
  "from": "<string>",
  "subject": "<string>",
  "html": "<string>",
  "text": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://drin.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Drin API key, sent as Authorization: Bearer <key>.

Headers

X-Drin-Product
string

Names the sending project for account-wide keys (alias: X-Drin-Sender). Project-scoped keys may omit it.

Body

application/json
to
string
required
from
string
required
subject
string
required
html
string
text
string

Response

200

The synthesized inbound message.