Firescope-ConnectWise integration
Introduction
The Firescope-ConnectWise integration allows Firescope users to escalate events as ConnectWise tickets.
Requirements
ConnectWise v4.6.
Open communication from the 1Gateway server to the ConnectWise server on the API port (usually 443).
Message flow
Event to Incident
- Firescope sends an event to 1Gateway using the 1Gateway restful web service.
- 1Gateway transforms the Firescope event into a Normalized Incident
- 1Gateway looks up if there are any corresponding ConnectWise ticket IDs for this event data id
- If found, it will update the ticket. If not, it will open a new ticket.
- 1Gateway routes the incident to the ConnectWise sender plugin
- 1Gateway transforms the Normalized Incident into a ConnectWise incident
- The 1Gateway ConnectWise sender plugin opens or updates a ticket in ConnectWise
- 1Gateway persists the relation from Firescope event data id to ConnectWise ticketId
Incident picklist
- The 1Gateway ConnectWise poller uses the ConnectWise REST API to check for open tickets
- It does an incremental lookup every short interval (configurable)
- And a full wipe and replace lookup every long interval (also configurable)
- 1Gateway transforms the list of tickets into the Firescope format
- The 1Gateway Firescope Sender plugin uses the Firescope REST API to send the tickets to Firescope
Step-by-step
- Install 1Gateway, licenses and plugins
- Configure ConnectWise Sender plugin
- Configure ConnectWise Listener plugin
- Configure Firescope Sender plugin
- Configure 1Gateway integration url in Firescope
Overview
The integration uses three plugins:
The ConnectWise listener plugin polls for tickets from a ConnectWise installation and sends them into 1Gateway. Used version: release v4.6 API 3.0. Together with the ConnectWise sender, it allows real time synchronization between several ConnectWise instances or other service desk products.
Incidents
The firescope sender collects single messages or messages in bulk from 1Gateway and sends them to Firescope. The single messages will be a single insert of an incident while the messages sent in bulk will replace all existing incidents from Firescope.
CIs
The Firescope sender sends Configuration Items (CI's) from 1Gateway into Firescope SDDM. The messages get mapped to a format that the Firescope CMDB plugin can process and converted to a JSON string that is sent to Firescope through the Ivanti REST API.
CI's are also retrieved from Firescope SDDM to create a replica collection. Pre-configured rules are used to match existing CI's in the Firescope replica to CI's in other systems. If a match is found, it is recorded in 1Gateway and updated in Firescope SDDM. If its not, a new CI is created.
Installation
First install 1Gateway and the plugins
Configure the plugins
ConnectWise Sender

Field name | Supported values | Description |
---|---|---|
ConnectWise API ticket url | Valid URL | Endpoint for the ConnectWise API (including version) |
User | Any string | Username in ConnectWise |
Public key | Any string | Public key in ConnectWise |
Private key | Any integer | Private key in ConnectWise |
Client id | Any string | Client id in ConnectWise (used for authentication) |
Default company id | Any integer | Id of the company to assign new tickets to |
To use the ConnectWise Sender together with the listener (used for synchronization) make sure that the ConnectWise endpoint is exactly the same in both listener and sender.
ConnectWise Listener

Field name | Supported values | Description |
---|---|---|
ConnectWise API ticket url | Valid URL | Endpoint for the ConnectWise API (including version) |
User | Any string | Username in ConnectWise |
Public key | Any string | Public key in ConnectWise |
Private key | Any integer | Private key in ConnectWise |
Client id | Any string | Client id in ConnectWise (used for authentication) |
Conditions to filter on | Any string | Conditions to filter by when polling for tickets |
Polling interval (in seconds) | Any integer | Default is 300 |
To use the ConnectWise Listener together with the sender (used for synchronization) make sure that the ConnectWise endpoint is exactly the same in both listener and sender.
Firescope Sender
Incidents

Field name | Supported values | Description |
---|---|---|
Firescope server | Any string | Firescope server or IP |
Firescope port number | Any integer | Firescope port number |
Username | Any string | Username to authenticate with |
Password | Any string | Usernames password |
CIs

Main configuration
Field name | Supported values | Description |
---|---|---|
Firescope server | Any string | Firescope server (IP address or Domain name). |
Firescope port number | Any integer | Firescope port number |
Username | Any string | Username to authenticate with |
Password | Any string | Usernames password |
Max queue size | Any integer | Size of the queue of incoming messages. |
Discard | Tickbox | Discard messages when queue is full. |
Filter expression | Valid expression | Future use |
Endpoint name | Any string | Name of the Firescope system (plugin identifier). |
CMDB configuration
Field name | Supported values | Description |
---|---|---|
Simulation mode | Tickbox | If in simulation mode, CIs are saved in a simulation collection and are not sent to the CMDB. |
CMDB replica collection | Any string | Name of the CMDB replica collection where CIs from the CMDB are stored. Used by matching rules to decide if there is a match between the CMDB CIs and other systems CIs. |
Outbound message processing | Tickbox | Future use |
Outbound message types | Any string | Future use |
CMDB configuration profiles

Poller profiles
Field name | Supported values | Description |
---|---|---|
CI message type | Any string | Message type of the asset polled for. These CIs are inserted in the replica collection and used for matching. |
Account | Any string | Firescope SDDM acount to poll for |
Run interval in seconds | Any integer | Interval between two poll cycles. |
Rule profiles
Field name | Supported values | Description |
---|---|---|
Message type | Any string | Message type in the replica collection to evaluate |
Rule type* | Any string | Future use |
Comma-separated list of fields | Any string | List of fields to match on. If the incoming asset has the same field value as the CI in the CMDB, it is considered the same CI. |
Priority | Any integer |
Firescope Listener
Configure Firescope to send its events to your 1Gateway instance. The url of your 1Gateway instance is of the format http(s)://[your.1gateway.server.com]:[port]/ws/rest/send?token=[your-api-token]&type=FirescopeEvent&pid=firescope.
The Firescope Listener plugin does not require any configuration.