I am trying to send SMS using message Center Via SOAP (Rt Event). I get successful return but is not delivering ( I see delivery Error but dont have access to the Rt instance for the logs). Below is the XML that goes to the Message center via Soap. any idea what is going on?
<rtEvent mobilePhone="+13135555555" email="" type="smsMobile" wishedChannel="MOBILE (SMS)" externalId="123Mobile">
<ctx>test</ctx>
</rtEvent>
Result code: 72057594080534939
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
The code that I had in place was correct. The issue was with RT Configutaion for SMS
This code works fine and I am able to send Via Soap or using Javascript Dunamic pages (JS API)
<rtEvent mobilePhone="+13135555555" email="" type="smsMobile" wishedChannel="MOBILE (SMS)" externalId="123Mobile">
<ctx>test</ctx>
</rtEvent>
Views
Replies
Total Likes
Hi,
The wishedChannel attribute should be "1" and externalId should be the recipient's ID (for log reconciliation).
The 'successful' return is only acknowledging success of the call itself.
Thanks,
-Jon
thanks John, I am still getting the same "Delivery Error".
Views
Replies
Total Likes
Views
Replies
Total Likes
The code that I had in place was correct. The issue was with RT Configutaion for SMS
This code works fine and I am able to send Via Soap or using Javascript Dunamic pages (JS API)
<rtEvent mobilePhone="+13135555555" email="" type="smsMobile" wishedChannel="MOBILE (SMS)" externalId="123Mobile">
<ctx>test</ctx>
</rtEvent>
Views
Replies
Total Likes
Hi @vendimb15716755 , @Jonathon_wodnicki
How do we configure external account for SMS? we already have an External Account for SMS SMPP connector that is able to send bulk SMS from campaign workflow, but while creating the transactional SMS template the SMPP connector is not appearing in the external account in the delivery properties. Should we create MID sourcing external account for SMS? if so how do we do that. please do help us on the same, thank s in Advance.
Thanks,
Shine v.v
Views
Replies
Total Likes
Hi @vendimb15716755 ,
How have you created external account for SMS Routing, we have an SMS SMPP external account, not sure how to make use of it as MID sourcing External account for transactional message center. Please let us know your thoughts, Thanks in Advance.
Thanks,
Shine v.v
Views
Replies
Total Likes
Views
Likes
Replies