How to send multiple attendees to google calendar via Make ?
I already know how to use webhook and i have successfully sent invitation if it’s only one attendee, the problem is i need to send Array to make.com for them to iterate the arrays.
From what i know, glide’s webhook does not support ARRAY.
So how do i send array from glide table to make.com ?
It will be a JSON object that contains a collection (array). The Parse JSON module is used to unpack the object and extract the array. The method I use is to then pass the array through an Iterator. It might be possible to pass the array straight through and use that map method. I don’t know, I’ve never tried that. But I do know that my method works, as I use it all the time.