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 and related email functionalities. Specifically, the 'Stop Campaign' operation stops a running email campaign by sending a POST request to the Falconyte API with the campaign's UUID. This node is useful for users who want to programmatically control their email marketing campaigns, such as stopping a campaign when certain conditions are met or automating campaign management workflows.
Use Case Examples
- Stopping an active email campaign by providing its Campaign ID to halt further email sends.
- Automating campaign lifecycle management by integrating campaign stop functionality into broader marketing automation workflows.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | UUID of the campaign to be stopped. This is a required string input that identifies which campaign to stop. |
Output
JSON
json- The JSON response from the Falconyte API after attempting to stop the campaign, typically containing status or confirmation details.
Dependencies
- Requires an API key credential for Falconyte's transactional email API to authenticate requests.
Troubleshooting
- Common issues include providing an invalid or missing Campaign ID, which will cause the API request to fail.
- If the API key credential is incorrect or missing, authentication errors will occur.
- Network or API endpoint issues may cause request failures; ensure the base URL and network connectivity are correct.
Links
- Falconyte API - Stop Campaign - Official Falconyte API documentation for stopping an email campaign.