โ04-17-2025 11:43 PM
Hi all,
Currently I am doing some research on securing webhook with authentication. My use case is pretty straightforward which is to handle HTTP Post Request from my application to Workato using webhook and if the authentication passed then proceed with the remaining workflow inside Workato recipe else skip calling the webhook. What I have in mind for the implementation is using default Workato trigger condition by comparing token (passed in via Header Authorization) against lookup table as part of authentication process inside my Workto recipe. Is the implementation mentioned above sounds feasible or is there any better idea to achieve that?
Quick note: I am aware of the the official article for the custom connector from Workato site but since our use case is pretty simple hence we are hesitate to go for more complex solution.
โ04-18-2025 09:19 AM
I've implemented similar setups before and can confirm this will work perfectly.