How do I put an Order Number or Order ID in an email or sms after a customer “Places an Order”?

Hi guys. How do I include an Order Number or Order ID (not tracking number) in an email or sms after a customer “Places an Order”???

Actually, I need to pass these parameters to Klaviyo!!! But I don’t see these metrics.

And what parameter name is possible for this metric?

Hi

You can try this

Shopify sends order data to Klaviyo, but not always order no.
Find order number inside Shopify event data in Klaviyo.
Use {{ event.order_number }} in your emails/SMS.
try {{ event.id }} If it doesn’t work