your-wechat-send

Minimal n8n community node that calls your /sendText service

Package Information

Released: 10/15/2025
Downloads: 12 weekly / 21 monthly
Latest Version: 1.0.1
Author: YOU

Documentation

n8n-nodes-your-wechat-send (minimal)

A minimal n8n community node that calls your /sendText service.

Installation

Method 1: Direct installation in n8n

  1. Open n8n
  2. Go to "Settings" > "Community Nodes"
  3. Click "Install"
  4. Enter n8n-nodes-your-wechat-send
  5. Click "Install"

Method 2: Local development installation

# Clone or download this repository
git clone https://github.com/your-username/n8n-nodes-your-wechat-send.git
cd n8n-nodes-your-wechat-send

# Install dependencies
npm install

# Build the project
npm run build

Loading into n8n (for local development)

  1. Copy the entire package (at least containing package.json and dist/) to:

    • Windows: C:\Users\<YOU>\.n8n\custom\n8n-nodes-your-wechat-send\
    • macOS/Linux: ~/.n8n/custom/n8n-nodes-your-wechat-send/
  2. Or set the environment variable N8N_CUSTOM_EXTENSIONS to point to a directory, and place this package's dist/ folder there.

  3. Restart n8n

  4. Search for "Your WeChat Send" in the nodes panel

Credentials

  • Base URL: http://localhost:3000 (Use http://host.docker.internal:3000 if running n8n in Docker)
  • API Key: Your service's API_KEY from the .env file

Usage

  1. Add the "Your WeChat Send" node to your workflow
  2. Configure the credentials with your service's Base URL and API Key
  3. Set the "To" and "Text" parameters
  4. Execute the workflow

Development

To make changes to this node:

  1. Modify the source code in the src/ directory
  2. Run npm run build to compile the changes
  3. Restart n8n to load the updated node

License

MIT License

Copyright (c) 2025 YOU

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Discussion