Hello,
We have a Mytoken added in the email content which pulls the Meeting details(Date and Time) of an appointment. We have faced scenarios where the sometimes Mytoken doesn't pull any value and sends out the email blank(with empty space of Mytoken value).
Is there any way we can stop the email when Mytoken used in that email doesn't have a value?
So If Mytoken has value ---> Need to send the email
If empty value ---> No need to send the email to that record.
Can anyone please help ASAP.
Solved! Go to Solution.
I suppose with "Mytoken" you are referring to a script token, right? And if that script wouldn't produce an outcome, you want to not send the email? - That's not possible.
It actually is possible, if not formally supported.
But I think we're getting ahead of ourselves because the code should be fixed first.
I suppose with "Mytoken" you are referring to a script token, right? And if that script wouldn't produce an outcome, you want to not send the email? - That's not possible.
But that script token would rely on some data points, wouldn't it? So you should rather look at your email sending Smart List and add a filter to only send if meeting date/time - or whatever that data point exactly is - are not empty.
I suppose with "Mytoken" you are referring to a script token, right? And if that script wouldn't produce an outcome, you want to not send the email? - That's not possible.
It actually is possible, if not formally supported.
But I think we're getting ahead of ourselves because the code should be fixed first.