update_lead
ActiveTool of Famulor
declared in 0.2.0
Update a lead. Variables are merged with existing ones.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "integer"
},
"status": {
"enum": [
"created",
"completed",
"reached-max-retries"
],
"type": "string"
},
"variables": {
"type": "object",
"additionalProperties": true
},
"campaign_id": {
"type": "integer"
},
"phone_number": {
"type": "string"
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries