How can we integrate mendix application with wechat app ?

0
For example a scenerio of application in which  if the order is placed then customer should gets message on wechat like the order id xxxx has been placed .
asked
1 answers
1

This github repository might help you in settingup the function as a java action in Mendix:

https://github.com/hellokaton/wechat-api/blob/master/src/main/java/io/github/biezhi/wechat/api/WeChatApiImpl.java

answered