> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WeChat Webhook Event

WeChat Webhook lets you receive real-time updates on user interactions such as:

1. Send a message
2. Tap a custom menu
3. Follow an account
4. Scan a QR code

**Note**: WeChat events are sent in `XML` format.

For more information, visit the [Weixin WeChat Documentation](https://developers.weixin.qq.com/doc/offiaccount/en/Message_Management/Receiving_standard_messages.html).

## Sample Event

```json theme={"dark"}
<xml>
  <ToUserName><![CDATA[gh_22a68eda8aed]]></ToUserName>
  <FromUserName><![CDATA[o30E96izEZESuXtvz8YSWm6cujPE]]></FromUserName>
  <CreateTime>1732703373</CreateTime>
  <MsgType><![CDATA[text]]></MsgType>
  <Content><![CDATA[isolate]]></Content>
  <MsgId>24806343920524857</MsgId>
</xml>
```
