How To Add Extra Context on Magento

On Magento you may set additional information to be sent on events such as purchases, adding products to the shopping cart, etc.

You can use such information when creating automations as well as when communicating with customers. 

The parameters available to you:

{{context.items}} – All the products the customer purchased
{{context.total}} – Total amount paid
{{context.order_id}} – Order number
{{context.billing.address}} – Billing address
{{context.billing.city}} – Billing city
{{context.billing.state}} –Billing state
{{context.billing.postcode}} –Billing postal zip code
{{context.billing.country}} –Billing country
{{context.shipping.address}} – Shipping address
{{context.shipping.city}} – Shipping city
{{context.shipping.state}} –Shipping state
{{context.shipping.postcode}} –Shipping postal zip code
{{context.shipping.country}} –Shipping country