Omnisend · Arazzo Workflow
Omnisend Track Placed Order Event
Version 1.0.0
Create or update the buyer contact, then send a placed-order customer event for them.
View Spec
View on GitHub
Email MarketingMarketing AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushArazzoWorkflows
Provider
Workflows
track-placed-order-event
Upsert the buyer contact and emit a placed-order event for them.
Writes the buyer as a contact and then sends a placed-order customer event keyed to that contact's email, since Omnisend has no standalone order resource.
1
upsertBuyer
{$sourceDescriptions.omnisendApi.url}#/paths/~1contacts/post
Create or update the buyer as a contact by email so the order event can be attributed to a known profile.
2
sendOrderEvent
{$sourceDescriptions.omnisendApi.url}#/paths/~1events/post
Send a placed-order customer event for the buyer so order automations and analytics fire. Returns 202 Accepted when the event is queued.