This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:module_manual:message:templates [2013/09/04 03:48] – shangy | en:module_manual:message:templates [2013/09/07 02:08] (current) – [Variables] solo | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| Click **Message -> Templates** to enter the template page. | Click **Message -> Templates** to enter the template page. | ||
| + | |||
| {{: | {{: | ||
| Line 64: | Line 65: | ||
| The content of SMS may contain text content, including Chinese characters, English characters, symbols. This does not support images or music. Each sms contains 140 characters. Contents exceed the limit will be splited into more than one sms. | The content of SMS may contain text content, including Chinese characters, English characters, symbols. This does not support images or music. Each sms contains 140 characters. Contents exceed the limit will be splited into more than one sms. | ||
| - | The contents of emails do not have limit.从其它文档向此输入框粘贴内容前,请先把内容粘贴到记事本中保存,然后再从记事本中复制粘贴到输入框中。 | ||
| - | 因为系统不能解析word一类文档的特殊制符,会造成邮件内容缺失。你也可以把word中复制出的内容放到gmail邮箱中保存,借助google的强大技术转义这些制符为html结构。 | + | The contents of emails do not have limit. Paste contents which has been cut or copied for txt notebook, because the system cannot analyse some symbols from Word, thus would cause a loss of the contents. Plus, you can copy the contents from Word and paste in Gmail, and google |
| - | ===== 变量介绍 ===== | ||
| - | 使用模板发送短信或邮件时会遇到这样的问题,邮件整体内容一致,但是部分地方需要替换成客户固有的信息,那么你需要在邮件内容中使用变量。 | ||
| - | 例如订票成功后,发送一则短信告知客户订单号。短信内容需要这样设置 | + | ===== Variables ===== |
| - | 您成功预定## | + | When you send sms or emails, you need to change some information in a template first. Then you need to use variables in the email. |
| - | 在群发信息页面,我们根据客户数据和短息模板内容,将数据列和变量一一对应。短信发送时,系统将客户数据替换到短信内容里。(您成功预定XXX影城电影票2张。订单编号xxx00992212,请于2013年6月30日前使用。) | + | Like when the ticket has been booked successfully, |
| + | |||
| + | //You have booked ##param1## ticket(s) of Cinema ##param0##. The order number is ##param2##. Please use before June, 30, 2013.// | ||
| + | |||
| + | When you are sending mass sms, the system will correspond the data row with the parameters according to the customer information and sms template. The information will replace the variables automatically. | ||
| {{: | {{: | ||
| - | 系统提供的变量有哪些?变量的含义是什么? | + | What parameters are provided by the system? What do they mean? |
| - | 1. 群发信息中提供十个变量,即## | + | 1.In mass sms, we provide 10 variables, that is ## |
| - | 以下变量,系统自动使用相应数据去替换。邮件内容中存在哪些变量,系统就会替换哪些变量。 | + | the following variables, system will replace the content with the value in system. |
| - | 2. Task template(任务提示邮件模版) | + | 2. Task template |
| {{: | {{: | ||
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | 3. voicemail(语音邮件模板,当有语音留言时,系统会用此邮件通知分机所属者) | + | 3. voicemail( |
| {{: | {{: | ||
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | **## | + | **## |
| - | 4. admin bill(系统管理员账单)、team bill(团队管理员账单)、user bill(用户账单),每月定时发送的话费账单。 | + | 4. admin bill, team bill, user bill, phone bill which sent on the same set time every month |
| {{: | {{: | ||
| - | **## | + | **## |
| - | + | ||
| - | **## | + | |
| - | **##param_country##**:目标帐号的国家。 | + | **##param_zipcode##**:the zipcode of the target account. |
| - | **##param_city##**:目标帐号的城市。 | + | **##param_country##**:the country of the target account. |
| - | **##param_address##**:目标帐号的联系地址。 | + | **##param_city##**:the city of the target account. |
| - | **##param_username##**:目标帐号。 | + | **##param_address##**:the address of the target account. |
| - | **##param_statementstart##**:账单的计费起始日期。 | + | **##param_username##**:target account |
| - | **##param_statementend##**:账单的计费终止日期。 | + | **##param_statementstart##**:the start date of the bill |
| - | 其余变量含义可直接参考模板中的中文名称。 | + | **## |
| + | To know about the meaning of the variables please refer to the Chinese name of the parameters. | ||