Trigger iPaaS webhook from a script with parameters
With iPaaS flows, is it possible to create a custom webhook trigger that can take in data, process it, and then return a result? And if so, is there specific documentation on how the webhook authentication and data are passed?
I know I can create a custom webhook trigger, but I can't seem to authenticate to the flow URL or send it data.
We have scripts used in some endpoint management tasks (imaging, for one) that currently pull computer name info from older databases. While we can, and do, use direct TdX API queries, it would be more convenient to send a known asset serial number to an iPaaS flow, do the look ups, data parsing, error trapping, etc. and return the piece of data we want, which in this case is the computer name.
Answer (1)
Hello Jason,
This is the best doc to use for setting this up: Article - Triggering iPaaS from a Web... (teamdynamix.com)
Also WaitForResults has to be true, and the data comes back under 'data'.
Let me know if that helps.
Sincerely,
Mark Sayers
Sr Support Consultant, CS
I can make the trigger work if I have no authentication set all so that's where I'm stuck I think. - Jason Pelletier Mon 11/14/22 11:08 AM