Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

WeChat Integration With Adobe Campaign Classic

Avatar

Level 2

Hi,

 

We are working on a scenario where we want to integrate WeChat with Adobe campaign Classic. Could you please help us with the documentation and required details that are needed for the Integration?

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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:

  1. Create a new channel value in the message type enumeration in an extension of nms:delivery
  2. Create a javaScript library that will read the Delivery Part and invoke weChat API and update the delivery logs accordingly
  3. Create an external account that is using the previous JS library
  4. 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

 

View solution in original post

2 Replies

Avatar

Employee Advisor

Hi Navalksi,

 

I would recommend doing a web search for this as there are various custom solutions on implementing WeChat with Campaign but there isn't any out of the box connector or instructions from a Campaign standpoint to integrate the two.

 

Regards,

Craig

Avatar

Correct answer by
Employee Advisor

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:

  1. Create a new channel value in the message type enumeration in an extension of nms:delivery
  2. Create a javaScript library that will read the Delivery Part and invoke weChat API and update the delivery logs accordingly
  3. Create an external account that is using the previous JS library
  4. 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