Skip to main content
POST
Add an item to pipeline

Autorizações

api_access_token
string
header
obrigatório

Parâmetros de caminho

pipeline_id
string<uuid>
obrigatório

Parâmetros de consulta

stage_id
string<uuid>

Filter by stage

Search by contact name, email, or conversation ID

sort_by
enum<string>
padrão:created_at
Opções disponíveis:
created_at,
updated_at,
stage_name,
contact_name
sort_order
enum<string>
padrão:desc
Opções disponíveis:
asc,
desc

Corpo

application/json
type
enum<string>
obrigatório

Type of item to add

Opções disponíveis:
conversation,
contact
item_id
string
obrigatório

UUID of conversation or contact

pipeline_stage_id
string<uuid>

Stage ID (if not provided, uses first stage)

custom_fields
object

Custom field values

Resposta

Item added successfully

success
boolean
obrigatório
Exemplo:

true

data
object
obrigatório
meta
object
obrigatório
message
string
obrigatório
Exemplo:

"Pipeline item added successfully"