neuron_create_newsletter
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Create a new WhatsApp Channel newsletter for one-way broadcast updates. Requires a connected Baileys session on the specified channel.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"channelId",
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Display name of the newsletter visible to subscribers"
},
"channelId": {
"type": "string",
"description": "Identifier (UUID) of the WhatsApp session channel to create the newsletter on"
},
"description": {
"type": "string",
"description": "Description of the newsletter's purpose and content"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries