Omnisend · Arazzo Workflow
Omnisend Track Added-to-Cart Event
Version 1.0.0
Create or update the shopper contact, then send an added-to-cart customer event for them.
View Spec
View on GitHub
Email MarketingMarketing AutomationE-CommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushAutomation WorkflowsAnalyticsMCPAgent ReadyTransactional MessagingArazzoWorkflows
Provider
Workflows
track-cart-event
Upsert the shopper contact and emit an added-to-cart event for them.
Writes the shopper as a contact and then sends an added-to-cart customer event keyed to that contact's email, since Omnisend exposes carts only through events.
1
upsertShopper
{$sourceDescriptions.contactsApi.url}#/paths/~1contacts/post
Create or update the shopper as a contact so the cart event can be attributed to a known profile.
2
sendCartEvent
{$sourceDescriptions.eventsApi.url}#/paths/~1events/post
Send an added-to-cart customer event for the shopper so abandoned-cart automations 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.