Lodol Docs

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

ParameterTypeRequiredDescription
tostringYesWho to send the email to. To reach more than one person, separate the addresses with commas.
subjectstringYesThe subject line of the email.
body_textstringYesThe plain text content of the email.
ccstringNoPeople to copy on the email. Separate multiple addresses with commas.
bccstringNoPeople to copy privately. Other recipients will not see these addresses. Separate multiple addresses with commas.

Response

{
  "result": {
    "recipients": [
      "person@example.com"
    ],
    "sent": true
  }
}

On this page