--- title: 'WeChat' description: 'Manage official accounts, send messages, and interact with WeChat users.' --- # WeChat Manage official accounts, send messages, and interact with WeChat users. | Detail | Value | |---|---| | Category | Social Media | | Base URL | `https://api.weixin.qq.com/cgi-bin` | | Authentication | API Key (Query) | | Endpoints | 5 | | Connector key | `wechat` | ## Using WeChat in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **WeChat** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /token](./get_token_social_getaccesstoken) | Get access token | | [POST /message/custom/send](./post_message_custom_send_social_sendmessage) | Send a customer service message | | [POST /message/template/send](./post_message_template_send_social_sendtemplate) | Send a template message | | [GET /user/info](./get_user_info_social_getuserinfo) | Get user info | | [GET /user/get](./get_user_get_social_listfollowers) | Get follower list | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.