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 integrates with Falconyte's transactional email API to manage and send email campaigns. Specifically, the 'Start Campaign' operation triggers the start of an existing email campaign by its unique campaign ID. This is useful for automating the launch of marketing or transactional email campaigns within workflows, ensuring timely and controlled campaign execution.
Use Case Examples
- Starting a promotional email campaign after preparing the contact list and email templates.
- Automating the launch of a drip email campaign based on user actions or events.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier (UUID) of the email campaign to start. This is required to specify which campaign should be launched. |
Output
JSON
json- The JSON response from the Falconyte API after attempting to start the campaign, typically containing status or confirmation details.
Dependencies
- Requires an API key credential for Falconyte's email service to authenticate requests.
Troubleshooting
- If the campaign ID is invalid or not found, the API will return an error indicating the campaign could not be started. Verify the campaign ID is correct and exists in Falconyte.
- Network or authentication errors may occur if the API key or base URL is misconfigured. Ensure credentials are correctly set up in the node.
- If the operation is unsupported or the resource is incorrect, the node throws an error. Confirm the resource is 'email' and operation is 'campaignStart'.
Links
- Falconyte Email Campaign API Documentation - Official documentation for starting email campaigns using Falconyte's API.