Preview email for a single Client
@param number $client_id id of the client
@param number $template_id id of the email_template
Arguments
| client_id |
integer, required |
| template_id |
integer, required |
Send email to a single Client
@param number $client_id id of the client
@param number $template_id id of the email_template
Arguments
| client_id |
integer, required |
| template_id |
integer, required |
| datetime |
date |
| allowHtmlComments |
boolean |
Send email to a multiple Clients
@param string $client_ids comma separated list of clients
@param number $template_id id of the email_template
Optional newsletter_id will to add the email to a basic newsletter.
Arguments
| client_ids |
required, ids |
| template_id |
integer, required |
| datetime |
date |
| newsletter_id |
integer |
| only_unique_emails |
string |
Send email 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 email_template
@param string $excluded_ids ids of the clients to exclude
Optional newsletter_id will to add the email 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 |
| only_unique_emails |
string |
| selectAll |
string |
| selectedIds |
string |
| exceptIds |
string |
Send email to the clients by last selection
@param number $template_id id of the email_template
@param string $excluded_ids ids of the clients to exclude
Optional newsletter_id will to add the email to a basic newsletter.
Arguments
| template_id |
integer, required |
| sender_id |
integer |
| datetime |
date |
| newsletter_id |
integer |
| newsletter_type |
string |
| hardbounce |
string |
| softbounce |
string |
| only_unique_emails |
string |
| selectAll |
string |
| selectedIds |
string |
| exceptIds |
string |
| customerSearchString |
string |