Hi @navalksi
The principle that you would have to deploy a Custom Delivery Connector which is basically a JaVaScript library that will loop thought the Delivery Part and you will invoke weChat API accordingly. At hight-level, you would:
- Create a new channel value in the message type enumeration in an extension of nms:delivery
- Create a javaScript library that will read the Delivery Part and invoke weChat API and update the delivery logs accordingly
- Create an external account that is using the previous JS library
- You also would have to look at weChat capabilities to provide feedback such as Open / Click on the message that you would then be able to create tracking logs
The tricks are in steps 2 and 4 of course.
Thanks
Denis