Notifications
hidettp sends notifications when important events occur during bot execution. You can configure which events trigger notifications and which channels receive them.
Notification Channels
In-App
Always active. Notifications appear in the Notification Center within the hidettp interface. No configuration required.
Email
Sent via Resend to organization admins and owners automatically. No per-user email configuration is needed — membership role determines who receives email notifications.
Slack
Delivered via a Slack Incoming Webhook URL. To set up:
- Create an Incoming Webhook in your Slack workspace.
- Go to Settings > Notifications in hidettp.
- Enter the webhook URL.
- Save.
Configurable Events
| Event | Description |
|---|---|
| Human action requested | A bot has paused and is waiting for human intervention. |
| Execution failed | A bot execution encountered an error and did not complete. |
| Execution completed | A bot execution finished successfully. |
Event Routing
You control which channels receive which events. For example:
- Send human action requested to Slack and email (immediate attention needed)
- Send execution failed to Slack and email (requires investigation)
- Send execution completed to in-app only (informational, no action needed)
Configure event routing in Settings > Notifications.
Notification Center
The in-app notification center lets you:
- View all notifications in a unified feed
- Filter notifications by type
- Mark notifications as read
- Dismiss notifications
Failure Screenshots
When a bot execution fails, the notification includes the failure screenshot — a capture of the browser at the moment of failure. This provides immediate visual context for diagnosing what went wrong without needing to open the execution details.