Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

Overview

This node integrates with Falconyte's transactional email API to manage and send email campaigns. Specifically, the 'Start Campaign' operation triggers the start of an existing email campaign by its unique campaign ID. This is useful for automating the launch of marketing or transactional email campaigns within workflows, ensuring timely and controlled campaign execution.

Use Case Examples

  1. Starting a promotional email campaign after preparing the contact list and email templates.
  2. Automating the launch of a drip email campaign based on user actions or events.

Properties

Name Meaning
Campaign ID The unique identifier (UUID) of the email campaign to start. This is required to specify which campaign should be launched.

Output

JSON

  • json - The JSON response from the Falconyte API after attempting to start the campaign, typically containing status or confirmation details.

Dependencies

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

Troubleshooting

  • If the campaign ID is invalid or not found, the API will return an error indicating the campaign could not be started. Verify the campaign ID is correct and exists in Falconyte.
  • Network or authentication errors may occur if the API key or base URL is misconfigured. Ensure credentials are correctly set up in the node.
  • If the operation is unsupported or the resource is incorrect, the node throws an error. Confirm the resource is 'email' and operation is 'campaignStart'.

Links

Discussion