From which table SMS content sent to a particular profile to be viewed ? | Community
Skip to main content
Level 3
June 6, 2020
Solved

From which table SMS content sent to a particular profile to be viewed ?

  • June 6, 2020
  • 1 reply
  • 2962 views

I have a mobile number of particular profile & want to check what SMS contents has been sent to it.

From which table I can view its content ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

Hi @neelambakre ,

SMS content is stored in [content/sms/source] of nms:delivery schema. Bear in mind it is not reflected as physically separated column as this is part of XML field (physically MDATA).

If you had some personalization inside of the delivery you won't be able to see personalization values in this field unless you have created mirror link.

 

Regards,

Milan

1 reply

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
June 7, 2020

Hi @neelambakre ,

SMS content is stored in [content/sms/source] of nms:delivery schema. Bear in mind it is not reflected as physically separated column as this is part of XML field (physically MDATA).

If you had some personalization inside of the delivery you won't be able to see personalization values in this field unless you have created mirror link.

 

Regards,

Milan

Level 3
June 11, 2020
Thank You 🙂