Prerequisite: The Enterprise WeChat account is bound and online.
- Reuse the template: https://3chat-ai.feishu.cn/base/Y1JBb6Mn0aCnsmsp0MfcKryWnxN?table=tblvD6wtBnHscNdD&view=vewGgI0yn3
- Rename the field
- 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.
- Set the members who need to participate in the rotating group creation to True.
- 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.

- Go to the SKILL section to reference this tool.




