ServiceNow Connector Overview¶
ServiceNow is an application platform as a service, which is a cloud-based computing model that provides the infrastructure needed to develop, run, and manage applications. It offers activities of an organization such as data collection, storage, workflow automation, and reporting through a single user interface. This software as a service (SaaS) platform contains a number of modular applications that can vary by instance and user. It focuses on service-orientation toward the tasks, activities, and processes.
The ESB ServiceNow connector allows you to access the ServiceNow REST API from an integration sequence. Using ServiceNow connector you can work with Aggregate API, Import Set API and Table API in ServiceNow. You can further read about ServiceNow REST APIs from here.
To see the available ServiceNow connector, navigate to the connector store and search for "ServiceNow".
Compatibility¶
Connector version | Supported product versions |
---|---|
1.0.2 | APIM 4.0.0, EI 7.1.0, EI 7.0.x, EI 6.6.0, EI 6.5.0 |
For older versions, see the details in the connector store.
ServiceNow Connector documentation¶
-
Setting up the ServiceNow Instance: This involves creating and setting up a developer account and instance.
-
ServiceNow Connector Example: This example explains how to use ServiceNow Connector to create records in a table and retrieve its information.
-
ServiceNow Connector Reference: This documentation provides a reference guide for the ServiceNow.
How to contribute¶
As an open source project, ESB extensions welcome contributions from the community.
To contribute to the code for this connector, please create a pull request in the following repository.
Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.
Top