🤯 In staging: column search, button icons, webhook action and more!

pm’d

1 Like

:exploding_head::star_struck::nerd_face:

So this webhook Action can be a “Compound Action” that can do multiple things, whilst sending the webhook?

3 Likes

Yes. Send Webhook & show notification, for example

3 Likes

3 Likes

A bit more on how to parse a joined list column in integromat via webhook.

Step 1 - Joined list

Use a joined list column to create a string containing multiple image links, separated by a comma.

Step 2 - Send via webhook

Send this value via glide webhook action to a webhook you have created in Integromat.

Step 3 - Convert string to array

Convert the string from step 1 into an array with Integromat’s set variable module. To do this, use Integromat’s native split function to split the string after each comma - split([image string from webhook];,)

Step 4 - Iterate through the array

Add an iterator module, so that integromat can perform an action on each of the items in the array.

Step 5 - Get the image files

Add the http get a file module, to pull the image file from each array item’s image link.

Step 6 - Aggregate the array

Add an array aggregator module, using the iterator module as the source. Target structure type will be Gmail Attachment. To do this you’ll need to first add the Gmail module as the final module (Step 7) and then come back and add Gmail Attachment as the target structure type.

Step 7 - Send the aggregated array as attachement

Add a Gmail module as the final module and under attachments, use the array from Step 6 (array aggregator module)

16 Likes

Excellent, great job @Jaime!! Thanks for sharing :relaxed:

2 Likes

All of us non coders having no knowledge about either API or Webhooks! :joy:
Lots of homework to be done :stuck_out_tongue_winking_eye:

7 Likes

Lol yeah… hope it gets easier to implement or be done :rofl:

4 Likes

Yeah, now I realize No-code is just a trick to let everyone learn how to code in the end :wink:

15 Likes

Hahaha 100%, cue hours reading over API docs whilst googling “post request”

1 Like

Hi folks

Is it me or the API column has problems to create a new parameter?

I can’t create anything to test. The setting parameter box disappears as soon as you click on it.

My humble suggestion to avoid further confusions is that there must be 2 column types different: API and Webhook.

Although both of them seem to do the same, the API is a little more complex than Webhook.

Saludos y feliz año 2021!

1 Like

That’s a bug, we’ll fix it.

The webhook is not a column, it’s an action.

5 Likes

Love this gorgeous side menu :two_hearts:

6 Likes

The conditions for add screen was SO MUCH needed! Thanks @glide

6 Likes

I WAS LITERALLY CREATING A WEBHOOK FEATURE REQUEST A MINUTE AGO!!! No way!

:exploding_head:

These updates are sooooo amazing!

@Robert_Petitto Thanks so much for sharing!

3 Likes

@david what’s this number after the total of rows by referrals? In this case mine is 2.000

image

1 Like

This is just a faux maximum value, which I see you have surpassed! ;D

3 Likes

Lol a little bit :stuck_out_tongue_closed_eyes:

1 Like

Also it’s on already

Gorgeous!!

5 Likes

It’s a beauty :+1:

2 Likes