Omnisend · Arazzo Workflow
Omnisend Create Segment and Read Statistics
Version 1.0.0
Create a segment, read it back to confirm, then pull its membership statistics.
View Spec
View on GitHub
Email MarketingMarketing AutomationEcommerceSMS MarketingCustomer EngagementSegmentationCampaignsFormsPopupsWeb PushArazzoWorkflows
Provider
Workflows
create-segment-and-stats
Create a segment, verify it, and read its statistics.
Writes a segment, fetches it by id to confirm persistence, and then pulls its statistics.
1
createSegment
{$sourceDescriptions.omnisendApi.url}#/paths/~1segments/post
Create the segment. Returns 201 Created with the segment id.
2
getSegment
{$sourceDescriptions.omnisendApi.url}#/paths/~1segments~1{segmentId}/get
Read the segment back by id to confirm it persisted.
3
getStatistics
{$sourceDescriptions.omnisendApi.url}#/paths/~1segments~1{segmentId}~1statistics/get
Retrieve the segment statistics to see how many contacts it captures.