Salesforce · Arazzo Workflow
Salesforce Marketing Cloud Enter a Contact into a Journey
Version 1.0.0
Authenticate, find a published journey, inspect it, then fire an entry event.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
manage-journey
Locate a published journey and enter a contact via an entry event.
Acquires an access token, lists published journeys and selects the first one, reads that journey's detail, then fires a journey entry event to inject the supplied contact into the journey using the event definition key.
1
authenticate
getAccessToken
Obtain an OAuth 2.0 access token using the client credentials grant for server-to-server access to the Marketing Cloud REST API.
2
findJourney
listJourneys
List published journeys and select the first one so its configuration can be confirmed before contacts are injected.
3
inspectJourney
getJourney
Read the detail for the selected journey to confirm its status, triggers, and activities before firing the entry event.
4
enterJourney
fireJourneyEvent
Fire a journey entry event to inject the contact into the journey at its event-triggered entry source using the supplied event definition key.
Source API Descriptions
openapi