cURL
curl --request POST \ --url https://api.decodahealth.com/email/drafts/{draft_id}/send \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "success": true, "messageId": "<string>", "threadId": "<string>", "error": "<string>" }
Send a draft email.
The tenant you are making this request on behalf of
Your api key
Successful Response
Response after sending an email.