Pipelines
Automation workflows
4 pipelines 3 active 1 paused
Pipeline Schedule Last Run Next Run Status Actions
serp-monitor-daily
SERP tracking · 48 keywords
0 6 * * * 2h ago tomorrow 06:00 Active
competitor-pages
Page extraction · 12 URLs
0 */6 * * * 4h ago in 2h Active
backlink-crawler
Page scraping · 200 pages
0 0 * * 1 6d ago next Mon Paused
ai-training-feed
Structured extraction + webhook
0 12 * * * 14h ago today 12:00 Active
Webhook Endpoint Verified
Pipeline results are POST-ed to this endpoint as JSON. Your server must return HTTP 200 within 10 seconds.
Example payload sent to your webhook:
{
  "pipeline_id": "serp-monitor-daily",
  "run_id": "run_01HX7Z...",
  "ran_at": "2024-03-15T06:00:01Z",
  "results_count": 480,
  "credits_used": 48,
  "status": "success",
  "results_url": "https://api.cloudenci.com/v1/runs/run_01HX7Z/results"
}