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 AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushArazzoWorkflows
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.omnisendApi.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.omnisendApi.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.