[SalesForce] Journey Builder – Perzonalize Mobile Connect SMS with entry data

In order to personalize our SMS – Journey Builder send, we need to use the values of the fields of the Data Extension that trigger de Journey Builder. This is perfectly possible with an email send, but the same AMPScript functions do no seem to work with the SMS. The only personalization string seems to be the MOBILE_NUMBER. Thank you

Best Answer

The code example that you provide in your comment uses the _subscriberkey personalization string, which specifically relates to an email Subscriber in the All Subscribers list. MobileConnect uses it's own list model.

There are two personalization strings available for mobile messages; MOBILE_NUMBER and SHORT_CODE. Also, there are some AMPscript variables for mobile messages that can also be used in mobile messages.

Related Topic