Creates AI plan tasks for multiple leads. Each lead must already be in the Sales Agent working pool. Returns succeeded and failed lead IDs. Max 100 leads per request.
curl --request POST \
--url https://api.lofty.com/v2.0/plan-tasks/create \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"leadIds": [
563172647619608,
563172647619609
]
}
'{
"code": 0,
"message": "success",
"data": {}
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Batch create plan task request
Lead IDs to create plan tasks for (max 100)
[563172647619608, 563172647619609]curl --request POST \
--url https://api.lofty.com/v2.0/plan-tasks/create \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"leadIds": [
563172647619608,
563172647619609
]
}
'{
"code": 0,
"message": "success",
"data": {}
}