Create an email
This endpoint lets you create a new email for a given candidate_reference.
For example, it may be useful if you send emails through an external service and you want to consolidate all the emails related to your candidates in our ATS.
email creation
POST
https://www.welcomekit.co/api/v1/external/emails
Query Parameters
Name | Type | Description |
---|---|---|
candidate_reference* | string | Candidate reference |
subject* | string | Email subject |
body* | string | Email body (plain text, markdown, html) |
from_email* | string | Email sender |
to* | string | Email receiver |
send_email | string | Let Welcome Kit send the related email to the candidate? |
remote_file_urls | array | Email attachments (PDF, JPG, etc.) |
Request example
Last updated