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>"
}Your Inbound API key. Include it in the Authorization header as: Bearer
Was this page helpful?