List of available variables in the Message template
You can use variables in the Message template field to retrieve dynamic data for each user.
Different variables are available depending on the template. The following is a list of variables that can be used in the Message template slug.
Workflow
approvalflow/approve_please
Variable | Description |
---|---|
\$apply_date | Request date. |
\$apply_member_nm | Name of requester. |
\$publish_ymdhi | Date and time of approval. |
\$comment | Note or comment about the update. |
\$ext_columns | Extended columns in the target module. |
\$apply_diff | Differences between existing, new, and rejected requests. |
\$link | URL link to the request data. |
\$title | Title of the request data. |
\$onetime_link | Temporary URL for update permissions preview. |
\$site_url | Site URI. |
\$module_data | Details about the new and rejected modules. |
approvalflow/approve_finish
Variable | Description |
---|---|
\$apply_member_nm | Name of requester. |
\$apply_date | Request date. |
\$apply_comment | Note or comment about the request. |
\$approve_member_nm | Name of the requester with the latest approved data. |
\$approve_date | Request date for the latest approved data. |
\$approve_comment | Note or comment about the latest approved data |
\$publish_ymdhi | Date and time of approval. |
\$link | URL link of the request data. |
\$title | Title of the request data. |
\$draft_detail | Draft details about the request data. |
\$site_uri | Site URI. |
\$module_data | Details about new and rejected modules. |
E-commerce
ec/AlertLimitPayment_Conveni
Message sent N days before the payment deadline if the convenience store (konbini) payment has not been received.
Variable | Description |
---|---|
\$order | Information about the order. |
\$orderDetails | Details of the order. |
\$products | Products ordered and corresponding product information. |
ec/NoticeExpirePremiumMembership
By default, users will receive the paid membership expiration e-mail notification 1 month (30 days) before their membership expires.
Variable | Description |
---|---|
\$name1 | Registered family name of the user. |
\$name2 | Registered given name of the user. |
Registered e-mail address of the user. | |
\$product_content | List of products ordered. |
\$inquiry_url | URL of the inquiry page. |
\$from_name | Title of the site. |
ec/Membership_Cancel
Users will receive this notification when they cancel their premium membership.
Variable | Description |
---|---|
\$name1 | Registered family name of the user. |
\$name2 | Registered given name of the user. |
Registered e-mail address of the user. | |
\$product_content | List of canceled orders. |
\$inquiry_url | URL of the inquiry page. |
\$from_name | Title of the site. |
ec/Shipping_guest
Guests (i.e., logged-out users) will receive this e-mail when products are shipped from the sales/delivery management screen.
Variable | Description |
---|---|
\$name1 | Registered family name of the user. |
\$name2 | Registered given name of the user. |
Registered e-mail address of the user. | |
\$product_content | List of products ordered. |
\$inquiry_url | URL of the inquiry page. |
\$from_name | Title of the site. |
ec/Shipping_member
Members (i.e., logged-in users) will receive this e-mail when products are shipped from the sales/delivery management screen.
Variable | Description |
---|---|
\$name1 | Registered family name of the user. |
\$name2 | Registered given name of the user. |
Registered e-mail address of the user. | |
\$product_content | List of products ordered. |
\$order_history_url | URL of the user's order history. |
\$inquiry_url | URL of the inquiry page. |
\$from_name | Title of the site. |
Form
inquiry/inquiry_contact_simple
Administrators will receive this notification if the ZIP password is empty when a user sends an inquiry.
Variable | Description |
---|---|
\$inquiryHeader | Header information of the inquiry form. |
\$inquiryHeader.inquiry_name | Title of the inquiry form. |
\$inquiry_id | Unique ID of the inquiry form. |
\$parent_inquiry_bn_id | Unique ID of the parent inquiry. |
\$inquiry_bn_id | Unique ID of the inquiry. |
inquiry/inquiry_contact
Administrators will receive this notification if the ZIP password is valid when a user sends an inquiry.
Variable | Description |
---|---|
\$file_flg | File flag. This value is set to 1 if there is an attachment, and 0 otherwise. |
\$inquiryHeader | Header information of the inquiry form. |
\$inquiryHeader.inquiry_name | Title of the inquiry form. |
\$inquiryHeader.contact_flg | The options for the "mail address" field of the inquiry form settings are: don't notify , notify , and notify all . If you specify notify all (INQUIRY_CONTACT_ALL) , the form input will be included in the notification e-mail. |
\$inquiry_id | Unique ID of the inquiry form. |
\$parent_inquiry_bn_id | Unique IDs of the main inquiry subdivision. |
\$inquiry_bn_id | Unique ID of the inquiry. |
\$items | User inquiry information. Displayed as an array with the inquiry items as keys and the responses to the items as values. |
Login
login/reset_password
Notification sent when the password reminder and the login/reminder API are executed.
Variable | Description |
---|---|
\$url | URL of the password settings screen. |
\$name | Name of the user. |
\$login_id | Login ID of the user. |
E-mail address of the user. | |
\$temp_pwd | Temporary password. |
\$token | Authentication token (configured in the URL parameters). |
\$name1 | Family name of the user (configured in the login/reminder API). |
\$name2 | Given name of the user (configured in the login/reminder API). |
\$member | Target member information (configured in the login/reminder API). |
login/login_check_mail
Login notification e-mail.
Variable | Description |
---|---|
\$row | User information. |
\$row.name1 | Family name of the user. |
\$row.login_id | Login ID of the user. |
\$row.email | E-mail address of the user. |
login/password_changed
Notification sent when the password is changed.
Variable | Description |
---|---|
\$name | Name of the user. |
\$name1 | Family name of the user. |
\$name2 | Given name of the user. |
E-mail address of the user. | |
\$member | Member information for the user. |
Member
memberregist/invite
Notification sent when an invitee receives a member registration invite dispatched via the management screen.
Variable | Description |
---|---|
\$key | Authentication token. |
\$name1 | Family name of the invitee. |
\$name2 | Given name of the invitee. |
\$message | Message from the invitee. |
\$register_url | URL of the user registration screen. |
\$basic_auth_id | Basic authentication username (for applicable sites). |
\$basic_auth_pwd | Basic authentication password (for applicable sites). |
member/pre_regist_thanks
Notification sent when users register as temporary members via the member/invite API.
Variable | Description |
---|---|
\$ext_info | Extended information configured in the API. |
E-mail address of the temporary member. | |
\$preregist_key | Authentication token (configured in the URL parameters). |
member/loginid_remainder_to_user
Users will receive this notification one month before their login ID expires.
Variable | Description |
---|---|
\$name1 | Family name of the user. |
\$name2 | Given name of the user. |
member/regist_thanks
Users will receive this e-mail after registering as members.
Different variables are available in this template depending on the registration method.
Registration via the management screen
Variable | Description |
---|---|
\$name | Name of the user. |
\$name1 | Family name of the user. |
\$name2 | Given name of the user. |
E-mail address of the user. |
Registration via API
Variable | Description |
---|---|
\$to_name | Family name of the user. |
\$name | Name of the user. |
\$name1 | Family name of the user. |
\$name2 | Given name of the user. |
E-mail address of the user. | |
\$data | User form data. |
\$form_data | User form data. |
\$member_id | Member ID of the user. |
\$password | User password (hidden). |
\$site_title | Title of the site. |
\$site_url | Site URL. |
\$preregist_key | Temporary registration key. |
member/regist_alert
Invitation senders will receive this notification when their invitees register as members.
Variable | Description |
---|---|
\$name | Name of the member. |
E-mail address of the member. | |
\$friend_nm | Name of the invitation sender. |
\$site_title | Title of the site. |
\$site_url | Site URL. |
member/complete_delete
Users will receive this notification after they terminate their membership.
Variable | Description |
---|---|
\$to_name | Family name of the member. |
\$name | Name of the member. |
\$name1 | Family name of the member. |
\$name2 | Given name of the member. |
E-mail address of the member. | |
\$site_title | Title of the site. |
\$site_url | Site URL. |
member/update_thanks
Members will receive this notification after they update their information.
Variable | Description |
---|---|
\$name | Name of the member. |
\$name1 | Family name of the member. |
\$name2 | Given name of the member. |
E-mail address of the member. | |
\$password | Login password of the member. |
\$arrGroup_nm | List of user groups the member belongs to. |
\$form_data | User form data. |
\$memberExtensionColumns | Extended information about the member. |
\$original_data | Member information before the update. |
\$column_diff | Differences in member information before and after the update. |
memberregist/edit_notice
Administrators will receive this notification when a member's information has been updated.
Variable | Description |
---|---|
\$name | Name of the member. |
\$name1 | Family name of the member. |
\$name2 | Given name of the member. |
E-mail address of the member. | |
\$password | Login password of the member. |
\$arrGroup_nm | List of user groups the member belongs to. |
\$form_data | User form data. |
\$memberExtensionColumns | Extended information about the member. |
\$original_data | Member information before the update. |
\$column_diff | Differences in member information before and after the update. |
memberregist/mail_receive
This notification will be sent as a reply to the blank email sent upon membership registration.
Variable | Description |
---|---|
\$qs | Link. |
\$se | Authentication token (configured in the URL parameters). |
\$ref | Authentication token (configured in the URL parameters). |
memberregist/regist_notice
Administrators will receive this notification when a user registers as a member.
Variable | Description |
---|---|
\$name | Name of the member. |
\$name1 | Family name of the member. |
\$name2 | Given name of the member. |
E-mail address of the member. | |
\$password | Login password of the member. |
\$arrGroup_nm | List of user groups the member belongs to. |
\$form_data | User form data. |
\$memberExtensionColumns | Extended information about the member. |
Menu
menu/rcms_cant_login_remind
Administrators will receive this notification 1 month (30 days) and 3 months (90 days) before the site expires.
Variable | Description |
---|---|
\$site | Site information. |
\$site.name1 | Family name registered on the site account. |
\$site.name2 | Given name registered on the site account. |
\$site.site_nm | Name of the site. |
\$site.site_url | Front-end host name. |
\$site.mng_url | Administration site host name. |
\$site.cant_login_ymd | Expiration date of the site. |
\$month | Number of months until expiration date. |
menu/notice
Notification sent when a content is favorited. To enable this notification, check the "Favorite function e-mail notification" box on the site settings screen.
Variable | Description |
---|---|
\$bookmark_date | Date the bookmark was added. |
\$data | Information about the favorited content. data_title indicates the content title, and data_id the content ID. |
One-time registration
onetime/account
Invitees will receive this notification when the invitation sender issues a one-time membership.
Variable | Description |
---|---|
\$memberInfo | Member information for the user. |
\$message | Message from the account issuer. |
\$memberInfo.login_id | User account ID (login ID). |
\$memberInfo.login_pwd | User login password. |
\$memberInfo.expire | Expiration date of the one-time account. |
Support
If you have any other questions, please contact us or check out Our Slack Community.