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 manage email campaigns. Specifically, the 'List Campaigns' operation retrieves a list of email campaigns with optional filtering, pagination, and search capabilities. It is useful for users who want to fetch and display campaigns based on criteria such as campaign name, page number, and items per page, facilitating campaign management and monitoring.
Use Case Examples
- A marketing team fetching all email campaigns containing a specific keyword in their name to analyze campaign performance.
- An automation workflow that retrieves the first page of campaigns with a set number of campaigns per page for display in a dashboard.
Properties
| Name | Meaning |
|---|---|
| Filters | Collection of filters to refine the list of campaigns returned by the API. |
Output
JSON
id- Unique identifier of the campaign.name- Name of the campaign.status- Current status of the campaign.created_at- Timestamp when the campaign was created.updated_at- Timestamp when the campaign was last updated.
Dependencies
- Requires an API key credential for Falconyte's transactional email API, including a base URL and authentication token.
Troubleshooting
- Common issues include invalid or missing API credentials, resulting in authentication errors.
- Incorrect filter parameters may cause the API to return empty results or errors; ensure filters like 'search', 'page', and 'per_page' are correctly formatted.
- API rate limits or network issues may cause request failures; retry or check network connectivity if errors occur.
Links
- Falconyte Email Campaigns API Documentation - Official documentation for managing email campaigns via Falconyte's API, including listing campaigns.