Hello! We are working with the OOTB servicenow integration and are wondering what the best way pull in information about change requests from a servicenow table? It is not an available ootb action currently but a common use case for working with Servicenow.
Hello
For instance, the parameters for the integration action might be that you’re sending a “GET” request to the Service-Now endpoint https://[Instance].service-now.com/api/now/table/change_request
https://cloud.google.com/chronicle/docs/soar/marketplace-integrations/http-v2
Most customers use SNOW integration in a similar way, so for this some of our content is hard coded to very specific actions to enable a drag drop experience. But we also include some content that is a bit more flexible,
Looking at the ServiceNow Connector it has a ‘table’ field

This allows you to ingest from any table, incident or other. Obviously you will need to ensure permissions are correct etc.
Consider the rest of the workflow, if you then wish to: push comments back, change fields, sync status etc, check each workflow has Content from the marketplace that works against user defined table name (i.e. is not hard locked to ‘Incidents’ table)
Andy
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.