Include links to invoices in Klaviyo email

Many Shopify merchants use Klaviyo to create automated flows and set up the sending of all emails instead of using the default Shopify notification emails. 

You can include a link to an invoice in the automatic emails sent by Klaviyo.

Adding the link to Klaviyo emails is very simple. When creating the content of your emails, place the following link in the email body, ideally as a call-to-action button.

The online version of the invoice

The link will redirect the customer to an online version of their invoice. There, they can either download or print it. However, more importantly, they will also be able to pay their unpaid invoices online with their credit card.

Online invoices in Sufio
The online version of an invoice

Please note that store-name should be replaced by the myshopify.com subdomain of your Shopify store.

store-name.myshopify.com/apps/sufio/invoice/?id={{ event.extra.id }}&number={{ event.extra.order_number }}

PDF version of the invoice

If you want to let your customers download a PDF version of their invoice directly, use the following link. Don't forget, that store-name should be replaced by the myshopify.com subdomain of your Shopify store.
store-name.myshopify.com/apps/sufio/invoice/download/?id={{ event.extra.id }}&number={{ event.extra.order_number }}

Please note that the PDF version of the invoice does not allow your customers to pay their unpaid invoices online with their credit card.