Amazon Pinpoint · Arazzo Workflow
Amazon Pinpoint Provision Journey End to End
Version 1.0.0
Create a project, define a segment, build a journey on it, and activate it.
View Spec
View on GitHub
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalyticsArazzoWorkflows
Provider
Workflows
provision-journey-end-to-end
Create project, segment, and journey, then activate the journey.
Creates an application, a segment, and a journey whose start condition uses that segment, then activates the journey so it begins running.
1
createApp
CreateApp
Create the application that owns the segment and journey.
2
createSegment
CreateSegment
Create the segment that will gate entry into the journey.
3
createJourney
CreateJourney
Create the journey in DRAFT state, wiring its start condition to the segment created earlier so only segment members enter.
4
activateJourney
UpdateJourneyState
Activate the journey so it begins running.