New flow: LinkedIn Find People Enrich
- LinkedIn Find People Enrich — New flow to find a LinkedIn profile from a person’s name and company (or domain), then extract profile and company data and enrich with emails and phones. Inputs:
full_name,company_name,domain, and optionaljob_title. Steps: find profile URL → extract people → extract company → full enrich (emails and phones).
job_title- LinkedIn People Enrich — You can now pass an optional
job_titleon each input. Use it to attach a job title to the profile (e.g. for your own tracking or matching). The value is passed through with the flow run.
Flows
- custom_data mapping — Added
metamapping forcustom_datain flow outputs.
Optional steps & output precedence
🔧 SN Search People
- New optional steps — The Sales Navigator Search People flow now supports:
- Extract LinkedIn People Skills (
linkedin-extract-people-skills) - Extract LinkedIn People Experiences (
linkedin-extract-people-experiences) - Extract LinkedIn People Educations (
linkedin-extract-people-educations)
- Extract LinkedIn People Skills (
- Output precedence — When present, outputs from these steps take precedence over those of
linkedin-extract-people.
🔧 LinkedIn People Enrich
- New optional step — The LinkedIn People Enrich flow now supports Extract LinkedIn People Education (
linkedin-extract-people-educations). - Output precedence — Outputs from Extract LinkedIn People Skills, Extract LinkedIn People Experiences, and Extract LinkedIn People Educations take precedence over those of
linkedin-extract-peoplewhen present. - Note — When using the optional
linkedin-extract-people-experiencesorlinkedin-extract-people-skillssteps, do not enable theskillsandexperiencesparameters on the requiredlinkedin-extract-peoplestep, or the mandatory step’s data will override the optional steps’ outputs.
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.

