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
- Starts when you manually run the workflow.
- Sends an HTTP request to ScribeTo’s public config endpoint (https://scribeto.ai/api/config/public) and parses the JSON response.
- Verifies the API is healthy by checking that the response code equals 0.
- If healthy, outputs a report with the service name, website, check timestamp, and whether email OTP, Google sign-in, and password reset are enabled.
- If unhealthy, stops execution and raises an error containing the API’s response message.
Setup
- No credentials are required because the workflow only calls ScribeTo’s public API endpoint.
- (Optional) Replace the endpoint URL if ScribeTo changes its public config route or you want to monitor a different environment.
- Run the workflow manually (or swap the manual trigger for a schedule trigger) to check status at the cadence you need.