Postman Archives - gettectonic.com
Salesforce Marketing Cloud Journey Builder

Effortlessly Extract Journey Builder Wait Activity Contacts with the New REST API

For Salesforce Marketing Cloud developers, tracking contacts in Journey Builder has always been tricky—especially when trying to identify who passed through wait activities. While Data Views capture email interactions, monitoring wait states has historically required workarounds, such as adding Update Contact activities to funnel contacts into a Data Extension. But what if you need this data on demand—without pre-configuring your journey? Enter the Summer ’23 release’s game-changing feature: Journey Builder History Download via REST API. Why This API Is a Game-Changer No more clunky workarounds—just clean, direct access to the data you need. How to Use the API: Step-by-Step Guide 1. Prerequisites Before diving in, ensure you have: ⚠️ Missing the Contacts scope? Extracted contacts may appear as “Unknown”. 2. API Request Setup (Using Talend API Tester or Postman) Request Structure http Copy POST https://[REST Base URL].rest.marketingcloudapis.com/interaction/v1/interactions/journeyhistory/download?columns=ContactKey Headers: Content-Type: application/json Authorization: Bearer [Access Token] x-direct-pipe: true Body: { “activityIds”: [“8bb8d44a-9576-4ec8-9b19-576c56ec1746”], // Your Wait Activity ID “statuses”: [“complete”] // Avoids duplicate entries } Key Notes: 3. Download Your Data After a successful 200 OK response: Advanced Use Cases The API isn’t just for wait activities—you can also extract: 1. Contacts Who Met a Goal json Copy { “definitionIds”: [“a8787c44-d866-4b3a-bf71-f515b9a5c63f”], // Version ID, not Journey ID “activityTypes”: [“goalcriteriaactivity”] } 2. Contacts Who Exited the Journey json Copy { “definitionIds”: [“86f7c10b-76fa-4f5f-94b5-8afc6d0509af”], “statuses”: [“ExitCriteriaMet”] } 3. Contacts Who Entered the Journey json Copy { “definitionIds”: [“370c64da-781b-4f67-a10a-7722b74e73bb”], “activityTypes”: [“startinteractionactivity”] } 🔍 Need the Version ID? Here’s an easy way to retrieve it. Final Thoughts This API eliminates the need for manual tracking or pre-configured activities, giving developers real-time flexibility in extracting journey data. 🔹 No more workarounds🔹 No more guesswork🔹 Just clean, actionable data Next steps? Experiment with different filters, automate downloads, and integrate this into your reporting workflows. Like Related Posts Who is Salesforce? Who is Salesforce? Here is their story in their own words. From our inception, we’ve proudly embraced the identity of Read more Salesforce Marketing Cloud Transactional Emails Salesforce Marketing Cloud Transactional Emails are immediate, automated, non-promotional messages crucial to business operations and customer satisfaction, such as order Read more Salesforce Unites Einstein Analytics with Financial CRM Salesforce has unveiled a comprehensive analytics solution tailored for wealth managers, home office professionals, and retail bankers, merging its Financial Read more AI-Driven Propensity Scores AI plays a crucial role in propensity score estimation as it can discern underlying patterns between treatments and confounding variables Read more

Read More

Manage Your Postman Assets With the Postman API

Postman assets Salesforce: The Postman API Platform empowers users to generate a diverse array of resources for building and utilizing APIs. These include: These Postman resources, along with users, permissions, and Flows, can be managed manually through the Postman desktop or web app. Alternatively, users can leverage the Postman API to programmatically handle these resources, enabling the automation of various API-related workflows. Postman Assets Salesforce Endpoints for All Plans For all users, irrespective of their Postman plan, the following endpoints are available: Workspaces: Collections: Variables and Environments: APIs: Mock Servers: Monitors: User and Usage Information: APIs for Enterprise or Professional Plans Exclusive endpoints for Enterprise or Professional plan users include: Private API Network: Tags: Secret Scanner: SCIM User Management: API Security and Governance: Audit Logs: As one Salesforce integration tool, the Postman API provides a comprehensive set of endpoints to programmatically manage Postman resources, allowing for the automation of organizational processes. Like Related Posts Who is Salesforce? Who is Salesforce? Here is their story in their own words. From our inception, we’ve proudly embraced the identity of Read more Salesforce Marketing Cloud Transactional Emails Salesforce Marketing Cloud Transactional Emails are immediate, automated, non-promotional messages crucial to business operations and customer satisfaction, such as order Read more Salesforce Unites Einstein Analytics with Financial CRM Salesforce has unveiled a comprehensive analytics solution tailored for wealth managers, home office professionals, and retail bankers, merging its Financial Read more AI-Driven Propensity Scores AI plays a crucial role in propensity score estimation as it can discern underlying patterns between treatments and confounding variables Read more

Read More
gettectonic.com