Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to create an "Post" API call in a flow designer

AM24
Giga Guru

So we want to set up an API call for change metrics. It would be somewhat similar to:

post <url> : token "autocr" "pull request/release" "timestamp" "title"

 

I have an endpoint and token available. I am not exactly sure how to create this. I don't believe the plugin for REST step is installed. I was wondering what would be the process to do this. I haven't really made an API call in ServiceNow before. Would I have to create a new action? Thank you.

1 REPLY 1

PratikshaKate
Kilo Guru

@AM24 Check the link below if it helps

 

Sending a POST request with Flow Designer Action - ServiceNow Community

 

Mark my answer helpful if it works 🙂