How to use webhook with pabbly and send gmail to multiple gmail addresses at once ??

Status: Closed · Asked by ahdialagi on · 0 views

ahdialagi — Question ·

I am using glideapps for my app --> and then i will send email data to pabbly via webhook
The email address im sending will have a format like this [EMAIL][email hidden][/EMAIL],[EMAIL][email hidden][/EMAIL],[EMAIL][email hidden][/EMAIL] --> this is a joined list.

i need pabbly to loop all those joined list email and send to each email.

Is this possible ??

Fagun Shah — Reply ·

You need to send Email address in JSON array format and capture it in pabbly connect with Simple Respons toggle OFF.

Then you can use iterator to go through each email id one by one and send email.

Here is a video on how to use iterator -

youtube.com/watch v=zJaGQ-SIB0I

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
ahdialagi — Reply ·
You need to send Email address in JSON array format and capture it in pabbly connect with Simple Respons toggle OFF.

Then you can use iterator to go through each email id one by one and send email.

Here is a video on how to use iterator -

youtube.com/watch?v=zJaGQ-SIB0I


i see, i needs to be in an array. got it.

Back to all forum threads · Log in to reply