|
Hi {{ recipientFirstName|e }},
{% if kind == 'credential' %}
{{ inviterName|e }} invited you to join {{ storeName|e }} on BuyerKiosk. Set up your account to view schedules and use the BuyerKiosk mobile apps.
Set Up My Account
{% if expiresAt %}
This secure link expires {{ expiresAt|e }}. If it has expired, ask your manager to send a new invitation.
{% endif %}
If the button does not work, copy this link into your browser: {{ activationUrl|e }}
{% else %}
{{ inviterName|e }} added you to {{ storeName|e }} on BuyerKiosk. Your account is already set up, so you can sign in with your existing BuyerKiosk credentials.
Open BuyerKiosk to view your store and scheduling information.
{% endif %}
|