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 simulates webhook events related to email activities using the Falconyte Email API. It allows users to trigger specific email event types such as email sent, email opened, email bounced, contact saved, and more, to test and verify webhook integrations without waiting for real events. This is useful for developers and marketers who want to validate their webhook handling logic or automate workflows based on simulated email events.
Use Case Examples
- Simulate an 'email.sent' event to test how your system processes successful email deliveries.
- Trigger an 'email.opened' event to verify tracking and analytics workflows for email engagement.
- Simulate a 'contact.unsubscribed' event to test how your system handles contact opt-outs.
Properties
| Name | Meaning |
|---|---|
| Event | The type of email event to simulate, such as email sent, email opened, email bounced, contact saved, etc. |
Output
JSON
event- The simulated event type that was triggered.status- The response status from the Falconyte API indicating success or failure of the simulation.data- Additional data returned by the API related to the simulated event.
Dependencies
- Falconyte Email API
Troubleshooting
- Ensure the API credentials are correctly configured and have the necessary permissions to simulate webhook events.
- Verify that the event type selected is supported by the Falconyte API; unsupported event types will cause errors.
- Check network connectivity to the Falconyte API endpoint to avoid request failures.
- If the node throws an error about unsupported resource or operation, confirm that the resource is set to 'Email' and operation to 'Simulate Webhook Event'.
Links
- Falconyte API Webhook Simulation - Official documentation for simulating webhook events using the Falconyte Email API.