neuron_post_to_newsletter
ActiveTool of io.github.conquext/neuron
declared in 1.0.0
Post a message to a WhatsApp Channel newsletter. All subscribers receive the message. Provide at least one of text or mediaUrl. This triggers delivery and cannot be undone.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier (UUID) of the newsletter to post to"
},
"text": {
"type": "string",
"description": "Message text or caption to post to the newsletter"
},
"mediaUrl": {
"type": "string",
"description": "URL of the media file to attach (required for image, video, or document types)"
},
"messageType": {
"enum": [
"text",
"image",
"video",
"document"
],
"type": "string",
"default": "text",
"description": "Type of message to send (default: 'text')"
}
},
"additionalProperties": false
}Parent server
io.github.conquext/neuron
https://github.com/conquext/neuron-mcp-server
1/7 registries