Scheduled Email based on Condition

I have to send data every week, to many people. But everyone has to send data according to them. Below I have given an example.

COURIER NAMEEMAIL
AMAZONRAHUKH@GMAIL.COM
BLUE DARTYUIHIH@GMAIL.COM
DELHIVERYSAIF455@HOTMAIL.COM
DELHIVERY 15KGYASIF4555@GMAIL.COM
ECOM EXPRESSRAHUKH@GMAIL.COM
EKART LOGISTICSYASIF4555@GMAIL.COM
MYNTRAYUIHIH@GMAIL.COM
SHADOWFAXRAHUKH@GMAIL.COM
UNIMOVE ( SNAPDEAL )YASIF4555@GMAIL.COM
XPRESSBEESSAIF455@HOTMAIL.COM

my data tablemy data table

I have to send the details of a week to everyone according to the column [Courier Name]. Can you tell me how can I send with the help of auto bot.

0 3 123
3 REPLIES 3

Please start by reviewing this document:

Send an Email from automation

You would start by creating a Bot that has Event Type of Schedule,  runs against your Data table, add the frequency you wish to run and a Condition to select the rows you wish to generate and send emails for.

When it comes time to update the "To" property with the email addresses to send the email to, you can use an expression to retrieve the email address.  It would be something like:

ANY(SELECT(Courier[Email], [Courier Name] = [_THISROW].[Courier Name]))

ANY(SELECT(Auto bot Email[EMAIL], [CHANNEL] = [_THISROW].[CHANNEL]))

The expression is valid but its result type 'Email' is not one of the expected types: Yes/No

Please show as screenshot of the entire Expression Assistant window for better clarity on what the problem is. 

Top Labels in this Space