Send an email message.
Available on :
- all platforms
Attribute | Type | Required | Description |
---|---|---|---|
type | string | ✓ | always send_email_action |
recipient | string | ✓ | a valid recipient email address (length<=150) |
content | string | ✓ | content of the message (length<=1500) |
subject | string | ✓ | subject of the message (length<=150) |
fromEmail | string | a valid email used to change the default sender email | |
fromName | string | a name used to change the default sender name |
{
"type": "send_email_action",
"recipient": "[email protected]",
"content": "How are you ?",
"subject": "Hi"
}