neuron_send_campaign_message
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Send a campaign message to selected eligible contacts via WhatsApp. Requires the campaign to be in 'active' status and contacts to be eligible.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"contactIds"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the active campaign"
},
"contactIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of contact UUIDs to send the campaign message to"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries