How do I trigger/ start a ServiceNow workflow via REST APIs?

Shrisha
Kilo Explorer

I wanted to know how to trigger a ServiceNow workflow via REST APIs.

Thank you,

Shrisha.

1 ACCEPTED SOLUTION

Alexey7
Mega Sage

Take a look at: 

https://community.servicenow.com/community?id=community_question&sys_id=8dc44be9dbd8dbc01dcaf3231f96...

 

Please mark this answer as helpful or correct, if it solves your problem.

 

Regards,

Alexey

View solution in original post

10 REPLIES 10

Hi Sirisha,

 

Please find the below link this will help you 

 

https://docs.servicenow.com/integrate/inbound_rest/concept/c_RESTAPI.html

POST https://{instance].service-now.com/api/sn_sc/servicecatalog/items/{sys_id}/order_now

amlanpal
Kilo Sage

Hi Shrisha,

 

I believe this is what you are looking for: https://developer.servicenow.com/app.do#!/api_doc?v=madrid&id=r_WF-startFlow_String_GR_S_A

 

Hope this helps. Please mark the answer Correct/Helpful based on the impact.

Regards,

Amlan

Alexey7
Mega Sage

Take a look at: 

https://community.servicenow.com/community?id=community_question&sys_id=8dc44be9dbd8dbc01dcaf3231f96...

 

Please mark this answer as helpful or correct, if it solves your problem.

 

Regards,

Alexey