Jump to content
  • 0

Send Different Emails Based on Status


BeffreyJezos

Question

Hi

I have built a simple order tracking app and I want to send email notification to the users every time the status is changed. The problem is that I have multiple status for the orders.

image.png.54add7c3aa07ee6a109de5b2f495d023.png

Here is a sample of my table records. As you can see, I have "Placed" ,"Picked up" , and "Delivered" status. I have a couple more but the idea is that for each of these status, I want a different email message or content sent to the email address of the user.

Currently, I am only using acknowledgement emails so the users will receive an email upon placing an order. Is there a way to do this? Thanks in advance.

~Hexy

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi @HexGone!

If you can use triggered actions on your account, you can achieve that using a similar triggered action as this:
image.png.bcf151cb66114bf6e595d68ff86f7a33.png

This triggered action will run on an update event(when you update the status), and then check the updated value of the field "type" (in your case, "Status").  Based on the updated value of "type", the trigger will change the email body to the corresponding CASE WHEN statement that it matches and then send it to the email address included in the updated record.

I hope this helps.

- Tubsss 

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...