use js call third-party sms api to send message to mobile. | Community
Skip to main content
wankang
Level 3
April 4, 2023
Solved

use js call third-party sms api to send message to mobile.

  • April 4, 2023
  • 1 reply
  • 1131 views

If there is already a SMS API interface for sending mobile messages, How to use the JavaScript in ACC to call a third-party interface to send emails and expose the email sending function written in ACC as a WSDL

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 david--garcia

You need to develop your own JS code to call an external API, you can do it in JSSP (JavaScript Dynamic Pages) or through a workflow.

 

As for exposing the WSDL, details are on the following page.

https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/api/web-service-calls.html?lang=en

 

http://<yourinstance>/nl/jsp/schemawsdl.jsp?schema=nms:delivery

 

 

 

 

https://experienceleague.adobe.com/developer/campaign-api/api/sm-delivery-SubmitDelivery.html?hl=submitdelivery

SubmitDelivery

Creation and submission of a delivery from a scenario (from its internal name).


            Number deliveryId = SubmitDelivery ( String       scenarioName, XML          content ) 

Perhaps this blog may be of help

https://blog.floriancourgey.com/2021/01/async-api-calls-in-adobe-campaign

1 reply

david--garcia
david--garciaAccepted solution
Level 10
April 4, 2023

You need to develop your own JS code to call an external API, you can do it in JSSP (JavaScript Dynamic Pages) or through a workflow.

 

As for exposing the WSDL, details are on the following page.

https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/api/web-service-calls.html?lang=en

 

http://<yourinstance>/nl/jsp/schemawsdl.jsp?schema=nms:delivery

 

 

 

 

https://experienceleague.adobe.com/developer/campaign-api/api/sm-delivery-SubmitDelivery.html?hl=submitdelivery

SubmitDelivery

Creation and submission of a delivery from a scenario (from its internal name).


            Number deliveryId = SubmitDelivery ( String       scenarioName, XML          content ) 

Perhaps this blog may be of help

https://blog.floriancourgey.com/2021/01/async-api-calls-in-adobe-campaign

wankang
wankangAuthor
Level 3
April 6, 2023

Dear David,

 

exposing the WSDL is very helpful for me, may be i need create a new db table, and methods and js code to do it