Skip to main content
Stages are the steps in your ReachOwl outreach pipeline. Use these endpoints to list stages for a team, view a single stage, create new stages, reorder them, or delete stages you no longer need.

List stages

integer
required
The team whose stages you want to list.

Get a single stage

Create a stage

string
required
Display name of the stage.
integer
required
Position of the stage in the pipeline. Lower values appear first.

Reorder stages

Send the full array of stages with updated order values. The API will persist the new sequence.
integer
required
Stage identifier.
integer
required
New position for the stage.

Delete a stage