
API Healthcheck (JSON) -> Discord Alert
Saves ~25 min
Details
Ping a JSON API endpoint, validate status + JSON syntax, and post a concise health report (or alert) to Discord.
Tools In This Workflow
Workflow Steps
- 1Collect Endpoint + Expectations
- 2Webhook - HTTP Request
- 3Data Format Validation (JSON Syntax)
- 4Decide Pass/Fail + Write Alert
- 5Post On Discord Channel
Step 1 of 5
Prompt1
Collect Endpoint + Expectations
Collect: URL, method (default GET), auth (none/bearer/basic/header), expected HTTP status (default 200), timeout, and what "healthy" means (required JSON keys, regex, or specific fields). Also collect Discord webhook_url for alerts.




