Move a lead to a different campaign

With this endpoint you can move a lead (the campaign invitation) between different campaigns. E.g. a candidate applied for Front end developer but her profile actually suits the fullstack developer position better, in that case you might want to move the application to the fullstack developer campaign. Applications cannot be moved to the inbox folder of another campaign.

Path Params
integer
required

ID of the lead.

Body Params

The JSON body of the request.

string
required

The API key provided for your application

string
required

The ID of the campaign into which the campaign invitation should be moved.

string
required

The ID of the folder into which the campaign inivitation should be moved inside the destination campaign.

Responses
200

Candidate was moved to campaign.

400

Bad request. Please make sure that no invalid parameters were provided.

403

Candidates can not be moved to the Inbox folder.

404

Campaign Invitation not found | Campaign not found. | Folder not found.

500

Internal server error, we will provide you with the exception message of the application.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!