Set ServiceNow credentials
servicenow_set_credentialsSave or update ServiceNow connection credentials, persisting them to the env file for use in all subsequent requests. Provide any subset of fields to update the active profile or create a new one.
Instructions
Save or update the ServiceNow connection credentials. Values are persisted to the env file and used for all subsequent requests. Provide any subset of fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | ServiceNow username. | |
| profile | No | Connection profile to write (default: the active one). Use a new name to create a profile. | |
| instance | No | Instance host, e.g. 'dev12345' or 'dev12345.service-now.com'. | |
| password | No | ServiceNow password. |