Send a "Thanks but no thanks" Email
Overview
This action allows you to send a "thanks but no thanks" email to an applicant whom you do not want to hire.
Action Type
send_tbnt_email
Required Data
app_idThe id of the applicant for which to send the email.delayAn integer for the amount of hours to wait before actually sending the email.
Optional Data
None.
Example Request Payload
{
"type": "send_tbnt_email",
"data": {
"app_id": 3640,
"delay": 0
}
}Usage
Upon execution of the action, a "thanks but no thanks" email will be sent to the applicant after the specified delay.
Updated 5 months ago
