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 integrates with Falconyte's transactional email API to create email templates. It allows users to define a template name, HTML content, content type, and optional additional fields such as the email subject. This is useful for automating the creation of reusable email templates for marketing campaigns, transactional notifications, or any scenario requiring consistent email formatting.
Use Case Examples
- Creating a new email template with a specific subject line for a marketing campaign.
- Defining an HTML email template to be used in automated transactional emails.
Properties
| Name | Meaning |
|---|---|
| Template Name | The name of the email template to be created. |
| Content | The HTML content of the email template. |
| Content Type | The type of content used in the template, currently only HTML is supported. |
| Additional Fields | Optional additional fields for the template, such as the subject line for emails using this template. |
Output
JSON
id- The unique identifier of the created email template.name- The name of the created email template.content- The HTML content of the created email template.content_type- The content type of the created email template, e.g., HTML.subject- The subject line associated with the created email template, if provided.
Dependencies
- Falconyte transactional email API
- An API key credential for authentication
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to create email templates.
- Verify that the 'Template Name' and 'Content' fields are not empty, as they are required.
- Check for network connectivity issues that might prevent communication with the Falconyte API.
- If the API returns an error, review the error message for details such as invalid parameters or rate limits.
Links
- Falconyte Email Template API Documentation - Official documentation for creating email templates using Falconyte's API.