Skip to content
TriggerKlaviyoReal-timeUpdated May 2026

How do I trigger on a Klaviyo Order Placed event?

Short answer: Drop the "KlaviyoOrder Placed" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Klaviyo, not on a polling schedule.

Anatomy

What this trigger looks like in a workflow.

Drop it on the canvas. Configure a couple of fields. Publish.

In the builder
Trigger
Order Placed
When the matching event happens
when order is placednew orderorder placedon order placedwatch for new orderecommerce orderwhen purchase is made
What this trigger returns
for the curious

You don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.

{
"value": 129.99,
"currency": "USD",
"order_id": "ORD-12345",
"items_count": 2,
"customer_name": "John Doe",
"customer_email": "buyer@example.com"
}
Output shape

Fields available to downstream nodes.

Every field below can be referenced by name in any action or filter that comes after this trigger.

FieldTypeExample
valuenumber129.99
currencystring"USD"
order_idstring"ORD-12345"
items_countnumber2
customer_namestring"John Doe"
customer_emailstring"buyer@example.com"
FAQ

Questions about Order Placed.

How does the Order Placed trigger work in Klaviyo?
Fires when an Order Placed event is tracked in Klaviyo (typically from your Shopify/Woo/Magento integration). Use to drive cross-sell flows, fulfillment notifications, or revenue dashboards.
Is the Order Placed trigger real-time?
Yes. Order Placed uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Klaviyo.
What data does Order Placed return?
The full event payload from Klaviyo. The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter Order Placed so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need Klaviyo admin permissions to use Order Placed?
For most Klaviyo accounts a standard user can authorize the trigger. Some Klaviyo plans require an admin to enable third-party webhooks. Check Klaviyo's docs if the trigger fails to register.
More triggers

Other Klaviyo triggers.

Build a workflow on this trigger.

One trigger. 5+ downstream actions. Zero glue.