Docs
plans, addons, invoicereceipt, email_notifications
How to add Plan/Addon/Coupon specific contents in the Invoice Receipt email?
To add Plan/Add-on/Coupon specific contents to the Invoice Receipt email notification, navigate to S
20225815
2017-02-26T15:07:30Z
2020-03-26T11:08:49Z
915
0
1
225537
How to add Plan/Addon/Coupon specific contents in the Invoice Receipt email?
You can select the subscription details that you would like to show from the pop-up. Refer to the screenshot attached below.
To add specific content based on the plan type you can set up the Segmentation feature that allows you to send different email content to different sets of customers filtered based on the plan they're on. Here's more on segmentation.
To send specific content based on the addon/coupon type, you can use Mail Merge tags. Here's the format.
Coupon Specific
{{#line_items}}
{{#line_item.type= coupon_credit}}
{{#line_item.description=summer}} // summer is a one time coupon
Summer is a one time coupon and it'll not be applied on your next invoice
{{/line_item.description=summer}}
{{/line_item.type= coupon_credit}}
{{/line_items}}
All the available Mail Merge fields are available on the edit template page as in the screenshot below: