On this page
Get Involved
servicenow
The servicenow connection can be used to access ServiceNow resources.
Arguments
Name | Type | Required? | Description |
---|---|---|---|
instance_url | String | Optional | Your ServiceNow instance URL |
username | String | Optional | ServiceNow username |
password | String | Optional | ServiceNow app password |
All arguments are optional, and a servicenow connection with no arguments will behave the same as the default connection.
Default Connection
The servicenow connection type includes an implicit, default connection (connection.servicenow.default) that will be configured using the environment variables SERVICENOW_INSTANCE_URL, SERVICENOW_USERNAME, and SERVICENOW_PASSWORD.