BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
1 / 18 · Module 2 — Building a Real Mule Flow · filtered: cheatsheet⊞ allnext →

2.2What the flow looks like in Anypoint Studio

Imagine these boxes on the canvas:

┌────────────────┐
│ HTTP Listener  │
│ POST /customers│
└───────┬────────┘
        ↓
┌───────────────────┐
│ Set Variable      │
│ originalCustomer  │
└────────┬──────────┘
         ↓
┌────────────────────┐
│ Transform Message  │
│ JSON → Salesforce  │
└─────────┬──────────┘
          ↓
┌────────────────────┐
│ Salesforce Upsert  │
│ Account            │
└─────────┬──────────┘
          ↓
┌────────────────────┐
│ Transform Message  │
│ SF → API Response  │
└─────────┬──────────┘
          ↓

      HTTP response

Now let's understand every box.