Hi Team,
How to configure external vendor for SMS in adobe campaign classic.
Required sample external account configuration and javascript connector for extranal API and to capture the responses and store it in the schema.
Thanks,
Views
Replies
Total Likes
Hi,
Use Generic SMPP if your vendor is not in the list of OOTB vendors.
If vendor doesn't support SMPP, create a script and specify it in the external account. Use nms:androidPushConnectorV2.js as a reference.
Thanks,
-Jon
How to read the responses as we get for each customers as shown below.
<?xml version="1.0" encoding="UTF-8"?> <response success="true"> <message id="11787545911" type="generic" status="sent"> <phone_number>4438121370</phone_number> <profile>50758506</profile> <body>Hello</body> <sent_at>2020-11-18 12:08:16 UTC</sent_at> <message_template_id/> <mms>false</mms> <multipart>false</multipart> <campaign id="2084401" active="true"> <name> Testing</name> </campaign> </message> </response>
Views
Replies
Total Likes
When we have selected the bulk delivery mode, in Mobile section what details we need to provide?
Can we use Custom delivery connector can be used for existing channels like SMS, Email or else we should use only for channels?
Thanks,
Sachin C S
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies