Need Help: Sending Direct Message to multiple people on slack

Hi Guys,

I have configured scenario where on trigger of web hook I need to send direct message on slack to a user

My scenario is as follows :

Webook → Gives list of email → Search for user using Email → Create Message

My Output of List of emails is as follows

How can I send Direct message to multiple people as highlighted in the circled region. They are email ID’s of multiple people on slack.

I need to send same message to multiple people.

PS: I have been able to send messages to single person

Thank you in advance for your help.

Regards,
Dilip

Welcome to the Make community!

You can use the built-in function split in an iterator module

e.g.:

{{ split(1.`New Column`; ", ") }}

For more information, see the function documentation in the Help Center.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like

Thank you for your reply @samliew .

You are indeed a life saver.

Regards,
Dilip