Send Mails to Output messenger using API.
Request:
POST /api/mail?from=sam&to=John&department=Support&message=New Mail Posted&subject=this is subject
Fields Description:
| Fields | Details |
|---|---|
| from | Sender’s Username or Email. |
| to | Receiver’s Username or Email. Add multiple users using delimiter(semicolon) |
| department | Department name, for which you want to send emails. Add multiple departments using delimiter(semicolon) |
| message | Content of the mail. |
| subject | Subject of mail. |
Response:
{
"success":true
}