Skip to main content
Solved

custom JOB -Service now

  • June 10, 2025
  • 3 replies
  • 48 views

vanitharaj1208
Forum|alt.badge.img+14

Hi All,

I want to build a job which updates servicenow incident whenever case stage is changed 

which and all API's i can leverage to develop?

which API should i use to check if case stage is changed?

Best answer by TomAtGoogle

This one can easily be done with the ServiceNow integration in SOAR. Documentation for the integration can be found here - https://cloud.google.com/chronicle/docs/soar/marketplace-integrations/servicenow

One could just add a step in the playbook for Update Incident.  Below is a screenshot of the playbook step.

Hope this helps.

 

3 replies

TomAtGoogle
Staff
Forum|alt.badge.img+5
  • Staff
  • Answer
  • June 12, 2025

This one can easily be done with the ServiceNow integration in SOAR. Documentation for the integration can be found here - https://cloud.google.com/chronicle/docs/soar/marketplace-integrations/servicenow

One could just add a step in the playbook for Update Incident.  Below is a screenshot of the playbook step.

Hope this helps.

 


vanitharaj1208
Forum|alt.badge.img+14

Hi @TomAtGoogle , actually i have developed custom servicenow actions and managers based on custom servicenow table. Now i want to build a job so for that im looking for any API that i can use if case stage is changed then im planning to update it in servicenow


vanitharaj1208
Forum|alt.badge.img+14

no worries i got it