Quick overview
Monitor ScribeTo AI (https://scribeto.ai/) from n8n. This workflow checks the homepage and pricing page, classifies availability and latency, and sends state-aware Discord alerts without exposing response bodies or user data.
How it works
- Runs manually for testing or every 15 minutes with the included schedule trigger.
- Checks the ScribeTo AI homepage (https://scribeto.ai/) and pricing page (https://scribeto.ai/pricing) for HTTP availability and response time.
- Normalizes both page results and classifies each check as healthy, degraded, or down.
- Compares the overall result with the previous scheduled state to detect incidents, escalation, improvement, and recovery.
- Sends Discord alerts when scheduled health changes, always sends a manual test notification, and returns a compact report without response bodies, credentials, media, or user data.
Setup
- No credentials are required for the two ScribeTo AI page checks. A Discord webhook URL is required only for notifications.
- Create a Discord webhook, replace CONFIGURE_IN_THIS_NODE in the Configure monitor node, and run Run monitor manually to confirm the test message arrives.
- Activate the workflow to enable checks every 15 minutes. You can change the two monitored page URLs, latency threshold, schedule, or notification behavior after the first successful manual test.
Requirements
- An n8n instance and a Discord webhook URL for the alert channel.
Customization
- Change the two page URLs, 3000 ms latency threshold, 15-minute schedule, or Discord notification rules in the clearly labeled configuration nodes.
Additional info
Try ScribeTo AI: https://scribeto.ai/?utm_source=n8n&utm_medium=workflow_template&utm_campaign=scribeto_monitor