Workspace ONE Intelligence Custom Connector Samples

These Workspace ONE Intelligence Custom Connector samples contain a list of Postman collections from multiple systems (VMware Carbon Black, JIRA, ServiceNow, Salesforce, Zendesk, Splunk, and others), that will enable Workspace ONE Intelligence Automation to interact with those through actions.
 


Overview

Purpose

Workspace ONE Intelligence Automation provides the ability for you to use your own API services in addition to the out-of-the box connectors. You can easily add any REST API service as a Custom Connector by importing Postman Collections.

Included in this repository is a list of Postman Collection samples that can be immediately imported into Intelligence and used in Automation workflows, with the added benefit of demonstrating how you can create Collections with your own REST API enabled services.

  • VMware Carbon Black - perform device quarantine action
  • Atlassian JIRA - create JIRA bugs, tasks and service desk request
  • Microsoft Teams - create simple messages and cards
  • PagerDuty - create incidents
  • Salesforce - create cases
  • Service Now - create problems and tickets
  • Slack - create basic message and advanced formatted message
  • Splunk - add data input
  • Zendesk - create tickets

Requirements

In order to create your own Postman collections, the following is required:

  1. The latest version of Postman
  2. Workspace ONE Intelligence

How to create a Postman Collection for use within Automation workflows

In order to create a valid Collection to Import as a Custom Connector you need to:

  1. Download the latest version of Postman
  2. Create a collection using the process outlined in Use Postman for Custom Connections
  3. It is important to save the tested response of each Postman request as an Example, as the Open API specification requires this step. To do this, follow instructions on the Postman Responses Documenation.
  • Note: All samples included in this repository already have saved responses so you can use them as-is. However, if you add new requests they should be tested and responses saved to prevent import issues.
  1. Export the Collection as Collection v2.1
  2. Within Workspace ONE Intelligence, navigate to Settings > Integrations > Automation Connections > Add Custom Connection and add your connector detail, as specified in the sample instructions.

Note: Consider adding headers as Content-Type: application/json. If you do not add headers as the content type JSON, the APIs can default to XML and XML does not work with custom connections.

Additional Resources

Custom Connector User Guide Workspace ONE Intelligence User Guide Postman Resources


Sign in to be able to add comments.

Comments 0