Get your first pipeline running in under 5 minutes
Step 1: Create a New Pipeline
- Navigate to your dashboard and click "Create Pipeline"
- Give your pipeline a descriptive name (e.g., "Daily Sales Report")
- Choose your monitoring frequency (hourly, daily, weekly)
Step 2: Configure Your Script
- Add your script URL or upload your script file
- Set expected runtime parameters
- Define success/failure criteria
POST /api/v1/pipelines/your-pipeline-id/notify
{"status": "success", "message": "Pipeline completed successfully"}
Step 3: Set Up Notifications
- Connect your Slack workspace or configure email alerts
- Choose which events trigger notifications (failures, successes, delays)
- Test your notification setup
Step 4: Activate and Monitor
- Review your pipeline configuration
- Click "Activate Pipeline" to start monitoring
- Monitor your pipeline's performance from the dashboard