I have logic app with webhook action where it waits until it receives callback notification from my other application.
This other application sends the payload in a notification callback provided by webhook.
I need to validate this payload before I resume the logic app's execution with next step.
If validation fails, then I don't want webhook to unsubscribe. I want webhook active until it successfully receives response.
答案 0 :(得分:0)
您可以在中间安装验证器Logic App。
HTH