AI Agent for Multiple Business Services Interaction > Using the AI Agent for Multiple Business Services Interaction recipe > Configure and publish the ServiceNowAgentConnection connection
  

Configure and publish the ServiceNowAgentConnection connection

Configure the client ID, client secret, user credentials, service URL, grant type to connect to the ServiceNow instance, and then publish the ServiceNowAgentConnection connection.
    1Open the ServiceNowAgentConnection connection.
    2From the Type list, select ServiceNow.
    3From the Runtime Environment list, select Cloud Server or any Secure Agent.
    4In the Connection Properties section, enter values for the following properties:
    Property
    Description
    Client ID
    ServiceNow client ID to generate a valid access and refresh token. Enter the client ID that you generated under System OAuth > Application Registry in ServiceNow.
    Client Secret
    ServiceNow client secret that you generated under System OAuth > Application Registry in ServiceNow.
    User Name
    ServiceNow user name with the security_admin role to generate client credentials in the ServiceNow instance.
    Password
    Password associated with the ServiceNow user account.
    Service URL
    URL to access the ServiceNow instance.
    Grant type
    Grant type that the ServiceNow instance uses to get an access token for third-party clients authorization. Enter the value as password.
    5 Save and publish the connection.