Send an "Offer Letter Signed" Email
Overview
This action allows you to send an "offer letter signed" email to a manager whom you would like to be notified.
Action Type
send_offer_letter_signed_email
Required Data
offer_letter_idThe id of the offer letter for which to send the email.emailThe email of the manager whom you would like to be notified.
Optional Data
None.
Example Request Payload
{
"type": "send_offer_letter_signed_email",
"data": {
"offer_letter_id": 3640,
"email": "[email protected]"
}
}Usage
Upon execution of the action, an "offer letter signed" email will be sent to the manager.
Updated 5 months ago
