Author: Nisha Kshirsagar
Mule provides ServiceNow connector to build connections between Mule runtime engine (Mule) and ServiceNow apps. To create Mule application to use ServiceNow following are steps:
- Create developer account at https://developer.servicenow.com
- Under Manage —> Instance —> Create New instance.
- You will get username (as admin)Â and password at this stage. Change the password by using the provided link.

Instance will look like this. Jump this the URL given in instance. Click Incidents. Here all incidents will be listed.Â

 The incident created by Mule flow will also be added here.
Steps to create Mule application:
- Build a simple flow as which will have a http listener as source. Drag and drop ServiceNow module and use Invoke connector from it.

- Invoke connector’s configuration is as follows: Â


- Choose service as incident and operation as insert.

- Input to Invoke is in xml form and it has fields like description, short_description, comments and state.Â

- Run the application and the following result is logged.

Search the incident number INC0010001 and search, you can see the incident is inserted successfully.Â

