Flows – Expert

Course Exercise: Creating a Monday Account Automatically Based on Salesforce

In this hands-on workshop exercise, you will shift from an on-demand manual trigger to a fully autonomous, event-driven architecture.

True operational efficiency means removing the need for a human to press a “Start” button. By transitioning your trigger mechanism to a live event listener, Noca Flow can continuously monitor your source CRM platform behind the scenes. In this lab, you will learn how to configure a live Salesforce Trigger that instantly catches fresh record profiles the exact millisecond they are created, allowing your downstream pipelines to fire completely on autopilot.

Step 1: Open a New Project Canvas

Initialize a completely fresh canvas workspace to decouple your environment from your previous manual configurations.

  1. Navigate to your main Noca dashboard.

  2. Look toward the upper-right corner of the interface and click the New Project button icon.

  3. Result: A fresh, unconfigured automation canvas layout will load on your screen.

Step 2: Establish Your Root Salesforce Trigger Node

Instead of building a manual origin block, configure a dedicated app-level integration trigger.

  1. Click on the central + node icon positioned at the core origin point of your empty canvas.

  2. In the setup drawer, make sure you look under the Triggers catalog panel.

  3. Scan through the available application tray cards, select the Salesforce integration icon, and click Next.

Step 3: Configure Event-Driven Listener Rules

Define the precise organizational behavior rules that Noca should look for within your CRM environment.

  1. Inside the trigger setup configuration panel, locate Step 1 and select your authorized Salesforce organization credentials from the organization dropdown box.

  2. Move to Step 2 (Object Selection): Click the dropdown menu, type in Account, and click to apply it as your monitoring target object.

  3. Move to Step 3 (Event Type): To ensure this automation fires only when an administrative team adds a new entry, change your event trigger listener status setting to Create.

Step 4: Authorize and Deploy the Live Listener

Secure your outgoing payload connection using token-based authentication protocols.

  1. Scroll down to Step 4 in your parameters dashboard and choose your active confirmation token from the authorization drop-down menu to securely provision the listener connection.

  2. Leave the autonomous AI agent toggle set to Disabled for this exercise.

  3. Click the Insert Node button in the lower-right corner of the configuration panel.

💡 The Result: You have officially built a real-time event listener! Your canvas is now persistently attached to your active CRM instance. The very millisecond an account profile is created anywhere inside your organization’s Salesforce database, Noca Flow will capture the payload data automatically and jump-start your automation pipeline.

Key Takeaways

  • Event-Driven Workflows: Replacing manual on-demand blocks with application-level triggers removes user dependencies, creating instant, autonomous backend sync loops.

  • Granular Object Monitoring: Specifying object shapes (like Account) and state triggers (like Create) lets you isolate the precise database changes that matter to your business pipelines, keeping executions accurate and efficient.

Spectacular job setting up your first live event trigger structure! You are now fully prepared to capture real-time application data across the Noca Flow ecosystem. Keep up the phenomenal work!