Amazon Pinpoint · Arazzo Workflow
Amazon Pinpoint Launch Campaign and Await Status
Version 1.0.0
Create a campaign then poll its status until it leaves the scheduled state.
View Spec
View on GitHub
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalyticsArazzoWorkflows
Provider
Workflows
launch-campaign-await-status
Create a campaign and poll until its status leaves SCHEDULED.
Creates a campaign targeting the supplied segment, then repeatedly reads the campaign status, retrying while it is still SCHEDULED.
1
createCampaign
CreateCampaign
Create the campaign targeting the supplied segment.
2
pollCampaignStatus
GetCampaign
Read the campaign status and retry while it remains SCHEDULED, so the flow proceeds only once the campaign has begun executing.