Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

BulkSms send: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
 
Line 2: Line 2:
{{HelpFiles}}
{{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 a number
''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 08: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