Documentation Index
Fetch the complete documentation index at: https://docs.superglue.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Enterprise Feature — Notifications are available on superglue Enterprise plans. Contact us to learn more.
How it works
Channel setup
- Slack
Authentication
Choose one of two methods:| Method | Best for |
|---|---|
| Incoming Webhook | Quick setup, single channel |
| Bot Token | Multiple channels, auto-join public channels |
Message buttons
- View Details — Opens the run in the admin dashboard
- Investigate Failure — Opens the AI agent with failure context
Troubleshooting
Notifications not sending- Check that your webhook URL or bot token is valid
- Ensure at least one notification rule is enabled
- Public channels: Bot auto-joins on first message
- Private channels: Invite manually with
/invite @botname
Notification rules
Rules determine which failures trigger notifications.Trigger sources
| Source | Description |
|---|---|
| Scheduler | Runs triggered by cron schedules |
| API | Runs triggered via the REST API or SDK |
| Webhook | Runs triggered by incoming webhooks |
Tool ID patterns
Filter notifications to specific tools using glob patterns:prod-*— Only tools starting with “prod-”*-sync— Only tools ending with “-sync”- Leave empty to match all tools
Notification content
Each failure notification includes:- Tool name and failure status
- Error message (truncated if long)
- Failed step with its description
- Run metadata — Run ID, source, timestamp