Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

Overview

This node sends transactional emails using Falconyte's email API. It allows users to select an email template, specify the mail account to send from, and define recipient details. It supports additional optional fields such as recipient name, sender name override, contact ID, and template variables. This node is useful for automating email sending in workflows, such as sending notifications, marketing emails, or transactional messages using predefined templates.

Use Case Examples

  1. Sending a welcome email to a new user using a predefined template.
  2. Automating order confirmation emails with dynamic variables for order details.
  3. Sending marketing campaign emails to a list of recipients using a specific mail account.

Properties

Name Meaning
Template Select an email template to use for the email content.
Mail Account Select the mail account to send the email from.
To Email Email address of the recipient.
Additional Fields Optional additional fields to customize the email, including recipient name, sender name override, contact ID, and template variables.

Output

JSON

  • json - Response from Falconyte API after sending the email, containing details about the email submission status.

Dependencies

  • Falconyte API key credential for authentication

Troubleshooting

  • Common issues include invalid or missing template ID, mail account ID, or recipient email address, which will cause the API request to fail.
  • Errors related to authentication usually indicate missing or incorrect API credentials.
  • If the template variables JSON is malformed, the email rendering may fail or produce incorrect content.
  • Ensure that the mail account is properly configured in Falconyte before selecting it in the node.

Links

Discussion