slack_task_completion_notification
Send a categorized task completion alert to Slack with status, duration, and summary details.
Instructions
Send a specialized Slack notification for task completion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional URL related to the task (e.g., localhost link) | |
| status | Yes | Status of the completed task | |
| channel | No | Slack channel to send to (optional) | |
| summary | No | Brief summary of what was accomplished | |
| duration | No | How long the task took (e.g., "5 minutes", "30 seconds") | |
| taskType | No | Type of task that was completed (e.g., "Build", "Deploy", "Test") | |
| webhook_url | No | Slack webhook URL (optional if configured globally) |