WeChat Webhook Event
WeChat Webhook lets you receive real-time updates on user interactions such as:
- Send a message
- Tap a custom menu
- Follow an account
- Scan a QR code
Note: WeChat events are sent in XML
format.
For more information, visit the Weixin WeChat Documentation.
Sample Event
<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>