Overview
This node triggers workflows based on events from ReachInbox, a marketing and campaign management platform. It listens for specific events or all events related to campaigns in ReachInbox and activates the workflow when those events occur. This is useful for automating responses to campaign activities, such as user interactions or status changes, enabling seamless integration with other systems or processes.
Use Case Examples
- Trigger a workflow when a specific ReachInbox event occurs, such as a user opening a campaign email.
- Subscribe to all events from a particular ReachInbox campaign to automate follow-up actions.
- Use the node to listen for any event across all campaigns to monitor overall campaign performance and trigger alerts.
Properties
| Name | Meaning |
|---|---|
| Event Name or ID | Selects the specific ReachInbox event that triggers the workflow. Choosing 'All Events' triggers the workflow for any event. The value can be selected from a list or specified via an expression. |
| Campaign Name or ID | Selects the ReachInbox campaign to subscribe to events for. Choosing 'All Campaigns' subscribes to events from all campaigns. The value can be selected from a list or specified via an expression. |
Output
JSON
eventData- The data payload of the triggered ReachInbox event.
Dependencies
- Requires ReachInbox API credentials including base URL and API key for authentication.
Troubleshooting
- Common issues include failure to parse API responses due to unexpected formats, which can be resolved by ensuring the ReachInbox API is returning valid JSON.
- Webhook creation or deletion failures may occur if the API credentials are incorrect or the ReachInbox service is unreachable. Verify credentials and network connectivity.
- If the workflow does not trigger, check that the event and campaign parameters match those configured in ReachInbox and that the webhook is properly registered.
Links
- n8n Expressions Documentation - Documentation on how to use expressions in n8n node parameters.