{
"body": {
"email_to": [2],
"email_subject": "Test",
"email_body": "Test email"
},
"action": "send_email"
}
Variable | Data Type | Required | Additional Validation |
---|---|---|---|
email_to | array of integers | True | No |
email_subject | string | True | No |
email_body | string | True | No |
{
"message": "Email Sent"
}
{
"error": "error message"
}