Use Case

Professional Order Confirmations

Send order confirmation emails with itemized details, tracking info, and branded templates. Keep customers informed.

Why use Unosend for order confirmation emails?

Itemized order details
Tracking information
PDF attachment support
Works with any e-commerce platform

Quick implementation

send-order-confirmations.js
await unosend.emails.send({
  from: 'orders@yourstore.com',
  to: customer.email,
  subject: 'Order #{{order_id}} Confirmed',
  template_id: 'tmpl_order_confirmation',
  variables: {
    order_id: order.id,
    items: order.items,
    total: order.total,
    shipping_address: order.shippingAddress
  }
});

Frequently asked questions

Can I include order items in the email?

Yes! Pass an array of items to your template. Our template engine handles loops for displaying multiple products.

Can I attach PDF receipts?

Yes, you can attach PDF receipts or invoices to order confirmation emails.

How do I integrate with Shopify?

Use our webhooks to receive Shopify order events and trigger confirmation emails automatically.

Related use cases

Ready to send order confirmation emails?

Start sending in minutes with 5,000 free emails per month.