ServiceNow
Use the IBM® App Connect Enterprise Toolkit to configure message flow nodes that are converted from the IBM App Connect Professional ServiceNow activities.
About this task
When you import an orchestration that contains ServiceNow activities, the conversion utility creates a message flow with the ServiceNow Request node. See Table 1, for information on which nodes are used for each of the activities.
| IBM App Connect Professional activity | IBM App Connect Enterprise node |
|---|---|
| Create incident | |
| Retrieve incident | |
| Update incident | |
| Delete incident |
ServiceNow is a cloud platform that helps manage services across different departments. In IBM App Connect Professional, the activities Create, Update, Retrieve, and Delete are used to interact with ServiceNow. In IBM App Connect Enterprise, the same functions can be achieved through the ServiceNow Request node.
Connecting the ServiceNow Connector
About this task
In the IBM App Connect Enterprise Toolkit, follow these steps to configure a ServiceNow Request node:
Procedure
ServiceNow Request node for create incident activity
Procedure
- Select the Create incident action in Incident.
- In controls, select Define mappings below when asked how you want to populate the target fields in ServiceNow. With this option, you are able to define the values explicitly for the fields.
- Complete the values for the fields you want to create.
- Click Save.

Example
- In this example, an empty message sends in the flow exerciser.
- The global unique ID is created as a response to the incident.

New ServcieNow Incident created from an IBM App Connect Enterprise msg flow
and then saves.
A successful message flow looks like this:

ServiceNow Request node for retrieve incident activity
Procedure
- Select the Retrieve incidents action in Incident.
- Add the condition by selecting the field name from the drop-down.
- Provide the number of items that you want to retrieve.
- Select any of the options to determine how to proceed in case your number is more than the limit of the items retrieved. The maximum limit is 20.
- Click Save.

ServiceNow Request node for update incident activity
Procedure
- Select the Update incidents action in Incident.
- In controls, select Define mappings below when asked how you want to populate the target fields in ServiceNow. With this option, you are able to define the values explicitly for the fields.
- Give the Sys ID of the incident that you want to update.
- Complete the values for the fields you want to update.
- Click Save.

ServiceNow Request node for delete incident activity
Procedure
- Select the Delete incidents action in Incident.
- Give the Sys ID of the incident that you want to delete.
- Click Save.

Retrieving data from a previous node and using it in the ServiceNow Request node
Procedure
- In the ServiceNow Request node, navigate to
Properties > Request Tab. Click
Add and select the input name, input location, and schema
location. By default, the node contains generic input message data along with structured parts of the local environment tree.
- Add an entry to the Map Inputs table to specify where the message
data is located within the message assembly, as described by an associated JSON schema. If a
preceding node in the message flow already defined the structure of a JSON message, the schema is
automatically detected and suggested for use. This can ensure that data from previous nodes is properly mapped to the ServiceNow Request node for processing.








