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 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
- Unsubscribe a list of customers who requested to opt out of newsletters.
- 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
- Falconyte Email API - Bulk Unsubscribe Contacts - Official API documentation for the bulk unsubscribe contacts endpoint.