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.

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>