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.