· Dan · ConnectWise  · 1 min read

Open Ticket Configuration in Automate

n8n-nodes-base.webhook @mspcopilot/n8n-nodes-connectwise.connectWisePsa @mspcopilot/n8n-nodes-connectwise.connectWisePsa n8n-nodes-base.respondToWebhook

Lookup the attached configurations on the ticket and open the first managed one in Automate.

Overview

This workflow looks up configurations attached to a ConnectWise ticket and opens the first managed configuration in Automate. It filters out unmanaged configurations and provides a direct link to open the configuration in your Automate server.

Setup Instructions

  1. Grab the webhook URL in n8n by double-clicking the first node.
  2. In ConnectWise, navigate to Setup Tables > Links and choose + on the menubar. Under Link Name put Open in Automate. Set Table Reference to Service and change the Link Definition to the webhook URL and add https://n8n.example.com/webhook/abcd-UUID-here?ticketid=[srnumber]. See ConnectWise University for more info.
  3. Configure the Filter node in n8n to only return managed configurations that can be opened in Automate by adding appropriate filter conditions.
  4. Modify the Redirect to Automate node to include your Automate server URL/domain.

The Workflow