See llms.txt for all machine-readable content.

Back to Templates

Monitor ScribeTo uptime and config via HTTP and send Discord alerts

Created by

Created by: luke || luke
luke

Last update

Last update 2 days ago

Categories

Share


Quick overview

This workflow checks ScribeTo’s public configuration API for availability and sign-in options, then returns a simple health report or fails fast with the API’s error message.

How it works

  1. Starts when you manually run the workflow.
  2. Sends an HTTP request to ScribeTo’s public config endpoint (https://scribeto.ai/api/config/public) and parses the JSON response.
  3. Verifies the API is healthy by checking that the response code equals 0.
  4. If healthy, outputs a report with the service name, website, check timestamp, and whether email OTP, Google sign-in, and password reset are enabled.
  5. If unhealthy, stops execution and raises an error containing the API’s response message.

Setup

  1. No credentials are required because the workflow only calls ScribeTo’s public API endpoint.
  2. (Optional) Replace the endpoint URL if ScribeTo changes its public config route or you want to monitor a different environment.
  3. Run the workflow manually (or swap the manual trigger for a schedule trigger) to check status at the cadence you need.