Connect SynapseX to your Slack workspace.
synapsex integrations connect slack # Opens OAuth flow in your browser
synapsex tools slack send-message \ --channel "#engineering" \ --text "Agent completed task: refactor-auth ✅"
synapsex config set slack-notify-channel "#agents" synapsex config set slack-notify-on "done,failed"
Use the slack_send_message tool to notify #engineering that the refactoring is done.