Move to campaign

The Move to campaign API endpoint allows you to move leads from one campaign to another. You should specify the following fields in the request body:

Request Body

  • id (array of integers) - The Lead IDs of the leads to be moved.
  • source_campaign_id (integer) - The ID of the source campaign.
  • with_preserve_data (boolean) - Indicates whether to preserve the data while moving the leads.
  • destination_campaign_id (integer) - The ID of the destination campaign.
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!