WeChat Group Creation / Enterprise WeChat Group Creation Template (v0.6) Quick Reuse Tutorial

Prerequisite: The Enterprise WeChat account is bound and online.

  1. Reuse the template: https://3chat-ai.feishu.cn/base/Y1JBb6Mn0aCnsmsp0MfcKryWnxN?table=tblvD6wtBnHscNdD&view=vewGgI0yn3

  1. Rename the field

  1. Configure the token

    **After configuration, Enterprise WeChat contacts will automatically sync to the “Enterprise WeChat Contacts” table.
    **To re-sync, delete and re-enter the “Enterprise-level token”.
    In the API access authorization settings, configure the callback address as: http://3chatai.com, and click Confirm.

  1. Set the members who need to participate in the rotating group creation to True.

  1. Configure the MCP tool
    5.1 Copy the webhook address of the workflow.

    5.2 Go to the 3Chat backend to configure the MCP tool. The parameters are as follows:
Tool Name: Group Creation Tool
Tool Description: This tool enables group creation.
---
Collect input parameters:
greeting: The message content you want to send to users in the group after the group is created. (Business colleagues will also be in the group)
Group_name: The name of the group to be created
---
HTTPS URL: Paste the copied webhook address.
---
Request Body:
{
  "accountId": "{{var.visitor.accountId}}",
  "greeting": "{{greeting}}",
  "botUserId": "{{var.visitor.botUserId}}",
  "Group_name": "{{Group_name}}"
}

5.3 Test and save the MCP tool.
20260419190851


  1. Go to the SKILL section to reference this tool.