Hi all,
Following the good advice from @Darren_Murphy , I’m always using custom actions. The problem is that the action/flow builder seems to be heavily under-developed. One feature that is frustratingly missing is the ability to copy/paste between custom flows.
In particular, would be great to copy action with many variables, such as set values in a large table/sheet. But, as the title suggests, I’m actually asking for help with the “Trigger webhook” action. Many of my webhook are loaded with many parameters. Setting them up every time seems like a hassle, not the mention a huge window for mistakes (by me ).
I’ve been looking around for an easy way to manage these parameter-heavy actions. In this post, I found this after-the-fact comment from (again) @Darren_Murphy
using a template column to concatenate multiple parameters, and then unwind them at the other end.
Has anyone played with this option?
In addition to calling them from Glide, I’m also calling Integromat webhooks from within other scenarios in Integromat. This means I must keep the incoming parameters very organized. I noticed that Glide is sending the parameters under “params”, as below:
To make sure I’m always sending the correct structure for the webhook parameters, I’m sending it as a raw JSON when triggered from another scenario.
After this long (and boring?) explanation, assuming you have read the entire thing, any ideas how to tackle this?
I’d love to implement the elegant solution of a template column and sending just that template as a parameter to the webhook. I’m not sure how to unwind it inside Integromat. I assume it’s by using the replace module, but how do we split it back into multiple (many) parameters that we can later use in other modules on the same flow?
BTW - once I figure out how to send a single parameters from Glide, I’ll want to do the same for HTTP requests from other scenarios from Integromat. This means, again, the receiving scenario should be able to “unpack” this “all-in-one” parameters regardless of where they came from.
Thanks