- For a client’s first subscription order, you don’t want to send a subscription signup confirmation email alongside the order confirmation email
- You don’t want to send upcoming order emails to subscriptions with specific statuses, or who don’t meet the required minimum order value
Using the SKIP_EMAIL Tag
In cases like these, you can insert[SKIP_EMAIL] in the email body, which will prevent the email from sending.
For more complex cases, you can also insert [SKIP_EMAIL] conditionally using Liquid tags. For example, here’s how to skip emails for paused subscriptions: