Slack Discord Webhooks Tool Guide
Tool Purpose
Sends team alerts and notifications via Slack or Discord webhooks for critical issues, VIP customer events, and workflow triggers.
When to Use
- Alerting the team about high-priority support tickets
- Notifying about VIP customer sign-ups or escalations
- Sending deployment or build status updates
- Triggering automated incident response workflows
- Broadcasting important announcements to team channels
How to Use
- Choose the platform (Slack or Discord)
- Provide webhook URL (pre-configured or specified)
- Format the message payload with title, body, and optional fields
- Set severity level (info, warning, critical) for proper channel routing
- Include relevant links (ticket IDs, dashboard URLs, etc.)
Message Formatting
- Slack: Blocks format with header, sections, fields, and buttons
- Discord: Embeds with title, description, color, fields, and footer
- Both support markdown within message bodies
Limitations
- Requires valid webhook URLs (cannot send DMs, only channels)
- Rate-limited per platform (Slack: ~1/sec, Discord: ~30/min)
- No read capability (send-only)
- Payload size limited to ~4000 characters
Output
Confirmation of message delivery with message ID/timestamp.