Getting extracted data from Cradl AI into Power Automate using an HTTP request trigger.
1
Create a flow
In Power Automate, create an Instant Cloud Flow with the trigger “When an HTTP request is received.”
2
Allow access
Click “Who can trigger the flow?” and set it to “Anyone”. You can secure the flow using a signature or header if needed.
3
Save the flow and copy the URL
Save the flow to generate a trigger URL.
Go to Cradl AI > Integrations tab and paste the URL into the integration field.
4
Copy and paste the JSON schema
In Cradl AI, copy the JSON schema from the Integrations tab.
Back in Power Automate, paste it into the Request Body JSON Schema field to access the data as variables.
5
Build your flow logic
Use the parsed fields in your flow to continue automation (e.g., send email, store in database, etc.).