Hi
I had to build a few custom Pipes.I’m not a coder so this was a pretty painful process. Some have super documentation and some have a lot less.
Getting these working is often through trial and error and sometimes depends on feedback from the API provider on how the REST API call looked like when it is received by them.
This is one of the great advantages of using CURL, but “translating” CURL calls to Tadabase pipes can be tough (for the uninitiated )
It would be really useful to see exactly what the pipe has sent to the remote API when testing. i.e. when you press on the TEST button in the custom pipe builder it would show you the exact call it made.
(Apologies if this is already available some where)