Add Leads to a Campaign
Add a list of leads for the specified campaign.
Path Parameters
idnumberrequired
The id of the campaign to add leads to.
HTTP Request Examples
[
"139706f7-60b3-4dad-8fae-f040c08694f6",
"7dc0c74d-c85b-4433-88a5-8c9eb6ae55dc",
"40e5efc8-d33e-4214-8460-719af0419e6c",
"0da60f73-1861-49f7-8255-4523d578e4f5",
"b48b3a72-1716-471f-bb0e-a65407be937c",
"2fe6d2c6-9fff-4bed-9679-a08d8fb8360c",
"cb151137-1847-4b3f-98f6-71bc0619a52b",
"c05491ce-c22b-4947-a0a1-baf20da41a08",
"eca2effa-c38e-4885-adb0-911a706d8d26",
"1c2c5226-7cd9-4bf2-9883-54aa35709c19",
]
HTTP Request Parameters
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"leads": [
24100621,
24100622,
24100623,
24100624,
24100625,
24100626,
24100627,
24100628,
24100629,
24100630,
]
}
}