Skip to main content

ServiceNow (Basic Authentication)

Connect to ServiceNow using basic authentication

To use this connection type within the API, use a ConnectionTypeCode of SERVICENOW-BASIC.

Variable Reference

The following variables are supported:

  • ServiceNowEndpoint - (Required) ServiceNow endpoint, e.g. https://<instance>.service-now.com

  • UsernameSecretName - (Required) The name of the Key Vault secret containing the Username to connect to ServiceNow.

  • PasswordSecretName - (Required) The name of the Key Vault secret containing the Password to connect to ServiceNow.

  • IntegrationRuntime - (Required) Integration Runtime to use for Copy Activity.