Hi Vipul:Thank you.Would you like to tell me is it a solution by the follow way to send email/SMP my my own way( not by SMTP or SMPP)?(1) New a "External Account" and set the channel to "Email". (2) Then I develop my own JS connector, and set the JS connector to it. But I test this way, my JS c...
Hi florentlb:Sorry, I missed the email.we extended a channel and add modify the nms:delivery form as the follow.The "media" is on our SaaS platform, So I am finding a way:(1) open a web view or Internet explore and the user can explore the media on our SaaS web platform by Internet Explore when "Ope...
Hi Amit:Thans for your reply.I am making a unit test to my "try{}" code. So in my "try" it will "throw" errors according logic. So it is correct the code goto the "catch(e){}".What I want is the standard of the "msgs.appendChild" when error happed. And when the address will be "Quarantine" ?msgs.app...
HiI am tring to write a JS Connector to send message to my subscription.But I find the return value "function processDeliveryPart" is sometime strange.I use the follow JavaScript code to return a message if the deliveryPart.message.@id is some error happed. try{ // my code to send message}catch(...
HiI am learning the schema of Adobe Campaign V7 . I find the dbEnum keyword in the neo:recipient as the follow. <!-- Attribute: Preferred Channel --> <attribute dbEnum="channel" desc="Preferred communication channel" label="Preferred channel" length="15" name="preferredChannel" s...
Hello:I have some question about sending Email and SMS by Adobe Campaign:(1) Where can I find the configuration/deployment guide about Email and SMS account of my Adobe Campaign? (2) Does Adobe Campaign only support sending Email by SMTP and SMS by SMPP, does other protocols or method are support?...
Hi:I am trying to modify the delivery form. And want to add the follow function: Add a button in the "email delivery form", and when the button was clicked, the Internet Explore can be open and redirct to a specified URL.I meet the follow issuse:(1) What is the method/API to open an Internet Exp...