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 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
- Retrieve a paginated list of unsubscribed email contacts to analyze unsubscribe trends.
- 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
- Falconyte Email API - List Unsubscribes - Official Falconyte API documentation for listing email unsubscribes.