Yahoo Mail
API actions for the Yahoo Mail integration.
Yahoo Mail
Send emails from your Yahoo Mail account.
Send an email
Send a plain text or HTML email through Yahoo Mail.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
to | string | Yes | Who to send the email to. To reach more than one person, separate the addresses with commas. |
subject | string | Yes | The subject line of the email. |
body_text | string | Yes | The plain text content of the email. |
cc | string | No | People to copy on the email. Separate multiple addresses with commas. |
bcc | string | No | People to copy privately. Other recipients will not see these addresses. Separate multiple addresses with commas. |
Response
{
"result": {
"recipients": [
"person@example.com"
],
"sent": true
}
}