Steps to create an App in App Engine Studio to make a REST call to a webhook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 02:53 PM
I want to create a template/app in App Engine Studio , so the template can do a simple function,
1) The Flow trigger should be for the Incident Table, and it should be on Incident Creation/Update (this is easy)
2) Now the 'Action' is to POST to a 'webhook' endpoint on the above trigger with the JSON containing the Incident Information
I am not able to figure out the spoke that has this functionality. I know there is a Microsoft Teams Spoke as part of the Integration Hub, for which I was able to add a generic webhook URL (not the Teams webhook), and get through this function.
But I want a way /script or if you can lead me to the proper spoke/action item.
The Flow action must be configured such that I am able to post to a REST endpoint.
Thanks a loT!
Thanks
#AppEngineStudio