Actions28
- Email Actions
- Submit Campaign Event
- Send Email
- Upsert Contact
- Bulk Upsert Contacts
- List Campaigns
- Stop Campaign
- Create Template
- Submit Event
- List Templates
- Delete Template
- List Mail Accounts
- Get Event Decisions
- Unsubscribe Contact
- List Unsubscribes
- List Webhooks
- Create Webhook
- Delete Webhook
- Update Webhook
- Get Webhook
- Disable Webhook
- List Webhook Deliveries
- Create Campaign
- Start Campaign
- Get Template
- Get Event
- Bulk Unsubscribe Contacts
- Enable Webhook
- Simulate Webhook Event
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
- Sending a welcome email to a new user using a predefined template.
- Automating order confirmation emails with dynamic variables for order details.
- 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
- Falconyte Email API Documentation - Official documentation for Falconyte's transactional email API, including templates and mail accounts.