Send email

Send an email message.

Available on :

  • all platforms
AttributeTypeRequiredDescription
typestringalways send_email_action
recipientstringa valid recipient email address (length<=150)
contentstringcontent of the message (length<=1500)
subjectstringsubject of the message (length<=150)
fromEmailstringa valid email used to change the default sender email
fromNamestringa name used to change the default sender name
{
    "type": "send_email_action",
    "recipient": "[email protected]",
    "content": "How are you ?",
    "subject": "Hi"
}