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 decisions related to a specific email event. It is useful for scenarios where you need to analyze or act upon the decisions made for an email event, such as tracking user interactions or campaign outcomes. For example, you can fetch decision data for an event identified by its UUID to understand how recipients responded to an email campaign.

Use Case Examples

  1. Retrieve decision data for a specific email event by providing the event's UUID.
  2. Use the event decisions data to trigger follow-up workflows based on recipient actions.

Properties

Name Meaning
Event ID The UUID of the ingested email event for which decisions are to be retrieved.

Output

JSON

  • json - The JSON response containing the decisions related to the specified email event.

Dependencies

  • Requires an API key credential for Falconyte's transactional email API, configured with a base URL and authentication token.

Troubleshooting

  • Common issues include providing an invalid or missing Event ID, which will result in API errors indicating the event could not be found.
  • API authentication errors may occur if the Falconyte API key credential is not set up correctly or has expired.
  • Network or connectivity issues can cause request failures; ensure the base URL and network access are correct.

Links

Discussion