AtomicBI Trigger icon

AtomicBI Trigger

Receive Events from Atomic BI

Overview

This node acts as a trigger for events related to "Leads" in the Atomic BI platform. It listens for specific lead-related events such as when a lead is created, deleted, or transitions between stages. When one of these events occurs, the node activates and outputs the event data.

Common scenarios where this node is useful include:

  • Automating workflows that respond immediately when a new lead is added.
  • Triggering notifications or updates when a lead is deleted.
  • Tracking lead progress by reacting to stage transitions, e.g., moving from "New" to "Interested".
  • Integrating lead lifecycle events with CRM systems, marketing automation, or analytics platforms.

Practical example:

  • When a lead transitions to the "Meeting Booked" stage, automatically create a calendar event or notify the sales team.

Properties

Name Meaning
Space ID The identifier of the workspace or environment in Atomic BI where the leads exist.
Event The type of lead event to listen for:
- Lead Created
- Lead Deleted
- Lead Transition
From Stage (Only for Lead Transition event) The originating stage of the lead before transition. Options: Any Stage, New, Warmup, Draft, Scheduled, Sent, Responded, Interested, Meeting Booked, Not Interested
To Stage (Only for Lead Transition event) The destination stage of the lead after transition. Same options as From Stage

Output

The node outputs JSON data representing the event payload received from Atomic BI. This includes details about the lead and the event that triggered the workflow. The output structure directly reflects the webhook body sent by Atomic BI for the specified lead event.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for authenticating with the Atomic BI API.
  • Needs proper configuration of the webhook URL in Atomic BI to receive events.
  • The node internally uses an API client to manage webhook registration and deletion on Atomic BI.

Troubleshooting

  • Webhook not triggering: Ensure the webhook URL is correctly set up and reachable by Atomic BI. Verify that the correct Space ID and event are selected.
  • Missing Resource / Event error: This occurs if the node's resource or event parameters are not properly configured. Make sure both are selected before activating the workflow.
  • Permission errors: Confirm that the API key used has sufficient permissions to create and manage webhooks in Atomic BI.
  • Stage filters not working: When using "From Stage" and "To Stage" filters for the transition event, ensure valid stage values are selected. Empty values mean no filtering on that criterion.

Links and References

Discussion