Hello,
I am having an issue making a http request call to my flow. I copied the HTTP POST URL in the flow. The trigger is "When a http request is received" and it takes a JSON as a parameter. Here is the JSON schema:
{ "ID":154, "Feedback":3}
Takes two integers and updates a column in sharepoint.
This works fine when invoked from Postman application. The issue I am having is that I need to send this as a hyperlink URL in email which users can click and I get the feedback into sharepoint list item. I am not able to get this resolved correctly as a HTTP Post call.
I get this error:
{"error":{"code":"TriggerRequestMethodNotValid","message":"The HTTP method for this request is not valid: expected 'POST' and actual 'GET'."}}Any thoughts on how I need to form the URL to have the JSON object at the end?
Thanks,
Prasad