More actions
Created page with "==== BulkSms_getHistory ==== Get history of bulk sms sent '''Syntax''' <span style="color: rgb(44, 45, 48); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15p..." |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Email_and_SMS_Functions]] | |||
==== BulkSms_getHistory ==== | ==== BulkSms_getHistory ==== | ||
Latest revision as of 08:07, 14 July 2016
BulkSms_getHistory
Get history of bulk sms sent
Syntax
BulkSms_getHistory(bulkSMSRId)
Arguments
bulkSMSRId: Is a numeric (non-decimal) expression. It is the Rid of the bulk sms.
Return type
array of sms history
Example
array bulk=BulkSms_getHistory(15525967);
for(number i=0;i<bulk.Count;i++){
print(bulk[i].NumberOfSent);
print(bulk[i].SentDate);
print(bulk[i].Id);
}
Availability
Version 6.0.