Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

Overview

This node interacts with Falconyte's transactional email API to list email unsubscribes. It supports filtering the unsubscribe list by pagination parameters (page, per page) and an optional search string to filter by email. This operation is useful for managing and reviewing users who have unsubscribed from email communications, helping maintain compliance with email marketing regulations and improving email list hygiene.

Use Case Examples

  1. Retrieve a paginated list of unsubscribed email contacts to analyze unsubscribe trends.
  2. Search for a specific email address in the unsubscribe list to verify if a user has opted out.

Properties

Name Meaning
Filters Filters to apply when listing unsubscribes, including pagination and search string.

Output

JSON

  • json - The JSON response containing the list of unsubscribed email contacts, filtered and paginated according to the input parameters.

Dependencies

  • Falconyte API key credential for authentication

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access the unsubscribe list.
  • Verify that pagination parameters (page and per_page) are within valid ranges to avoid errors.
  • If the search filter returns no results, confirm the search string is correctly formatted and matches existing unsubscribes.

Links

Discussion