Thanks for posting your question in the Microsoft Q&A forum.
The HTTP action allows you to make HTTP requests to external services or APIs.
- You can use it to:
- Send GET or POST requests.
- Pass dynamic data (such as user information) to the endpoint.
- To add an HTTP action:
- Start your workflow with any trigger (not necessarily the HTTP trigger).
- Add the HTTP action to make the desired request.
- Configure the action by specifying the HTTP method (GET, POST, etc.) and the target URL.
- Handle the response from the endpoint in subsequent workflow steps
For more options please check the following article
[https://learn.microsoft.com/en-us/azure/connectors/connectors-native-http?tabs=standard
](https://learn.microsoft.com/en-us/azure/connectors/connectors-native-http?tabs=standard
)** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **