io.github.conquext/neuron
NPM · NEURON-MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3
AI-powered WhatsApp chatbot platform with 196 tools for bots, campaigns, and contacts.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 35 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 12306 tokens (~63/item across 195 items; 195 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 97% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · neuron-mcp-server
claude mcp add conquext-neuron -- npx -y neuron-mcp-server
codex mcp add conquext-neuron -- npx -y neuron-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"conquext-neuron": {
"type": "local",
"command": [
"npx",
"-y",
"neuron-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add conquext-neuron --command npx --arg -y --arg neuron-mcp-server
mcp_servers:
conquext-neuron:
command: "npx"
args: ["-y", "neuron-mcp-server"] {
"mcpServers": {
"conquext-neuron": {
"command": "npx",
"args": [
"-y",
"neuron-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +28
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 1 Aug 26 +16
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −40
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 109 packages
109 packages in the resolved dependency tree · 109 deprecated · 32 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
neuron_add_bot_channel Add Bot Channel ~56
Connect an additional WhatsApp channel to a bot as a secondary number
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The unique identifier of the bot |
| channelId | string | yes | The unique identifier of the WhatsApp channel to connect |
No output schema declared.
No examples provided.
neuron_add_to_contact_list Add to Contact List ~62
Add contacts to a list by contact ID or phone number. Phone numbers without existing contacts are auto-created as minimal contacts.
| Name | Type | Req | Description |
|---|---|---|---|
| entries | array | yes | Contacts to add |
| idOrSlug | string | yes | The list ID (UUID) or slug |
No output schema declared.
No examples provided.
neuron_add_tool_secret Add Tool Secret ~73
Add or update a secret (API key, token, etc.) for a tool integration
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The ID of the tool |
| key | string | yes | Secret key name (e.g., 'API_KEY', 'AUTH_TOKEN') |
| value | string | yes | Secret value to store securely |
No output schema declared.
No examples provided.
neuron_approve_reflection Approve Reflection ~41
Approve a bot reflection to incorporate it into the bot's learning and behavior
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The ID of the reflection to approve |
No output schema declared.
No examples provided.
neuron_assign_bot_to_channel Assign Bot to Channel ~53
Assign a bot to handle messages on a specific WhatsApp channel
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The unique identifier of the bot to assign |
| id | string | yes | The unique identifier of the channel |
No output schema declared.
No examples provided.
neuron_attach_knowledge_base Attach Knowledge Base ~84
Attach a knowledge base to a bot to enhance its responses with specific domain knowledge. Optional priority determines retrieval order.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the bot |
| knowledgeBaseId | string | yes | The unique identifier of the knowledge base to attach |
| priority | number | — | Optional priority level for knowledge base retrieval (higher priority is checked first) |
No output schema declared.
No examples provided.
neuron_audio_contact Extract Contact from Audio ~74
Transcribe an audio recording and extract contact information (name, phone, email, notes, tags). Auto-saves the contact. Provide base64-encoded audio data.
| Name | Type | Req | Description |
|---|---|---|---|
| audioBase64 | string | yes | Base64-encoded audio data |
| audioFormat | string | — | Audio format hint (default: webm) |
No output schema declared.
No examples provided.
neuron_bot_api_chat Bot API Chat ~114
Send a chat message to the bot API as a contact and receive an AI-generated response. Requires a valid API key with 'nrn_' prefix.
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | yes | The bot API key starting with 'nrn_' prefix for authentication |
| contactName | string | — | Optional name of the contact for context |
| contactPhone | string | yes | The phone number of the contact sending the message (E.164 format recommended) |
| message | string | yes | The message text to send to the bot |
No output schema declared.
No examples provided.
neuron_bot_api_get_bot Bot API Get Bot ~49
Retrieve information about the bot associated with the provided API key including its configuration and status.
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | yes | The bot API key starting with 'nrn_' prefix for authentication |
No output schema declared.
No examples provided.
neuron_bot_api_get_messages Bot API Get Messages ~102
Retrieve message history for a specific conversation with pagination support. Requires a valid API key.
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | yes | The bot API key starting with 'nrn_' prefix for authentication |
| before | string | — | Optional cursor for pagination - retrieve messages before this message ID or timestamp |
| conversationId | string | yes | The unique identifier of the conversation |
| limit | number | — | Optional maximum number of messages to retrieve (default: 50) |
No output schema declared.
No examples provided.
neuron_bot_api_list_conversations Bot API List Conversations ~115
Retrieve a list of conversations managed by the bot. Supports filtering by status and pagination. Requires a valid API key.
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | yes | The bot API key starting with 'nrn_' prefix for authentication |
| limit | number | — | Optional number of conversations per page (default: 20) |
| page | number | — | Optional page number for pagination (default: 1) |
| status | string | — | Optional filter by conversation status (e.g., 'active', 'closed', 'pending') |
No output schema declared.
No examples provided.
neuron_bot_api_send Bot API Send ~161
Send an outbound message through the bot API to a specified phone number. Supports text and media messages. Requires a valid API key.
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | yes | The bot API key starting with 'nrn_' prefix for authentication |
| channelId | string | — | Optional channel ID to send from a specific WhatsApp number. Uses the bot's primary number if omitted. |
| mediaUrl | string | — | Optional URL to media file if sending media message |
| message | string | yes | The message text to send |
| messageType | string | — | Optional message type (e.g., 'text', 'image', 'video', 'audio', 'document') |
| to | string | yes | The recipient's phone number (E.164 format recommended) |
No output schema declared.
No examples provided.
neuron_browse_list_pool Browse List Pool ~91
Browse verified contact lists available in the marketplace pool. Filter by category or region.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter by category (e.g., 'delivery', 'tech', 'consumers') |
| limit | number | — | Items per page |
| page | number | — | Page number |
| region | string | — | Filter by region |
| search | string | — | Search by description or category |
No output schema declared.
No examples provided.
neuron_browse_pool Browse Pool ~139
Browse the marketplace/pool to discover shared bots, tools, knowledge bases, and reflections. Supports filtering and search.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter by category |
| featured | boolean | — | Show only featured items |
| limit | number | — | Number of items per page (default: 20) |
| page | number | — | Page number for pagination (default: 1) |
| query | string | — | Search query to filter items |
| tags | string | — | Filter by tags (comma-separated) |
| type | string | — | Filter by resource type (e.g., 'bot', 'tool', 'knowledge_base', 'reflection') |
No output schema declared.
No examples provided.
neuron_bulk_toggle_builtin_tools Bulk Toggle Built-in Tools ~62
Enable or disable multiple built-in tools at once for a bot. Pass an array of { toolId, enabled } settings.
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The ID of the bot |
| settings | array | yes | Array of tool settings to apply |
No output schema declared.
No examples provided.
neuron_campaign_marketplace Browse Campaign Marketplace ~35
Browse available campaigns that you can join and earn from
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| page | integer | — | — |
No output schema declared.
No examples provided.
neuron_campaign_participants List Campaign Participants ~27
List participants of a campaign you own
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Campaign ID |
No output schema declared.
No examples provided.
neuron_cancel_subscription Cancel Subscription ~28
Cancel the current active subscription. The subscription will remain active until the end of the billing period.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
neuron_checkout Checkout Subscription ~35
Start a checkout session for a subscription plan. Returns a checkout URL or confirmation.
| Name | Type | Req | Description |
|---|---|---|---|
| plan | string | yes | Subscription plan to purchase |
No output schema declared.
No examples provided.
neuron_close_conversation Close Conversation ~35
Close an active conversation, marking it as completed
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the conversation to close |
No output schema declared.
No examples provided.
neuron_compose_message Compose Message ~117
Compose and send a new message to a phone number, starting a new conversation if one does not exist
| Name | Type | Req | Description |
|---|---|---|---|
| channelId | string | yes | ID of the WhatsApp channel to send through |
| contactName | string | — | Display name for the contact |
| mediaUrl | string | — | URL of media to attach |
| messageType | string | — | Type of message (e.g., 'text', 'image', 'document') |
| text | string | yes | Message text content |
| to | string | yes | Recipient phone number |
No output schema declared.
No examples provided.
neuron_create_ad_request Create Ad Request ~110
Create an ad request to distribute a message to contacts in pool lists matching target demographics.
| Name | Type | Req | Description |
|---|---|---|---|
| budget | number | yes | Total budget in kobo |
| mediaUrl | string | — | Media URL for non-text messages |
| message | string | yes | The ad message content |
| messageType | string | — | Message type (text, image, video, document) |
| targetDemographics | object | yes | Demographics to match against pool entries |
| targetGoal | number | yes | Target number of deliveries |
No output schema declared.
No examples provided.
neuron_create_api_key Create API Key ~120
Generate a new API key for a bot to enable programmatic access. The key will have an 'nrn_' prefix and can optionally expire at a specified date.
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The unique identifier of the bot for which to create the API key |
| expiresAt | string | — | Optional ISO 8601 date-time when the key should expire (e.g., '2026-12-31T23:59:59Z') |
| name | string | yes | A descriptive name for the API key to identify its purpose |
No output schema declared.
No examples provided.
neuron_create_blog_post Create Blog Post ~138
Create a new blog post (draft or published)
| Name | Type | Req | Description |
|---|---|---|---|
| authorType | string | yes | Author type |
| content | string | yes | Post content (markdown) |
| coverImageUrl | string | — | Cover image URL (optional) |
| excerpt | string | — | Short summary (optional) |
| seoDescription | string | — | Meta description (optional) |
| seoKeywords | array | — | SEO keywords (optional) |
| seoTitle | string | — | SEO title override (optional) |
| status | string | — | Post status |
| tags | array | — | Tag names or slugs |
| title | string | yes | Post title (max 500 chars) |
No output schema declared.
No examples provided.
neuron_create_bot Create Bot ~246
Create a new bot with specified configuration including name, system prompt, and optional parameters like model, temperature, and phone number.
| Name | Type | Req | Description |
|---|---|---|---|
| assignment | string | — | One-sentence role definition (max 2000 chars) |
| escalationPrompt | string | — | Prompt template for human handoff (max 5000 chars) |
| fallbackMessage | string | — | Fallback message when bot cannot understand (max 2000 chars) |
| greetingMessage | string | — | Auto-greeting when a new conversation starts (max 2000 chars) |
| llmModel | string | — | OpenRouter model ID (e.g., google/gemini-2.5-flash-lite-preview-09-2025, openrouter/auto) |
| llmTemperature | number | — | Temperature parameter for response randomness (0-2) |
| maxTokens | number | — | Maximum tokens for responses |
| name | string | yes | The name of the bot |
| responsibilities | array | — | Array of responsibility descriptions |
| systemPrompt | string | yes | The system prompt that defines the bot's behavior and personality |
| whatsappChannelId | string | — | UUID of the WhatsApp channel to associate with the bot |
No output schema declared.
No examples provided.
neuron_create_broadcast Create Broadcast ~161
Create a new broadcast message. Provide recipients directly OR use recipientSources to resolve from contact lists. Channel is auto-resolved if not specified.
| Name | Type | Req | Description |
|---|---|---|---|
| channelId | string | — | ID of the WhatsApp channel (optional — auto-resolved if omitted) |
| mediaUrl | string | — | URL of media to attach (for image/document message types) |
| message | string | yes | The message content to broadcast |
| messageType | string | — | Type of message (e.g., 'text', 'image', 'document') |
| name | string | yes | Name/label for the broadcast |
| recipientSources | object | — | Resolve recipients from contact lists, with filtering and exclusion |
| recipients | array | — | Direct list of recipients (alternative to recipientSources) |
No output schema declared.
No examples provided.
neuron_create_campaign Create Campaign ~135
Create a new draft campaign. Requires Pro or Business plan.
| Name | Type | Req | Description |
|---|---|---|---|
| deadline | string | yes | Campaign deadline (ISO date) |
| description | string | — | Campaign description for marketplace listing |
| guidelines | string | — | Guidelines for participants |
| message | string | yes | The WhatsApp message to send |
| requireMutualContact | boolean | — | Only allow sends to contacts who have responded |
| rewardPerDelivery | number | yes | Reward per delivery in kobo (e.g. 5000 = ₦50) |
| title | string | yes | Campaign title |
| totalBudget | number | yes | Total campaign budget in kobo |
No output schema declared.
No examples provided.
neuron_create_channel Create Channel ~124
Create a new WhatsApp channel. Supports Meta Cloud API or Baileys (direct WhatsApp) integration.
| Name | Type | Req | Description |
|---|---|---|---|
| metaAccessToken | string | — | Meta Access Token (required for meta_cloud type) |
| metaPhoneNumberId | string | — | Meta Phone Number ID (required for meta_cloud type) |
| name | string | yes | Display name for the channel |
| phoneNumber | string | — | Phone number for the channel (optional) |
| type | string | yes | Channel type: 'meta_cloud' for Meta Cloud API or 'baileys' for direct WhatsApp |
No output schema declared.
No examples provided.
neuron_create_contact Create Contact ~91
Create a new contact. If notes are provided, they are saved as a structured note entry with source tracking.
| Name | Type | Req | Description |
|---|---|---|---|
| string | — | Email address of the contact | |
| name | string | yes | Full name of the contact |
| notes | string | — | Additional notes about the contact |
| phone | string | yes | Phone number of the contact |
| tags | array | — | Tags to categorize the contact |
No output schema declared.
No examples provided.
neuron_create_contact_list Create Contact List ~132
Create a new contact list. Slug is auto-generated from name if not provided. For dynamic lists, provide criteria with rules and/or aiPrompt.
| Name | Type | Req | Description |
|---|---|---|---|
| criteria | object | — | For dynamic lists: { rules?: { operator, conditions }, aiPrompt?, aiMaxResults? } |
| description | string | — | Optional description |
| name | string | yes | Display name for the list |
| refreshSchedule | string | — | Refresh schedule for dynamic lists (default: manual) |
| slug | string | — | URL-friendly identifier (auto-generated if omitted) |
| type | string | — | List type (default: static) |
No output schema declared.
No examples provided.
neuron_create_kb_entry Create Knowledge Base Entry ~131
Add a new entry (note, document, or information piece) to a knowledge base.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Content or body of the entry |
| folder | string | — | Folder to organize the entry: 'general', 'skills', 'contexts', 'documents', or 'faqs' (default: general) |
| id | string | yes | Unique identifier of the knowledge base |
| metadata | object | — | Optional metadata key-value pairs for the entry |
| source | string | — | Source type of the entry (default: manual) |
| title | string | yes | Title of the entry |
No output schema declared.
No examples provided.
neuron_create_knowledge_base Create Knowledge Base ~70
Create a new knowledge base to store and organize information, documents, and entries.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | Optional description of the knowledge base purpose |
| name | string | yes | Name of the knowledge base |
| rootInstruction | string | — | Optional root instruction or context for the knowledge base |
No output schema declared.
No examples provided.
neuron_create_newsletter Create Newsletter ~74
Create a new WhatsApp Channel (newsletter) for one-way broadcast updates. Requires a connected Baileys session.
| Name | Type | Req | Description |
|---|---|---|---|
| channelId | string | yes | The WhatsApp session channel ID to create the newsletter on |
| description | string | — | Description of the newsletter |
| name | string | yes | Name of the newsletter |
No output schema declared.
No examples provided.
neuron_create_outbound_webhook Create Outbound Webhook ~138
Create a new outbound webhook that fires HTTP requests when bot events occur. Events: message.created, message.assistant, conversation.created, conversation.escalated, conversation.closed, bot.paused, bot.resumed.
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The ID of the bot to create the outbound webhook for |
| eventTypes | array | yes | Which events should trigger this webhook |
| filterPrompt | string | — | Optional LLM prompt to filter which events are sent (e.g. only forward escalations) |
| name | string | yes | Name of the webhook |
| url | string | yes | The URL to send webhook events to |
No output schema declared.
No examples provided.
neuron_create_tool Create Tool ~145
Create a new tool integration for a bot to call external HTTP APIs and webhooks
| Name | Type | Req | Description |
|---|---|---|---|
| authType | string | — | Authentication type (bearer, basic, apiKey, etc.) |
| botId | string | yes | The ID of the bot to create the tool for |
| config | object | yes | Tool configuration object |
| description | string | — | Description of what the tool does |
| name | string | yes | Name of the tool |
| rateLimit | number | — | Rate limit (requests per minute) |
| timeoutMs | number | — | Request timeout in milliseconds |
| type | string | yes | Type of the tool (e.g., 'http', 'webhook') |
No output schema declared.
No examples provided.
neuron_create_webhook Create Webhook ~112
Create a new inbound webhook that triggers bot actions when called
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The ID of the bot to create the webhook for |
| eventType | string | — | Type of event this webhook handles |
| isActive | boolean | — | Whether the webhook is active (default: true) |
| name | string | yes | Name of the webhook |
| processingPrompt | string | — | Prompt to guide bot processing of webhook data |
| slug | string | — | URL-friendly slug for the webhook endpoint |
No output schema declared.
No examples provided.
neuron_delete_blog_post Delete Blog Post ~24
Delete a blog post
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Post UUID |
No output schema declared.
No examples provided.
neuron_delete_bot Delete Bot ~41
Permanently delete a bot and all its associated data. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the bot to delete |
No output schema declared.
No examples provided.
neuron_delete_broadcast Delete Broadcast ~35
Delete a broadcast. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the broadcast to delete |
No output schema declared.
No examples provided.
neuron_delete_campaign Delete Campaign ~23
Delete a draft campaign
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Campaign ID |
No output schema declared.
No examples provided.
neuron_delete_channel Delete Channel ~39
Delete a WhatsApp channel from the system. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the channel to delete |
No output schema declared.
No examples provided.
neuron_delete_contact Delete Contact ~36
Permanently delete a contact. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the contact to delete |
No output schema declared.
No examples provided.
neuron_delete_contact_list Delete Contact List ~45
Delete a contact list. System lists (like 'Do Not Contact') cannot be deleted.
| Name | Type | Req | Description |
|---|---|---|---|
| idOrSlug | string | yes | The list ID (UUID) or slug |
No output schema declared.
No examples provided.
neuron_delete_kb_entry Delete Knowledge Base Entry ~51
Permanently delete a specific entry from a knowledge base.
| Name | Type | Req | Description |
|---|---|---|---|
| entryId | string | yes | Unique identifier of the entry to delete |
| kbId | string | yes | Unique identifier of the knowledge base |
No output schema declared.
No examples provided.
neuron_delete_knowledge_base Delete Knowledge Base ~40
Permanently delete a knowledge base and all its associated entries and documents.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Unique identifier of the knowledge base to delete |
No output schema declared.
No examples provided.
neuron_delete_message Delete Message ~52
Delete a specific message from a conversation. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the conversation |
| msgId | string | yes | The unique identifier of the message to delete |
No output schema declared.
No examples provided.
neuron_delete_newsletter Delete Newsletter ~38
Delete a WhatsApp Channel newsletter. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the newsletter to delete |
No output schema declared.
No examples provided.
neuron_delete_outbound_webhook Delete Outbound Webhook ~32
Delete an outbound webhook
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The ID of the outbound webhook to delete |
No output schema declared.
No examples provided.
neuron_delete_tool Delete Tool ~31
Delete a tool integration from a bot
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The ID of the tool to delete |
No output schema declared.
No examples provided.
neuron_delete_webhook Delete Webhook ~32
Delete an inbound webhook from a bot
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The ID of the webhook to delete |
No output schema declared.
No examples provided.