How to hide list of emails from "To" field in send email workflow

Hello Everyone

I’m using the Send email workflow & inside of the To field, I am adding dynamic text which is a list of users email.

But the problem i am facing is its displaying all the receivers email in the email “To”?
I want receiver to see only his email?
Anybody know this how to solve?

Screenshot 2022-08-16 at 13.25.52

Hi @anthony.viel :wave:
Yes its possible to hide the list of emails in the “To” field

You need to use recursive workflows (Make sure you are on paid plan :wink: )
First you have to enable “API workflow” from settings

Then Go to backend workflow section

Screenshot 2022-08-16 at 13.44.24

Create a “New API workflow” for example “send_email_list”

Then add “send email” like this

Then Reschedule it like this

Then go to page where you are doing this action(sending this email)
& in that action do like this

Hope it’s clear
Do let me know if you face any issues.

1 Like

Wouldn’t it be easier to just put the emails into the BCC? That’s what it’s for in general.

@ihsanzainal84
Yes i read that in another post (Well i agree it’s another way)
But my client wants like this (As explained by @viquarahmed07).
It works for now.
But i will prefer BCC in future for other projects

Thanks :+1:

1 Like