What is the primary function of the SyncroMSP Tool node in n8n?
This node allows users to build powerful workflow Integrations by connecting n8n directly to SyncroMSP. It executes actions or acts as a trigger based on events like new tickets or updated assets.
How does the SyncroMSP node trigger a workflow execution?
The SyncroMSP node primarily functions as a webhook trigger. When a defined event occurs within SyncroMSP (e.g., a ticket status change), SyncroMSP sends a payload to the n8n node, initiating the workflow.
What common Integrations can I build using this node?
Common Integrations involve automatically creating reports, syncing customer data with CRM tools, or sending immediate notifications. The node captures the necessary data to trigger subsequent actions down the workflow path.
Does the SyncroMSP node support both pulling data and acting as a trigger?
Yes, while the dedicated trigger mode listens for real-time events, the node also supports operations (like Get, Create, Update) to pull or push data, making it versatile for complex Integrations.
What information is typically included in the payload when the node triggers a workflow?
When the trigger fires, the payload usually contains detailed context about the event, such as ticket ID, customer details, timestamps, or asset specifics, which the downstream nodes use for further processing in the Integrations workflow.