Finding the POST URL in a Logic App
How to find the POST URL in a Logic App
When using Azure Logic Apps, you often need to allow external systems to receive data. Knowing how to locate and copy the POST URL is essential for integrating your Logic App with forms, or any external system that supports HTTP requests.
- Go to portal.azure.com to open your Logic App in the Azure Portal.
- Open the Logic App you created.
- From the menu on the left, select Logic App Designer.
- Find the trigger named: When an HTTP request is received. This is the step that generates the POST URL.
- Click on the trigger.
- When the trigger box opens, you’ll see a field labeled one of the following:
HTTP POST URL
Callback URL
A button like "Generate URL", depending on the type of workflow (Standard vs. Consumption) - Click the Copy icon next to the URL to copy it to your clipboard.
- Paste this URL into FormsPro/Advanced Forms to send data into the Logic App.