# Send email to multiple recipients using Make web hook

**URL:** https://community.glideapps.com/t/send-email-to-multiple-recipients-using-make-web-hook/62197
**Category:** Ask for Help
**Created:** [May 27, 2023, 7:18pm UTC](https://community.glideapps.com/t/send-email-to-multiple-recipients-using-make-web-hook/62197 "2023-05-27T19:18:10Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![BLA\_68](https://avatars.discourse-cdn.com/v4/letter/b/977dab/32.png) [@BLA\_68](https://community.glideapps.com/u/BLA_68)
#### Post date: [May 27, 2023, 7:18pm UTC](https://community.glideapps.com/t/send-email-to-multiple-recipients-using-make-web-hook/62197/1 "2023-05-27T19:18:11Z")

</div>

Has anyone had success using Make to send an email to multiple email addresses? I have created a scenario in which sending an email from gmail through Glide using a webhook works fine, as long at the field contains one email address. But when the field has multiple comma separated addresses, it fails.

Anyone had success with this?

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [May 27, 2023, 7:23pm UTC](https://community.glideapps.com/t/send-email-to-multiple-recipients-using-make-web-hook/62197/2 "2023-05-27T19:23:03Z")

</div>

I haven’t tried in Glide but in Make you should be able to do that with the iterator module

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [May 27, 2023, 7:32pm UTC](https://community.glideapps.com/t/send-email-to-multiple-recipients-using-make-web-hook/62197/3 "2023-05-27T19:32:29Z")

</div>

You should know… That the Easiest… Fastest… Cheapest… way to send emails… Is… Google Scripts 😉

---

<div class="post-metadata">

### Author: ![BLA\_68](https://avatars.discourse-cdn.com/v4/letter/b/977dab/32.png) [@BLA\_68](https://community.glideapps.com/u/BLA_68)
#### Post date: [May 27, 2023, 7:55pm UTC](https://community.glideapps.com/t/send-email-to-multiple-recipients-using-make-web-hook/62197/4 "2023-05-27T19:55:30Z")

</div>

I have tried without success. Might be a little over my head. I can’t figure out how to get the iterrator to parse the data, which comes in as “email1@email.Com, [email2@email.Com](mailto:email2@email.Com)”.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 27, 2023, 11:34pm UTC](https://community.glideapps.com/t/send-email-to-multiple-recipients-using-make-web-hook/62197/5 "2023-05-27T23:34:09Z")

</div>

Use something like: split(your variable;,)

---

<div class="post-metadata">

### Author: ![BLA\_68](https://avatars.discourse-cdn.com/v4/letter/b/977dab/32.png) [@BLA\_68](https://community.glideapps.com/u/BLA_68)
#### Post date: [May 27, 2023, 11:42pm UTC](https://community.glideapps.com/t/send-email-to-multiple-recipients-using-make-web-hook/62197/6 "2023-05-27T23:42:56Z")

</div>

Thanks. I’ll try that.

---

<div class="post-metadata">

### Author: ![BLA\_68](https://avatars.discourse-cdn.com/v4/letter/b/977dab/32.png) [@BLA\_68](https://community.glideapps.com/u/BLA_68)
#### Post date: [May 28, 2023, 12:04am UTC](https://community.glideapps.com/t/send-email-to-multiple-recipients-using-make-web-hook/62197/7 "2023-05-28T00:04:51Z")

</div>

Thanks @ThinhDinh. That worked!

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [May 29, 2023, 12:05am UTC](https://community.glideapps.com/t/send-email-to-multiple-recipients-using-make-web-hook/62197/8 "2023-05-29T00:05:06Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
