Add contact to pipeline
Projects
Add contact to pipeline
Adds an existing contact to a project’s pipeline.
If stage_id is omitted, the contact is added to the first stage of
the project’s pipeline. To add directly to a stage such as Sourced,
first retrieve the stage ID with GET /projects/{id}, then pass that
UUID as stage_id.
POST
Add contact to pipeline
Authorizations
API key starting with leo_
Path Parameters
Project ID
Body
application/json
Optional pipeline stage UUID. Defaults to the first stage of the project pipeline.
Deprecated. This field is accepted for compatibility but is not persisted on project pipeline entries.
Deprecated. This field is accepted for compatibility but is not persisted on project pipeline entries.
Response
Entry created