Secure When a HTTP request is received Power Automate a.k.a MS Flow
Secure "When a HTTP request is received" connector in MS Flow
Add `when a HTTP request is received as a trigger condition`
- Provide the required payload a per the needs (optional).
- change method to POST if you need to use the payload (optional)
- relativePath: add /{token} (required)
Click the ... dots and select "settings"
That's it. your business logic continues... I have added the received 'token' and 'firstName' from my payload for testing.
- Call the webhook from postman.
- Replace /{token} from the URL with your secret password.
- Enter the required payload and click send.
Output of received payload
Output with wrong password
-Ratsub
Comments
Post a Comment
Enter your comments..