Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hi All,
Need some idea to solve below :
Curent Approach:
1. Via campaign WF in Adobe campaign sharing the flat file with mobile number and message to a 3rd party vender, and 3rd party is mobile company who use this info and send the SMS
Problem: 3rd party vender has difficulty and complex internal process to process these file
Thoughts: looking forward to automating and remove the flat-file integration and replace with API calls
or any other solution.
Does anyone have some solutions or ideas to share?
Thanks.
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
Is there any reason why you can't create an external account for this to connect Adobe Campaign directly to the SMS provider?
Not only does this allow you to create and send SMS messages from Adobe Campaign, but it also writes the messages to the delivery logs so you can see the history of SMS sends to each recipient.
Ext account (requires configuration/authentication):
SMS delivery in a campaign workflow:
Thanks,
Josh
Hello @DigitalMarket
You can use the javascript code to send the data directly to SMS API.
Here is a sample code for Bitly API call. You may have to change the API endpoint and credentials to set this up. Also, some alternation will be required depending on how your SMS provider is handing the authentication.
https://www.slideshare.net/DavidGarcia1264/adobe-campaign-classic-shortening-links-with-bitly-api
Code by: @david--garcia
Is there any reason why you can't create an external account for this to connect Adobe Campaign directly to the SMS provider?
Not only does this allow you to create and send SMS messages from Adobe Campaign, but it also writes the messages to the delivery logs so you can see the history of SMS sends to each recipient.
Ext account (requires configuration/authentication):
SMS delivery in a campaign workflow:
Thanks,
Josh
Zugriffe
Antworten
Likes gesamt
The SMS provider still sends the messages for you, the connector just means you don't need to worry about sending flat-files or making API calls to them.
Here's the documentation describing how to connect Adobe Campaign to a SMPP provider:
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
Thanks, both, this sounds good, I have checked the spec, have one question:
1. Any IP whitelisting required either from the campaign side or SMS server-side? if yes which are the IPs that can be used?
2. Any other configuration from the SMS server vendor side needs to be done before we or after integration?
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
In fact that depends of the implementation architecture: in Adobe hosted environment, you'll get informations from Adobe and they'll ask you SMS provider informations. The IP address to be whitelist is the one from AC Server. You'll get informations here:
keywords to search in the doc: TCP, Port
Zugriffe
Antworten
Likes gesamt