Tokens
Send the message for the setup of a new customer's password
Send a message, that contains a link to set up a new customer password. The use case Forgotten password shows how to use this action method. ⚠️ Endpoint is available only in the Customer interface. ⚠️ An extra setup of the Marketing Automation scenario in CareCloud could be necessary to make the endpoint work correctly. If so, don't hesitate to get in touch with the CareCloud administrator in your organization.
post/tokens/{token_id}/actions/send-password-setup-email
Path parameters
token_idstring required
A client application token.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"email": "happy_customer@carecloud.com",
"communication_channel_id": "86e05affc7a7abefcd513ab400",
"recipient": "happy_customer@crmcarecloud.com"
}Response
No Content