Cortex XSOAR is a premier security orchestration tool for keeping organizations secure. With the xMatters integration, use a playbook command to trigger a workflow and deliver incident information to on-call resources.

- XSOAR 5 or 6
- xMatters account - If you don't have one, get one!
- xMatters Agent - If XSOAR is not available via the public internet, the agent will be needed to facilitate the communication from xMatters to XSOAR.
- CortexXSOAR.zip - The workflow containing the flow canvases and event forms.
The xm-trigger-workflow
command can be inserted into a playbook or executed from the warroom. The various parameters can be passed to the workflow on the xMatters side to target the recipients
value. Response options on the notifications allow for continuation or branching of the playbook if a close_task_id
value is passed. The integration comes with an example playbook showing how to branch based on a user response.
The fetch_incidents
functionality queries xMatters for events based on the search criteria and creates incidents in XSOAR for each one.
For full roundtrip integration, the xMatters Agent will facilitate the communication from xMatters to XSOAR. When the agent is installed, then continue.
- Navigate to the Users menu and create a new user for XSOAR to authenticate with. Grant the REST Web Service User role.
- Log in to xMatters as a Company Supervisor or a Developer and navigate to the Workflows page. Click the Import button and import the CortexXSOAR.zip file.
- Open the workflow and navigate to the Flows tab.
- Click on the Incident canvas and then double click on the Incident - Inbound from Cortex XSOAR HTTP Trigger.
- Copy the url and save for later.
- Double click on the Complete Task and Send Response step attached to the Responses trigger to open the dialog. Then navigate to the Run Location tab.
- Select the appropriate agent from the list, then navigate to the Endpoint tab and click the Edit Endpoints link.
- In the dialog presented, update the Base URL to point to the XSOAR front end.
- Close the dialogs and click the Components drop down in the upper right corner of the canvas and select Constants. Note the Cortex XSOAR API Key constant is where the XSOAR API key will be stored so that xMatters can successfully authenticate.
- On the Forms tab, click the Not Deployed dropdown next to Incident and select Sender Permissions. Add the XSOAR user created above.
- Click the gear icon and choose Editor permissions. Add the XSOAR user here as well.
- Navigate to the marketplace and search for "xMatters". Click the Install button in the top corner.
- Then in the Settings, find the xMatters integration and click the Add instance button:
- Enter the appropriate details, including the user created above. Click Done.
- Navigate to Settings and click the API Keys section. Click Get Your Key to generate a new key. Add this key to the Cortext XSOAR API Key constant in xMatters referenced above.
- Associate the xMatters - Wait For Response playbook with an incident to trigger an event. This will depend on the business use case.
The Test button on the integration instance will test the trigger workflow command as well as an API call to the user.
After pressing the Test button and getting the Success message, a new entry will be displayed in the Activity Stream:
Alternatively, the commands can be executed in the Playground.
The /var/logs/demisto
directory on the XSOAR server is the first place to look. This will have any exceptions thrown by the python code.
Also, the activity stream in xMatters will show any errors that occur once the xm-trigger-workflow
request gets into xMatters.