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 interacts with Falconyte's transactional email API to list email templates. It supports pagination and optionally including the full content of each template in the response. This is useful for users who want to retrieve and manage their email templates programmatically, for example, to display available templates in a UI or to automate email template management workflows.
Use Case Examples
- Retrieve a paginated list of email templates to display in an admin dashboard.
- Fetch all templates including their full content for backup or synchronization purposes.
Properties
| Name | Meaning |
|---|---|
| Options | Additional parameters to customize the template listing, including pagination and content inclusion. |
Output
JSON
templatesdata- Array of email templates returned by the API, each containing template details such as id, name, and optionally content.
Dependencies
- Falconyte transactional email API
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to access email templates.
- If pagination parameters are out of range or invalid, the API may return errors or empty results; verify 'page' and 'per_page' values.
- Network or authentication errors may occur if the base URL or API key is incorrect; check the node's credential settings.
Links
- Falconyte Email Templates API Documentation - Official documentation for managing email templates via Falconyte API.