Difference between revisions of "BulkSms send"
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Email_and_SMS_Functions]] | [[Category:Email_and_SMS_Functions]] | ||
− | | + | {{HelpFiles}} |
− | ====BulkSms_send==== | + | ==== BulkSms_send ==== |
Send bulk SMS | Send bulk SMS | ||
Line 8: | Line 8: | ||
'''Syntax''' | '''Syntax''' | ||
− | BulkSms_send(''bulkSmsResourceId'') | + | BulkSms_send(''bulkSmsResourceId''[,''MaxToSend'']) |
'''Arguments''' | '''Arguments''' | ||
− | ''bulkSmsResourceId:'' is | + | ''bulkSmsResourceId:'' |
+ | |||
+ | ''MaxToSend:'' Is a numeric (non-decimal) expression. It is the max sms which send. | ||
'''Return type''' | '''Return type''' | ||
Line 23: | Line 25: | ||
BulkSms_send(bulkSmsResourceId); | BulkSms_send(bulkSmsResourceId); | ||
+ | |||
+ | BulkSms_send(bulkSmsResourceId, 20); // Max 20 sms can send | ||
'''Availability''' | '''Availability''' | ||
− | Version 5.8.1 | + | Version 5.8.1 __NOTOC__ |
− | __NOTOC__ | ||
<!-- imported from file: 8091.htm--> | <!-- imported from file: 8091.htm--> |
Latest revision as of 09:38, 1 July 2016
BulkSms_send
Send bulk SMS
Syntax
BulkSms_send(bulkSmsResourceId[,MaxToSend])
Arguments
bulkSmsResourceId:
MaxToSend: Is a numeric (non-decimal) expression. It is the max sms which send.
Return type
empty
Example
number bulkSmsResourceId = 9399212;
BulkSms_send(bulkSmsResourceId);
BulkSms_send(bulkSmsResourceId, 20); // Max 20 sms can send
Availability
Version 5.8.1