Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

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

  1. Retrieve a paginated list of email templates to display in an admin dashboard.
  2. 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

  • templates
    • data - 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

Discussion