Falconyte Email icon

Falconyte Email

Send emails using Falconyte's transactional email API.

Overview

This node operation unsubscribes a contact from email communications using Falconyte's transactional email API. It is useful for managing email lists by removing contacts who no longer wish to receive emails, helping maintain compliance with email marketing regulations and improving list hygiene. For example, it can be used to automatically unsubscribe users who click an unsubscribe link in an email or request removal from a mailing list.

Use Case Examples

  1. Unsubscribe a single contact by providing their email address and an optional reason for unsubscribing.
  2. Automate the process of removing contacts from email campaigns to respect user preferences.

Properties

Name Meaning
Email The email address of the contact to unsubscribe.
Reason Optional reason for the unsubscribe action, providing context for why the contact is being unsubscribed.

Output

JSON

  • json - Response from the Falconyte API confirming the unsubscribe action or providing details about the operation result.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or missing email address, which will cause the API to reject the request.
  • If the API key credential is incorrect or missing, authentication errors will occur.
  • Ensure the reason field, if used, is a valid string; otherwise, it may be ignored or cause errors.

Links

Discussion