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
Fortune 500Artificial IntelligenceAnalyticsCloudCommerceCRMCustomer 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
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
List published journeys and select the first one so its configuration can be confirmed before contacts are injected.
3
inspectJourney
Read the detail for the selected journey to confirm its status, triggers, and activities before firing the entry event.
4
enterJourney
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
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.