Notify Slack
notify_slackPost a message to a project's Slack webhook for configured events like done or review. Sends only to the user-set URL; returns warning if unconfigured.
Instructions
Post a message to THIS project's user-configured Slack incoming webhook. This is deliberate outbound egress: the board is otherwise local-only, and this sends to the https://hooks.slack.com/... URL the user set in project config (slackWebhook) — nowhere else. No-ops with sent:false when Slack is unconfigured or the event isn't in the project's slackEvents allow-list; failures return a warning and never throw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message to post (Slack mrkdwn). | |
| event | No | Event class; must be in the project's slackEvents to actually send. | summary |
| project | Yes |