Customer Portal SDK
Opens a responsive iframe with the Customer Portal:
abowire.customerPortal.openCustomerPortal();
By default we will require the customer to login using their credentials.
You can skip the login step by providing a Session Token, which can be generated on your backend by using the our REST API.
You can specify a Session Token in the SDK config, the window will be logged as the customer and won't require further authentication.
You can also just redirect your customers or open an iframe to our Hosted Customer Portal:
https://<workspace>.abowire.com/customer-portal?session_token=<session-token>