Mutes the AI assistant for the specified lead to stop further automated follow-ups. Verifies success by checking mute status after operation.
curl --request PUT \
--url https://api.lofty.com/v2.0/sales-agents/working-lead/{leadId}/mute \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Operation successful"
}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.
Lead ID
Mute operation completed. The response's 'success' field reports the outcome.
Generic message response
Result message
"Operation successful"
curl --request PUT \
--url https://api.lofty.com/v2.0/sales-agents/working-lead/{leadId}/mute \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>'{
"message": "Operation successful"
}