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
Solved! Go to Solution.
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.
http://<yourinstance>/nl/jsp/schemawsdl.jsp?schema=nms:delivery
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
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.
http://<yourinstance>/nl/jsp/schemawsdl.jsp?schema=nms:delivery
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
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
same as your article "Adobe Campaign Classic Shortening Links with Bitly API"
this article not define the new table and method, just all code define in one js file to via Bitly API, but it is very good example for me
Views
Likes
Replies