Quick Tutorial for Reusing Group Templates (v0.6)

Prerequisites: The Enterprise WeChat account must be bound and online.

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

  1. Rename

  1. Configure the token

    **After configuration, Enterprise WeChat contacts will be automatically synchronized to the “Enterprise WeChat Address Book” table.
    **To resynchronize, delete the existing entry and re-enter the “Enterprise-level token”.

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

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

    5.2 Go to the 3Chat backend to configure the MCP tool. Parameters are as follows:
Tool Name: Group Creation Tool
Tool Description: This tool enables group creation.
---
Input Parameters to Collect:
greeting: The message you want to send to users in the group after creating it. (Note: Business colleagues are also present in the group.)
Group_name: The name of the group to be created.
---
HTTPS URL: Paste the copied webhook URL.
---
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 SKILL and reference this tool.