Omnisend · Arazzo Workflow
Omnisend Subscribe and Trigger Welcome
Version 1.0.0
Create or update a subscriber, then send a subscribed event to trigger the welcome automation.
View Spec
View on GitHub
Email MarketingMarketing AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushArazzoWorkflows
Provider
Workflows
subscribe-and-welcome
Upsert a subscribed contact and emit a subscribed event for them.
Writes the contact as subscribed and then sends a subscribed customer event keyed to that email to trigger the welcome automation.
1
subscribeContact
{$sourceDescriptions.omnisendApi.url}#/paths/~1contacts/post
Create or update the contact with a subscribed status using the email as the natural key.
2
sendSubscribedEvent
{$sourceDescriptions.omnisendApi.url}#/paths/~1events/post
Send a subscribed customer event to trigger the welcome automation. Returns 202 Accepted when the event is queued.