🏠 Home Automation API

Workflow automation system with webhooks and cron scheduling

● System Online

📊 System Health

Loading...
Uptime (seconds)
Loading...
Available Workflows
Loading...
Jobs in Queue

🔧 Available Workflows

🚀 Quick Start

Trigger a workflow via webhook:

curl -X POST https://automation.pjly.io/webhook/example \ -H "X-Webhook-Secret: your-secret-key" \ -H "Content-Type: application/json" \ -d '{"action": "test"}'

Check job status:

curl https://automation.pjly.io/job/12345 \ -H "X-Webhook-Secret: your-secret-key"

📚 API Endpoints