How to create an "Post" API call in a flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 11:05 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2025 11:12 AM
@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 🙂