create_lead
ActiveTool of Famulor
declared in 0.2.0
Create a new lead in a campaign. IMPORTANT: variable names come from the associated assistant configuration and are fixed; only their values can be supplied here.
Parameters schema
{
"type": "object",
"required": [
"phone_number",
"campaign_id"
],
"properties": {
"variables": {
"oneOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "array",
"items": {
"type": "object",
"additionalProperties": true
}
}
],
"description": "Either an object (key/value pairs matching assistant variables) or an array of such objects."
},
"campaign_id": {
"type": "integer"
},
"phone_number": {
"type": "string",
"description": "E.164 format, e.g. +491234567890"
},
"allow_dupplicate": {
"type": "boolean"
},
"secondary_contacts": {
"type": "array",
"items": {
"type": "object",
"required": [
"phone_number"
],
"properties": {
"variables": {
"type": "object",
"additionalProperties": true
},
"phone_number": {
"type": "string"
}
}
}
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries