- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2019 11:00 PM
I wanted to know how to trigger a ServiceNow workflow via REST APIs.
Thank you,
Shrisha.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2019 05:33 AM
Take a look at:
Please mark this answer as helpful or correct, if it solves your problem.
Regards,
Alexey

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2019 07:55 AM
Hi Sirisha,
Please find the below link this will help you
https://docs.servicenow.com/integrate/inbound_rest/concept/c_RESTAPI.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2019 08:01 AM
POST https://{instance].service-now.com/api/sn_sc/servicecatalog/items/{sys_id}/order_now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2019 08:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2019 05:13 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2019 05:33 AM
Take a look at:
Please mark this answer as helpful or correct, if it solves your problem.
Regards,
Alexey