Skip to main content

Celonis Product Documentation

ServiceNow (Action Flow)

Important

Any references to third-party products or services do not constitute Celonis Product Documentation nor do they create any contractual obligations. This material is for informational purposes only and is subject to change without notice.

Celonis does not warrant the availability, accuracy, reliability, completeness, or usefulness of any information regarding the subject of third-party services or systems.

The ServiceNow modules allow you to monitor, search, retrieve, create, update, or delete records and create or assign tickets to your ServiceNow account.

To get started with ServiceNow, create an account by contacting the sales team at servicenow.com.

For a list of endpoints, refer to the ServiceNow API documentation.

Connect ServiceNow to Celonis platform

To connect the ServiceNow app with Celonis Platform:

  1. Log in to your ServiceNow account.

  2. Click Profile > Change User Role. Select Admin and click Change User Role.

    ServiceNow_2.png
  3. Click Manage instance password.

    ServiceNow_3.png
  4. Copy the details Instance name, Instance URL, Username, and Password to a safe place.

    ServiceNow_4.png
  5. Log in to your Celonis platform and add a module from the ServiceNow into a Celonis platform Action Flow.

  6. Click Add next to the Connection field.

    ServiceNow_1.gif
  7. In the Connection name field, enter a name for the connection.

  8. In the Sub-domain field, enter the sub-domain from the instance URL copied in Step 4. For example, if the URL is sampleinstance.service-now.com, enter sampleinstance in the Sub-domain field without the trailing dot. Do not include the top-level domain (.com) or the second-level domain (.service-now).

  9. In the Username and Password fields, enter the details copied in Step 4 and click Save.

You have successfully connected the ServiceNow app with Celonis platform and can now build Action Flows.

Build ServiceNow Action Flows

After connecting the app, you can perform the following actions:

  • Watch Records

    Triggers when a record is created or updated.

  • Search Records

    Searches for records by a filter parameter.

  • Get a Record

    Gets a specified record.

  • Create a Record

    Creates a new record.

  • Update a Record

    Updates an existing record.

  • Delete a Record

    Deletes a record.

  • Create an Incident

    Creates a new incident.

  • Assign a Ticket

    Assigns an incident ticket.

  • Make an API Call

    Performs an arbitrary authorized API call.