CRM
Bulk create pipeline stages
Creates stages for a pipeline in bulk.
post/v1/pipelines/{pipeline_id}/stages/bulk
Path parameters
pipeline_idstring uuid required
Pipeline ID.
Request body
Response
Pipeline stages were created.
Example response
{
"success": true
}