move_lead
Move or copy a lead to another campaign or list. Provide the lead ID plus source and destination campaign/list IDs. The operation runs asynchronously and returns a job ID you can poll for status.
Instructions
Move (or copy) one lead to another campaign or list. HIGH_WRITE.
NOTE: v2 POST /leads/move is asynchronous and returns a BackgroundJob;
it needs the SOURCE (from_campaign_id or from_list_id) as well as the
destination. Poll the returned job id if you need completion status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| copy | No | ||
| confirm | No | ||
| lead_id | Yes | ||
| to_list_id | No | ||
| from_list_id | No | ||
| to_campaign_id | No | ||
| from_campaign_id | No |