How to add all columns and data in 'Trigger Webhook' action?

Hi all,

I’ve been using glide for a few months now and I can’t still figure this out:
I want ALL columns to be automatically mapped into my ‘Trigger Webhook’ action. At the moment though, it seems that I would have to manually map all of them and I have a lot of columns in the backend - is there a way for me to automatically place all columns in my webhook?

Thanks in advance!

A good approach here would be to use a template to construct a CSV, and send that as a single data value through your webhook.

Below is a short tutorial that walks through how to do that…

1 Like