TDX iPaaS Response Body Customization
I am attempting to utilize a Webhook to trigger an iPaaS flow that has a very strict json schema structure of what the response body should look like. I know currently the default response data is being stored in the {Data} object but I would like to customize the entire structure of that response, Is this possible?
Much Thanks!
Answers (2)
Hello Nic,
Is this webhook coming from TDX, or from some other system?
Sincerely,
Mark Sayers
Sr Support Consultant, CS
I had the same question and need, e.g. I'd like to return iCal, RSS, csv, etc from an iPaaS api call.
I found a solution that I think will work by building a Google Apps Script web app that calls the iPaaS api and returns just the data element with the appropriate mime type, but having it native would be great and would make security easier.