AlfaConnect icon

AlfaConnect

Interact with AlfaConnect services (NimbaSMS, AlfaMail)

Actions7

Overview

The AlfaMail Send Mail operation allows users to send emails through the AlfaConnect email service. It supports sending emails to one or multiple recipients, specifying the subject line, and composing the email content in HTML format. This node is useful for automating email notifications, marketing campaigns, or transactional emails within workflows.

Use Case Examples

  1. Sending a welcome email to new users after registration.
  2. Automating notification emails for system alerts or updates.
  3. Sending marketing newsletters to a list of subscribers.

Properties

Name Meaning
To Email address(es) of the recipient(s). Can be a single email or multiple comma-separated emails.
Subject Subject line of the email.
HTML Body HTML content of the email body.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • success - Indicates if the email was sent successfully.
  • messageId - Identifier of the sent email message.
  • to - List of recipient email addresses.
  • subject - Subject line of the sent email.
  • html_body - HTML content of the sent email.

Dependencies

  • Requires an API key credential for AlfaConnect to authenticate requests.

Troubleshooting

  • Ensure the 'To' field contains valid email addresses; invalid emails may cause sending failures.
  • Check network connectivity and proxy settings if requests fail to reach the AlfaConnect API.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.

Discussion