move_lead_stage
Move a contact to a different pipeline stage by providing contact, pipeline, and target stage IDs. Updates the contact's position in the sales pipeline.
Instructions
Move a contact to a different pipeline stage. Example: 'Move John to the Closed Won stage'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage_id | Yes | The target stage/column ID (UUID) | |
| contact_id | Yes | The contact ID (UUID) | |
| pipeline_id | Yes | The pipeline ID (UUID) |