Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Yespo Certification: Workflows, Automation & Analytics
New
6 students

Yespo Certification: Workflows, Automation & Analytics

Build triggered workflows, test and diagnose them, then measure real results with UTM, GA4, and BigQuery.
Created byYespo Team
Last updated 7/2026
English

What you'll learn

  • Understand the difference between mass and triggered campaigns, and why workflows are the CDP's connective layer
  • Learn to configure a workflow's start type, stop conditions, and six block groups: message, contact, time, condition, and more
  • Master Branch and Condition blocks to route contacts by behavior, segment, event data, and channel availability
  • Learn to A/B test with the Split block and run continuous, self-optimizing tests with the "One from Many" block
  • Diagnose non-working workflows using event history and launch history, and connect Webhooks to external systems
  • Learn to read campaign reports correctly, track post-click behavior with UTM and GA4, and assess list health with BigQuery

Course content

2 sections11 lectures1h 52m total length
  • From Mass Campaigns to Workflows9:38

    Mass and trigger are two tools, not two tiers of quality. A mass campaign serves company-level events (a sale, an announcement); a triggered campaign serves customer-level events (a cart, a browse). The launch mechanics look similar, but the logic is different — mature marketing uses both.

    Triggers are more effective because they arrive at the moment of customer interest. On average, about 10x higher CTR than mass campaigns. But they don't replace mass campaigns — they complement them.

    Manual sending doesn't scale to behavior. Reacting manually, in real time, to the actions of hundreds of thousands of customers is impossible. This is exactly where workflows take over.

    A workflow is a rule described once that the system carries out automatically for every customer. The marketer shifts from "I send campaigns every day" to "I design the communication logic."

    Workflows are the connective layer of the CDP. They activate every previous layer together: data → profile → segment → channel → message. Without them, the CDP remains just a data warehouse.

    Every workflow needs an entry point and an exit point. A start event launches it, and a stop condition ends it. A workflow with no stop condition burns budget and irritates customers.

  • Building a Workflow: Start, Stop, Structure10:48

    Every workflow is built from three answers: when to start, when to stop, what happens in between. The first two live in the Start block; the third lives on the canvas.

    The Start block is mandatory and indestructible. It holds the entire start and stop configuration. The workflow grows out of it.

    The start type is the first strategic decision. Event-based (behavioral triggers), regular (scheduled lifecycle), on field change (reacting to data), event-based with segment parameters (audience-specific). The type defines the workflow's nature.

    Start parameters protect against duplicates. "Process repeated events" and "avoid starting if already in progress" determine whether a customer gets one relevant message or several of the same kind.

    The stop condition mirrors the workflow's goal. Goal: "bring back to purchase" → stop: "placed an order." A workflow without a stop burns budget and irritates customers. Multiple stop events work on OR logic.

    The body of a workflow is built from blocks across six groups. The backbone of most workflows is message blocks, timers, and tasks. The timer sets the rhythm of communication — it's not just "waiting."

    Start, body, and stop work together. The stop condition runs continuously: it can cut off the workflow at any moment, the instant the goal is reached, no matter which step of the body the contact is currently on.

  • Workflow Blocks: What Each One Does and Where It Fits in eCommerce9:46

    Channel message blocks don't duplicate channel settings — they simply insert an already-created message at the right moment. The power isn't in any single block, but in how you connect them with timers and checks into a cascade.

    Mandatory, transactional messages bypass subscription categories and the annoyance level. An order confirmation or delivery status reaches even an unsubscribed contact, since it's service information, not advertising.

    The timer is a rhythm tool, not just a pause. It controls the pace of the relationship with the customer and can work according to time zone, and even according to a time the user chose themselves.

    Contact blocks let a workflow manage the contact's state — updating fields, adding to and removing from segments. A workflow doesn't just send messages; it keeps data in order too.

    The Task block is service-level logic with no message attached. Confirming a contact, retrieving an order, issuing a promo code — it's exactly what turns generic emails into specific ones.

    The checkpoint is your eyes inside the workflow. It shows where contacts are dropping off and makes diagnostics possible.

    All blocks share data through the workflow context. Everything a workflow has collected along the way becomes available to the blocks that follow — and that's the foundation of real personalization.

  • Condition Blocks and Branching: How a Workflow Makes Decisions10:11

    Condition blocks turn a linear workflow into a decision tree. The workflow starts looking at a contact's behavior and data and choosing what to do specifically for that contact.

    There are two ways to branch: individual checks and the Branch block. Individual checks handle a single yes/no question. Branch handles complex routing in multiple directions — it evaluates branches top to bottom, routes down the first match, and has a fallback branch for everything else.

    A wide range of signals can drive a decision. Message activity, contact fields, segment membership, trigger event parameters, behavior over a time window, current time, and channel availability. Each check unlocks its own class of workflows.

    Channel fallback via Branch is the heart of the omnichannel cascade. The workflow moves down from cheap channel to expensive on its own, delivers the message through the optimal channel, and saves budget.

    The Condition block is useful for more complex, unstructured data. It comes in when you need to look up a value by pattern in a loaded profile or a Webhook response.

    The power of checks is that they let you build layered, economical logic. A cheap move first, and only for those it didn't reach — a stronger, more expensive one.

  • A/B Testing in Workflows: Split and "One from Many"10:06

    A/B testing replaces guesswork with facts. Instead of "I think this subject line is stronger," you get a result verified on a real audience. Systematic testing can increase eCommerce revenue by 50% — not from one winning subject line, but as the cumulative effect of a testing culture.

    The Split block is the classic A/B test where the decision is yours. It divides the audience into parts (50/50 for a clean test, or 20/20/60 to find a winner and send it to the rest), and you compare results in the report and choose the winner yourself.

    Two testing disciplines are non-negotiable. Test one variable at a time, otherwise the result can't be attributed; and don't declare a winner on a small sample, because small samples lie.

    The "One from Many" block is continuous machine-learning-based testing that compresses the entire classic A/B cycle into a single step. You load dozens of variants (grouped by tags), the system automatically sends the one with the higher CTR more often, and filters out weak ones by a clear rule — over a hundred sends and a probability of being the best below two percent means an automatic "Underperformed" tag and removal from rotation. New ideas can be added mid-flight, and the same variant isn't repeated to a contact within four days.

    The main value of continuity is that the campaign doesn't go stale between reviews. The winner of a classic test freezes in time and quietly loses effectiveness as audience behavior and offers change. "One from Many" keeps testing on its own, so a trigger that worked in March stays optimized in November without your involvement. For international campaigns, AI also generates translations of variants for all languages at once.

    Choosing between the blocks means choosing between control and scale. One-off campaign — Split. A long-running trigger with tens of thousands of launches — "One from Many."

    The AI generation mode showed that machine learning on real audience reactions systematically beats intuition. The Promova case: +82% CTR. A smart marketer hands the job of cycling through variants to the system, and focuses their own attention on strategy.

  • Webhooks in Workflows: When a Workflow Needs Data from Outside8:13

    A webhook is a bridge between a workflow and an external system. It's needed when data isn't available inside Yespo: personal promo codes from an external generator, a real-time loyalty balance, warehouse or CRM data pulled at the moment of sending.

    The block supports two request types. GET fetches data from outside (get a promo code by email); POST sends data outside and receives a response in return. In simple terms: "give me data" versus "here is data, process it and tell me the result."

    The webhook response lives in the workflow context. It can be inserted into a message via a variable, or checked in a Conditions block via regex — meaning the workflow can both show external data to the customer and make decisions based on it.

    Setting up a webhook is quite easy. Authentication (basic, token, API key, OAuth) is simply entered in the settings — no coding required. The test button in the block panel lets you verify the connection before a single live contact ever sees it.

    Don't use a webhook where a simpler path exists. Promo codes stored in Yespo are issued by the Task block; data already in the contact record is inserted directly. A webhook is only for external data that can't be prepared in advance.

  • Workflow Diagnostics: What to Do When a Workflow Isn't Working7:07

    Diagnostics is reading, not guessing. Yespo records everything that happens in a workflow, and the marketer's job is to look at those records — not to randomly rearrange blocks.

    First, identify the category of the problem. Either the workflow is not launching at all, or it is launching but doing the wrong thing. These are two different diagnostic paths, and mixing them up wastes time.

    If it's not launching, check in order: whether the workflow is active, whether a start event is configured, whether the event is arriving in the event history, and whether the event name exactly matches the start configuration. The most common cause is simple — the workflow is just not activated.

    The event history answers "did the signal arrive?" It's the log of all system events; if the event you need isn't there, the problem isn't in the workflow — it's that your system isn't sending the event.

    The launch history answers "what happened inside." Its blue path shows the contact's actual route through the blocks, and the "with errors" tab gives the exact description of a failure on a specific block — not a guess, but the cause.

    For regular workflows, check the segment. The workflow doesn't see a contact who isn't in the segment; segment tracking shows whether anyone is in there at all.

  • The Core Triggered Workflows for eCommerce: What to Build First and What Drives8:50

    There is a baseline set of seven triggers to start with. Subscription confirmation, welcome, birthday, abandoned browse, abandoned cart, reactivation, review request. This is the foundation — not the full list of what is possible.

    Abandoned browse outperforms abandoned cart in total revenue contribution, even though cart conversion per message is higher. The reason is reach: only a tiny percentage of visitors make it to the cart, while the vast majority simply browse and leave. If you only have the cart workflow, you're working with just the tip of the iceberg.

    A multi-step reminder sequence outperforms a single email. A soft reminder with no discount → an argument and social proof → a discount only in the last step. Never lead with a discount in the first email — it trains customers to abandon their cart on purpose.

    Combining channels and value-weighted omnichannel improve results. Email plus push delivers more than either channel alone; and the intensity of communication should be calibrated to the potential value of recovering that specific customer.

    Wishlist triggers are underestimated but among the highest-converting. The audience has already self-selected as intentional. Five trigger types, triple conversion compared to a standard promotional broadcast, and a meaningful lift in average order value.

    The best triggers are often niche-specific. The pet store case shows that tying communication to data unique to your business delivers results that no generic workflow list can match.

Requirements

  • No prior technical background is required, though completing the earlier modules will help, since this module builds directly on data, segmentation, and channel concepts already covered.

Description

This course contains the use of artificial intelligence.

A workflow you can't diagnose, test, or measure isn't automation — it's a black box that happens to run on its own. This module covers the full lifecycle of a workflow: building it correctly, making it smart, keeping it healthy, and proving what it actually delivered.

You'll start with the fundamental distinction between mass campaigns and triggered workflows, and why a workflow with no stop condition quietly burns budget and irritates customers. From there, you'll build the anatomy of a workflow — start type, stop conditions, and the six block groups that make up its body — before moving into the blocks that make a workflow genuinely smart: individual checks and the Branch block, which routes contacts by behavior, segment membership, event data, current time, and channel availability, turning a chain of nested conditions into one readable decision tree.

You'll then cover testing two ways: the classic Split block, where you decide the winner, and "One from Many," where machine learning continuously tests and optimizes on its own — including a documented case where AI-generated copy outperformed marketer-written variants by 82%. Webhooks bring in data that lives outside Yespo entirely, and a dedicated diagnostics lecture teaches you to read event history and launch history instead of guessing why a workflow isn't working.

The module closes with the eCommerce trigger map every business should build first, and three analytics lectures that answer the question testing alone can't: did it actually work? You'll learn to avoid misleading metrics like ambiguous CTR figures, track what happens after the click with UTM tags and Google Analytics, and use BigQuery and contact analytics to judge the health of your list, not just a single campaign.

By the end, you'll be able to design, test, fix, and prove the value of a complete automated communication system.

Who this course is for:

  • CRM and marketing automation specialists building or maintaining triggered workflows
  • Marketers who already understand CDP data and channels and are ready to automate and optimize communication logic
  • Analysts and marketers responsible for reporting who need to interpret metrics and attribution correctly
  • Anyone troubleshooting workflows that aren't performing as expected