Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

Overview

This node operation allows bulk unsubscribing of multiple email contacts from Falconyte's email service. It is useful for managing email lists by removing multiple email addresses at once, for example, when contacts request to opt out of marketing or transactional emails. Users provide a JSON array of email addresses to unsubscribe, optionally including a reason for the unsubscription.

Use Case Examples

  1. Unsubscribe a list of customers who requested to opt out of newsletters.
  2. Bulk remove invalid or bounced email addresses from the contact list.

Properties

Name Meaning
Emails A JSON array of email addresses to unsubscribe in bulk.
Reason Optional reason applied to each unsubscribe entry.

Output

JSON

  • json - Response from the Falconyte API confirming the bulk unsubscribe operation result.

Dependencies

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

Troubleshooting

  • Ensure the 'Emails' input is a valid JSON array of email strings; invalid JSON or incorrect format will cause errors.
  • If the API returns an error, check that the API key credential is valid and has the necessary permissions.
  • Empty or missing email addresses in the array may cause the request to fail.

Links

Discussion