Name | Description | Type | Additional information |
---|---|---|---|
customer_id |
Find customer by ID. Required if no customer_token, customer_email is defined. |
integer |
None. |
customer_token |
Find customer Customer by Token. Required if no customer_id, customer_email is defined. |
string |
None. |
customer_email |
Find customer Customer by email. Required if no customer_id, customer_token is defined. |
string |
None. |
template_type |
Notification type. |
Enums.CompanyMessageTemplateType |
None. |
product_id |
Product ID, required if no company_id is defined. |
integer |
None. |
company_id |
Company ID, required if no product_id is defined. |
integer |
None. |
store |
Store email in customer support |
boolean |
None. |
to |
Send email to. Required if "send_mail" is true. |
string |
None. |
from |
Sender email. Required if "send_mail" is true. |
string |
None. |
send_mail |
Email will be sent if set to true. |
boolean |
None. |
content_only |
Without Design Master |
boolean |
None. |
bcc |
List of BCC's |
Collection of string |
None. |
placeholder |
Replace text in notification |
Dictionary of string [key] and string [value] |
None. |
subject |
E-mail Subject Required if "template_type" is None |
string |
None. |
message |
E-mail Message Required if "template_type" is None |
string |
None. |