πΌLeads
POST Lead/Create
{
"botId": "int",
"name": "string",
"destination": "string",
"test": "bool"
}
// Returns ID of the newly created lead.POST Lead/Update/Manual
{
"id": "int",
"manual": "bool",
}
//Returns a bool indicating whether the update was successful or notPOST Lead/RemoveTest
GET Lead/Get/{botId}
Last updated