Login
Last updated
Customers access the customer portal through the login page.
The login page can use the following login credential types:
Email & Order Id
Username & Password
The login page supports two optional authentication types:
Two-Factor
Login Link
Login Pages will utilize URL parameters to login the customer when the page loads without requiring user interaction (unless there is an authentication type selected).
Used on login pages with the Email & Order Id login method
Page:
https://customerlogin.com/portal?emailAddress=abc@email.com&orderId=01234ABCD
Autoresponders utilizing tokens (CRM Email/SMS):
https://customerlogin.com/portal?emailAddress=[emailAddress]&orderId=[orderId]
Used on login pages with the Username & Password login method
Page:
https://customerlogin.com/portal?username=abc@email.com&password=01234ABCD
Autoresponders utilizing tokens (CRM Email/SMS):
https://customerlogin.com/portal?username=[clubUsername]&password=[clubPassword]
Last updated