Skip to main content
POST
/
api
/
e2
/
onboarding
/
demo
Send onboarding demo email
curl --request POST \
  --url https://inbound.new/api/e2/onboarding/demo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "apiKey": "<string>",
  "to": "<string>"
}
'
{
  "id": "<string>",
  "messageId": "<string>"
}

Authorizations

Authorization
string
header
required

Your Inbound API key. Include it in the Authorization header as: Bearer

Body

apiKey
string
required

User's API key for sending

to
string
required

Recipient email address

Response

Response for status 201

id
string
required
messageId
string