So, I have configured a webhook in my orchestrator, subscribing to an event - queueItem.added.
The listener is setup in the power automate, with the trigger, when http request is received.
I tested the power automate endpoint with postman, the power automate flow is triggered. But when a queue item is added, the flow is not getting triggered.
Hi @dheephiga.am ,
Since the Power Automate HTTP endpoint works from Postman, the issue is most likely on the UiPath Orchestrator webhook side, not Power Automate.
Check the following:
Make sure the queue item is being added in the same tenant where the webhook is configured.
Verify the webhook is Enabled and the queueItem.added event is selected (looks correct from your screenshot).
Check Webhooks > Logs/Monitoring in Orchestrator (if available in your version) to see whether the webhook delivery is failing.
Remove any custom JSON schema in Power Automate temporarily and test again. Sometimes the payload sent by Orchestrator does not match the schema exactly, causing the trigger to fail.
Create a brand-new queue item (not a retry or status update). The queueItem.added event fires only when a new item is added.
If using On-Prem Orchestrator, ensure the Orchestrator server can reach the Power Automate URL over HTTPS and that no firewall/proxy is blocking outbound requests.
Temporarily select “Send All Events” in the webhook configuration. If Power Automate starts receiving events, the issue is specific to the queueItem.added event subscription.