ServiceNow Object
Description
This action component allows you to establish a connection to a specified ServiceNow instance.
Input Properties
- Server Instance URL (String) – The server instance URL you want to connect to.
- User Name (String) – The username you want to use to log into ServiceNow
- Password (SecureString) – The password of the user you want to log in with.
- ClientId (String) – The consumer key of your ServiceNow OAuth
- Client Secret (SecureString) – The consumer Secret of your ServiceNow OAuth
- Input ServiceNow Object (IServiceNowObject) – The input Salesforce connection object.
- Body (IServiceNowObject) – Allows you to add subsequent action components.
- Timeout (Int32) – The ServiceNow API connection timeout.
Output Properties
- Result (IServiceNowObject) – The result of the ServiceNow connection, stored in an IServiceNowObject object variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.