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 ​
- Go to Connections and click New Connection.
- Pick WeChat from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /token | Get access token |
| POST /message/custom/send | Send a customer service message |
| POST /message/template/send | Send a template message |
| GET /user/info | Get user info |
| GET /user/get | Get follower list |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.