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

Can we integrate SMS in Adobe when external vendor is offering rest API's.?

Avatar

Level 1

Team,

 

One of our customer is trying to implement the integration of sms from Adobe Campaign Classic where the choosen vendor has provided REST API's for integration.We are not sure if the integration is possible.We are not finding any documentation regarding the integration with Rest API's.We are able to communicate vis Java scripts to the external vendor and are able to do synchronous calls.But the big question is how to make the configuration settings at Adobe side.Any help will be highly appreciated.

 

Thanks & Regards,

Praveen

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @pmatsa1 

of course it is posible. All you need is to create custom javascript connector which will handle this REST communitation. Finaly, you will create new external account (which calls this javascript connector) and set it in the SMS delivery. Anyway, this must be written by people who understand the process (AC developers or external consultant companies).

Regards,

Milan

 

View solution in original post

8 Replies

Avatar

Correct answer by
Community Advisor

Hi @pmatsa1 

of course it is posible. All you need is to create custom javascript connector which will handle this REST communitation. Finaly, you will create new external account (which calls this javascript connector) and set it in the SMS delivery. Anyway, this must be written by people who understand the process (AC developers or external consultant companies).

Regards,

Milan

 

Avatar

Level 2
Hi Milan Thanks for taking valuable time to respond.Is there a sample code which we can reference for this implementation.If so can you help us.I am reachable at praveen.matsa@speridian.com

Avatar

Community Advisor

Hi Praveen,

 You'll need to create and implement a new delivery connector.

Here are the two different possible implementations for a connector:

  1. as an external Web Service, that ACC calls through SOAP
  2. as a JavaScript package implemented within ACC itself

Each method has benefits and drawbacks.

Thanks,

David



David Kangni

Avatar

Level 2
Thank you David.We miss you.Will call you some time.

Avatar

Community Advisor

Hi,

 

Yes, I've done it a couple times. Use nms:androidPushConnectorV2.js as a reference to create a new connector js lib.

Set the external account to use it under the Connector tab.

 

Thanks,

-Jon

Avatar

Level 2
Hi Jon, Appriciate you taking time to respond on this issue.Is it possible to get a sample piece of code which can give us some direction.I am reachable at :praveen.matsa@speridian.com.

Avatar

Administrator

Hi @pmatsa1,

Were you able to resolve this query with any of the given solutions or do you need more help? Do let us know.

Thanks!



Sukrity Wadhwa