Skip to main content
Version: 8.9 (unreleased)

Setup & configuration

Connect your ServiceNow instance with Camunda to enable end-to-end orchestration and secure data exchange.

Install and configure the Camunda Spoke in ServiceNow, set up ServiceNow connectors in Camunda, and configure secure credentials. After setup, you can interact with ServiceNow tables and flows from Camunda and start or control Camunda processes from ServiceNow.

tip

Before you begin
Ensure the following prerequisites are in place:

  • Administrator access to both Camunda and ServiceNow.
  • ServiceNow instance meets all prerequisites, including required plugins and user permissions.
  • Network connectivity between Camunda and ServiceNow is allowed by your organization's security settings.

Configure Camunda

  1. Create a Camunda API credential for ServiceNow connectivity.
  2. Add and configure the ServiceNow connector templates in your Camunda processes like any other connector.

Configure ServiceNow

Install the Camunda Spoke

  1. Log in to ServiceNow as an administrator.
  2. Navigate to All → Application Manager.
  3. Search for Camunda Spoke and click Install.

Verify installation

  • Spoke: Confirm the "Camunda Spoke" menu appears in the Application Navigator.
  • Connection alias: Go to Connections & Credentials → Connection & Credential Aliases and ensure the Camunda alias exists and is linked to the Camunda Spoke.

Create an OAuth profile

  1. Navigate to System OAuth → Application Registry and click New.
  2. Select Connect to a third-party OAuth Provider.
  3. Fill in the form:
FieldValue
NameCamunda OAuth
Client IDPaste Client ID from Camunda
Client SecretPaste Client Secret from Camunda
OAuth API ScriptOAuthCamundaUtil
Default Grant TypeClient Credentials
Token URLhttps://login.cloud.camunda.io/oauth/token
Refresh Token LifespanDefault 8,640,000
  1. Click Submit.

Create a credential record

  1. Navigate to Connections & Credentials → Credentials and click New.
  2. Select OAuth 2.0 Credentials.
  3. Fill in the form:
FieldValue
NameCamunda Connection
OAuth Entity ProfileCamunda OAuth default_profile
  1. Click Submit.
  1. Navigate to Connections & Credentials → Connection & Credential Aliases and open the Camunda alias.
  2. In the Connections tab, click New.
  3. Fill in the form:
FieldValue
NameCamunda API Connection
CredentialCamunda Connection
DomainGlobal
Connection alias IDx_camun_camunda.Camunda
URL BuilderEnabled
HostCamunda cluster Region ID (e.g., lhr-1.zeebe.camunda.io)
Protocolhttps
Base pathCamunda Cluster ID (e.g., /6b6b3969-a65c-4bdd-905e-c29102eebded)
  1. Click Submit.

Optional: Configure Flow Starter

To start ServiceNow flows from Camunda asynchronously, ensure the following:

  • ServiceNow Integration Hub Enterprise Pack
  • ServiceNow Integration Hub Flow Trigger – REST plugin

See Requesting and activating Integration Hub for details.