Create an email
This endpoint lets you create a new email for a given candidate_reference.
email creation
Query Parameters
Name
Type
Description
{
"id": 12345,
"subject": "Greetings",
"body": "Email body",
"from_email": "[email protected]",
"to": "[email protected]",
"created_at": "2018-01-03T16:17:07.501+01:00",
"origin": "api",
"candidate_reference": "wttj-d655345409a6097309156b05",
"attachments": [
{
"filename": "resume",
"file_url": "http://example.com/resume.pdf",
"size": 433348,
"content_type": "application/pdf"
}
]
}Last updated
Was this helpful?