Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

Overview

This node interacts with Falconyte's transactional email API to manage email templates. Specifically, the 'Get Template' operation retrieves detailed information about a specific email template using its UUID. It supports an option to include the full content of the template in the response. This node is useful for scenarios where users need to fetch and review email templates for editing, auditing, or sending emails based on predefined templates.

Use Case Examples

  1. Retrieve an email template by its UUID to display its details in a dashboard.
  2. Fetch a template including its full content to use it in a custom email sending workflow.

Properties

Name Meaning
Template ID The UUID of the email template to retrieve.
Options Additional options for the request, such as including the full template content.

Output

JSON

  • id - The unique identifier of the email template.
  • name - The name of the email template.
  • subject - The subject line of the email template.
  • content - The full content of the email template, included if the 'Include Content' option is set to true.
  • created_at - Timestamp when the template was created.
  • updated_at - Timestamp when the template was last updated.

Dependencies

  • Requires an API key credential for Falconyte's transactional email API.

Troubleshooting

  • Ensure the Template ID is a valid UUID; invalid IDs will cause errors.
  • If the API returns a 404 error, verify that the template exists and the API key has the necessary permissions.
  • Network or authentication errors may occur if the base URL or API credentials are misconfigured.

Links

Discussion