Scaffold it
What it does
- Triggers on a CRM stage change.
- Filters for a specific stage (e.g.
contract-sent). - Posts a formatted alert to Slack.
Core workflow
Customize
- Change the
filterfor the stage transition you care about. - Route by owner or segment if the whole team does not need every alert.
- Add
agent.runAndWait()if you want the workflow to include recommended next actions.
