Schedule Your Flows via API
✨ New Features
- Flow Scheduling API — Schedule flows to run automatically at specific times or on recurring schedules using cron expressions. Set it and forget it - schedule your LinkedIn outreach weeks in advance!
- Callback Control — New
onparameter in callbacks: choose"all"to stream outputs as they’re generated, or"final"for a single notification when the flow completes or errors
🚀 New Endpoints
- Schedule Flow Run — Create scheduled or recurring flow runs with cron expressions (
POST /flows/{flow_slug}/run/schedule) - List Schedules — View all your scheduled flow runs with filtering and sorting (
GET /flows/schedules) - Get Schedule — Get detailed information about a specific schedule (
GET /flows/schedules/{uid}) - Manage Schedule — Pause, resume, or cancel scheduled flows (
POST /flows/schedules/{uid}/{action})
🔄 API Changes
- Async Run Endpoints — Flow run endpoints moved from
/runto/run/asyncfor clarity. The original/runendpoint is deprecated but remains fully functional for backward compatibility. - New Response Fields — Added
output_count(number of outputs when finished) andscheduled_flow_run_uid(reference to parent schedule) to flow run responses - Enhanced Rate Limiting — Improved 429 error responses now include detailed rate limit headers (
Retry-After,X-RateLimit-Limit,X-RateLimit-Reset,X-RateLimit-Type) - Optimized List Endpoint — Removed
workflow.stepsfrom list responses for improved performance. Use theGET /flows/runs/{uid}endpoint for detailed step information.
New Flows & API Improvements
✨ New Features
- LinkedIn Content Search Enrich — New flow to search LinkedIn posts and enrich with author profiles, company data, and contact information
- Google Maps Places Enrich — New flow to search Google Maps for businesses and extract detailed place information including contacts, reviews, and location data
- Fullenrich Enrich People — New standalone action to enrich people with verified emails and phone numbers
🚀 New Endpoints
- Get Flow Run Status — Lightweight endpoint to check flow run status (
GET /flows/runs/{flow_run_uid}/status) - Resume Flow Run — Resume paused or blocked flow runs (
POST /flows/runs/{flow_run_uid}/resume) - Cancel Flow Run — Cancel running or pending flow runs (
POST /flows/runs/{flow_run_uid}/cancel)
🎨 Improvements
- Enhanced Error Responses — Added standardized error responses (PaymentRequired, Forbidden, UnprocessableEntity, NotFound, TooManyRequests)
Credits, Webhooks & Platform Improvements
✨ New Features
- Credits Consumption & Advanced Webhooks — Added credits consumption tracking and enhanced webhook configuration options
- Sentry Integration — Clean implementation of error monitoring with Sentry
🐛 Bug Fixes
- Flow Callbacks — Fixed callback payloads and deletion for flows
- Security Patches — Resolved security issues
- Download Feature — Fixed download functionality
- Flow Inputs — Fixed input handling for flows
- Flow Run Filtering — Fixed
?flow_run_idempty filter edge case
🎨 Improvements
- Upload Limit — Increased upload capacity to 5,000 rows
- Parameters Config UI — Improved parameters configuration for Flows and Array fields
- Flow Naming — Switched from slug format to human-readable Flow names
- UI Polish — Various minor UI improvements across the board
Initial release of Edges Flows platform.Launch of the Edges Flows platform with comprehensive API documentation and flow presets for LinkedIn and Sales Navigator data extraction and enrichment.

