Monitor ScribeTo uptime and config via HTTP and send Discord alerts

Go to Workflow
0 views
Built by luke luke
Created on August 31, 2026

Description

Quick overview
Monitor ScribeTo AI (https://scribeto.ai/) from n8n. This workflow checks the homepage, pricing page, and application health, 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.
Performs an additional application health check and validates that ScribeTo reports a healthy status.
Normalizes all three results, then classifies the service as healthy, degraded, or down using availability, latency, and application health signals.
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 ScribeTo AI availability 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 monitored 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 endpoint list, 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

Nodes Used (2)

Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest