You can use selfServiceCenterToken to create a token for accessing the self service center and sending it to the customer
create(email, returnUrl?): Promise<{ status: string; }>
Create self service center token, and send it to the customer in an email.
• email: string
string
Customer's email address
• returnUrl?: string
Self service center url to use in the email
Promise<{ status: string; }>
Promise
status
The status of the request
-
ServerError - Thrown if the request fails
Last updated 1 year ago
Was this helpful?