Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

Overview

This node interacts with Falconyte's transactional email API to retrieve details of a specific ingested email event by its UUID. It is useful for scenarios where users need to fetch detailed information about an email event, such as tracking email delivery, opens, clicks, or other event-related data for monitoring or analytics purposes.

Use Case Examples

  1. Retrieve details of a specific email event by providing its Event ID to monitor email campaign performance.
  2. Fetch event data to analyze user engagement with transactional emails sent through Falconyte.

Properties

Name Meaning
Event ID UUID of the ingested event used to identify and retrieve the specific email event details.

Output

JSON

  • json - The JSON response containing detailed information about the requested email event.

Dependencies

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

Troubleshooting

  • If the Event ID is invalid or not found, the node will throw an error indicating the event could not be retrieved. Verify the Event ID is correct and exists in Falconyte.
  • Network or authentication errors may occur if the API key credential is missing, invalid, or the base URL is incorrect. Ensure proper API credentials and configuration are set.
  • If the node throws an 'Unsupported operation' or 'Unsupported resource' error, verify that the Resource is set to 'Email' and Operation to 'Get Event'.

Discussion