Step 9
Branch Actions
What happens on each side of "Is High Discount?" — a Slack alert for the True Part, and a second action for the False Part.
True Part → Slack Message Send
| Field | Value |
|---|---|
botToken | xoxb-... (placeholder) |
channel | #product-alerts |
text | High discount alert: {{input.productName}} is {{input.discountPercent}}% off (was $ {{input.price}}). |
ephemeral | off (default) |
username | BizFirst Flow Studio |
iconEmoji | :tada: |
Example (Product 2 — 18.19% discount):
High discount alert: EYESHADOW PALETTE WITH MIRROR is 18.19% off (was $19.99).
False Part → ?
Plan vs. what was actually built
The original plan for this branch was a WhatsApp Send Text node, posting a negative-feedback-style note (e.g. for Product 1 — 10.48% discount: "Heads up: ESSENCE MASCARA LASH PRINCESS only has a 10.48% discount — below our 12% alert threshold.").
The live canvas instead shows the False Part wired to a Create Notion Page node ("Create a new standalone Notion page"). This looks like a deliberate substitution made during testing rather than an accident. Both nodes are still default-labeled/default-described on the canvas — neither has a configuration screenshot yet.
Decide before finalizing: should the demo actually use Notion for the low-discount branch, or was this just a placeholder while testing the True branch, with WhatsApp meant to replace it?
The live canvas instead shows the False Part wired to a Create Notion Page node ("Create a new standalone Notion page"). This looks like a deliberate substitution made during testing rather than an accident. Both nodes are still default-labeled/default-described on the canvas — neither has a configuration screenshot yet.
Decide before finalizing: should the demo actually use Notion for the low-discount branch, or was this just a placeholder while testing the True branch, with WhatsApp meant to replace it?