WeChat Integration With Adobe Campaign Classic | Community
Skip to main content
Level 2
October 27, 2022
Solved

WeChat Integration With Adobe Campaign Classic

  • October 27, 2022
  • 2 replies
  • 1304 views

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?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by costa_n11

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

 

2 replies

Craig_Thonis
Adobe Employee
Adobe Employee
October 27, 2022

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

costa_n11Adobe EmployeeAccepted solution
Adobe Employee
October 27, 2022

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