neuron_create_campaign
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Create a new outreach campaign with target audience, messaging template, and schedule configuration. Requires a Pro or Business plan.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"title",
"message",
"rewardPerDelivery",
"totalBudget",
"deadline"
],
"properties": {
"title": {
"type": "string",
"description": "Campaign title displayed in marketplace and dashboard"
},
"message": {
"type": "string",
"description": "The WhatsApp message template to send to contacts"
},
"deadline": {
"type": "string",
"description": "Campaign deadline in ISO 8601 date format (e.g., '2025-12-31')"
},
"guidelines": {
"type": "string",
"description": "Instructions and guidelines for campaign participants"
},
"description": {
"type": "string",
"description": "Campaign description shown in the marketplace listing"
},
"totalBudget": {
"type": "number",
"description": "Total campaign budget in kobo (e.g., 500000 = NGN 5,000)"
},
"rewardPerDelivery": {
"type": "number",
"description": "Reward per successful delivery in kobo (e.g., 5000 = NGN 50)"
},
"requireMutualContact": {
"type": "boolean",
"description": "Only allow sends to contacts who have previously responded (default: false)"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries