Preview sms for a single Client
@param number $client_id id of the client
@param number $template_id id of the sms_template
Arguments
| client_id |
integer, required |
| template_id |
integer, required |
Send sms to a single Client
@param number $client_id id of the client
@param number $template_id id of the sms_template
Arguments
| client_id |
integer, required |
| template_id |
integer, required |
| datetime |
date |
Send sms to a multiple Clients
@param string $client_ids comma separated list of clients
@param number $template_id id of the sms_template
Optional newsletter_id will to add the sms to a basic newsletter.
Arguments
| client_ids |
required, ids |
| template_id |
integer, required |
| datetime |
date |
| newsletter_id |
integer |
Send sms to the clients that are in filter
@param number $filter_id id of the filter to run form
@param number $template_id id of the sms_template
@param string $excluded_ids ids of the clients to exclude
Optional newsletter_id will to add the sms to a basic newsletter.
Arguments
| filter_id |
integer, required |
| sender_id |
integer |
| template_id |
integer, required |
| datetime |
date |
| newsletter_id |
integer |
| newsletter_type |
string |
| hardbounce |
string |
| softbounce |
string |
| selectAll |
string |
| selectedIds |
string |
| exceptIds |
string |
Send sms to the clients by last selection
@param number $template_id id of the sms_template
@param string $excluded_ids ids of the clients to exclude
Optional newsletter_id will to add the sms to a basic newsletter.
Arguments
| template_id |
integer, required |
| sender_id |
integer |
| datetime |
date |
| newsletter_id |
integer |
| newsletter_type |
string |
| hardbounce |
string |
| softbounce |
string |
| selectAll |
string |
| selectedIds |
string |
| exceptIds |
string |
| customerSearchString |
string |