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 AutomationE-CommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushAutomation WorkflowsAnalyticsMCPAgent ReadyTransactional MessagingArazzoWorkflows
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.contactsApi.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.eventsApi.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.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.