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>"
}Send a demo email during onboarding to verify email setup. User must reply to complete onboarding.
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>"
}Documentation Index
Fetch the complete documentation index at: https://inbound.new/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your Inbound API key. Include it in the Authorization header as: Bearer
Was this page helpful?