curl --request PUT \
--url https://api.closebot.com/lead/{leadId}/instance/{botId} \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"followUpTime": "2023-11-07T05:31:56Z"
}
'curl --request PUT \
--url https://api.closebot.com/lead/{leadId}/instance/{botId} \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"followUpTime": "2023-11-07T05:31:56Z"
}
'CloseBot API Key Authorization
The ID of the lead to update.
The ID of the bot to update.
The update instance input.
The follow up time of the instance
Success