Place assignee to a lead.
curl --request POST \
--url https://api.lofty.com/v1.0/leads/{leadId}/assignment \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
[
{
"role": "Agent",
"assignee": "info@lofty-mail.me"
}
]
'{
"leadId": 651095960136641
}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.
Successful operation.
Response containing the lead ID.
ID of the lead.
651095960136641
curl --request POST \
--url https://api.lofty.com/v1.0/leads/{leadId}/assignment \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
[
{
"role": "Agent",
"assignee": "info@lofty-mail.me"
}
]
'{
"leadId": 651095960136641
}