Actions28
- Email Actions
- Submit Campaign Event
- Send Email
- Upsert Contact
- Bulk Upsert Contacts
- List Campaigns
- Stop Campaign
- Create Template
- Submit Event
- List Templates
- Delete Template
- List Mail Accounts
- Get Event Decisions
- Unsubscribe Contact
- List Unsubscribes
- List Webhooks
- Create Webhook
- Delete Webhook
- Update Webhook
- Get Webhook
- Disable Webhook
- List Webhook Deliveries
- Create Campaign
- Start Campaign
- Get Template
- Get Event
- Bulk Unsubscribe Contacts
- Enable Webhook
- Simulate Webhook Event
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
- Unsubscribe a single contact by providing their email address and an optional reason for unsubscribing.
- Automate the process of removing contacts from email campaigns to respect user preferences.
Properties
| Name | Meaning |
|---|---|
| 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
- Falconyte Email API - Unsubscribe Contact - Official API documentation for the unsubscribe contact endpoint.