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 campaigns. Specifically, the 'List Campaigns' operation retrieves a list of email campaigns with optional filtering, pagination, and search capabilities. It is useful for users who want to fetch and display campaigns based on criteria such as campaign name, page number, and items per page, facilitating campaign management and monitoring.

Use Case Examples

  1. A marketing team fetching all email campaigns containing a specific keyword in their name to analyze campaign performance.
  2. An automation workflow that retrieves the first page of campaigns with a set number of campaigns per page for display in a dashboard.

Properties

Name Meaning
Filters Collection of filters to refine the list of campaigns returned by the API.

Output

JSON

  • id - Unique identifier of the campaign.
  • name - Name of the campaign.
  • status - Current status of the campaign.
  • created_at - Timestamp when the campaign was created.
  • updated_at - Timestamp when the campaign was last updated.

Dependencies

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

Troubleshooting

  • Common issues include invalid or missing API credentials, resulting in authentication errors.
  • Incorrect filter parameters may cause the API to return empty results or errors; ensure filters like 'search', 'page', and 'per_page' are correctly formatted.
  • API rate limits or network issues may cause request failures; retry or check network connectivity if errors occur.

Links

Discussion