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 retrieve decisions related to a specific email event. It is useful for scenarios where you need to analyze or act upon the decisions made for an email event, such as tracking user interactions or campaign outcomes. For example, you can fetch decision data for an event identified by its UUID to understand how recipients responded to an email campaign.
Use Case Examples
- Retrieve decision data for a specific email event by providing the event's UUID.
- Use the event decisions data to trigger follow-up workflows based on recipient actions.
Properties
| Name | Meaning |
|---|---|
| Event ID | The UUID of the ingested email event for which decisions are to be retrieved. |
Output
JSON
json- The JSON response containing the decisions related to the specified email event.
Dependencies
- Requires an API key credential for Falconyte's transactional email API, configured with a base URL and authentication token.
Troubleshooting
- Common issues include providing an invalid or missing Event ID, which will result in API errors indicating the event could not be found.
- API authentication errors may occur if the Falconyte API key credential is not set up correctly or has expired.
- Network or connectivity issues can cause request failures; ensure the base URL and network access are correct.
Links
- Falconyte API - Get Event Decisions - Official Falconyte API documentation for retrieving event decisions.