Snippets Collections
SELECT DISTINCT
   SubscriberKey,
   Mobile,
   MessageID,
   Name,
   Sent,
   Delivered,
   Undelivered,
   SMSStandardStatusCodeId,
   Description,
   ModifiedDateTime
FROM _SMSMessageTracking
WHERE Name = 'EmailName' AND Mobile='MobileNumber'
star

Tue Apr 23 2024 12:49:13 GMT+0000 (Coordinated Universal Time)

#dataview #sms #query

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension