Omnisend · Arazzo Workflow
Omnisend Copy and Send Campaign
Version 1.0.0
Copy an existing campaign, read the copy to confirm, then queue it for sending.
View Spec
View on GitHub
Email MarketingMarketing AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushArazzoWorkflows
Provider
Workflows
copy-and-send-campaign
Copy a campaign, verify the copy, and queue it for sending.
Duplicates an existing campaign, fetches the new copy by id to confirm persistence, and then triggers the send of the copy.
1
copyCampaign
{$sourceDescriptions.omnisendApi.url}#/paths/~1campaigns~1{id}~1copy/post
Copy the source campaign. Returns 201 Created with the new campaign id.
2
getCopy
{$sourceDescriptions.omnisendApi.url}#/paths/~1campaigns~1{id}/get
Read the copied campaign back by id to confirm it persisted before sending.
3
sendCopy
{$sourceDescriptions.omnisendApi.url}#/paths/~1campaigns~1{id}~1send/post
Queue the copied campaign for sending. Returns 202 Accepted when queued.