Jump to content
  • 0

Email Blocklist


Shiro

Question

I just want to share this.

If you ever need to prevent your triggered action/ task on sending emails/sms on certain numbers. You can create a table which contains all those unwanted  email addresses/ phone number and create a blocklist. It is just an extra condition on the where statement if you used a 'select from' block.

Hope it helps...

forum.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

@forumjuice, I suggest adding a new column on your table that will indicate if a record is important(probably a Ye/No field that if checked then it is considered as important). Once you have that you can then create a filter in your task or trigger that will send your emails first to this list and then create a separate set of actions that will send emails/sms to the rest of the list.

 

image.png.8521187dd7decd39430e3c9ea6a3a0fc.png

 

Since Task/Triggers executes action blocks from top to bottom. the Task above should send the email to the "Priority list" first.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...