6 September 2021 (v2.58)
Authentication
Integration
We added a new boolean
field called has_password
in the request payload for custom providers. With this, you can easily adapt emails to users whom have no password associated with their account, allowing them to create a password.
{
"email": "string/email",
"template_id": "string",
"personalizations": {
"given_name": "string",
"last_name": "string",
"gender": "string",
"has_password": "boolean", (1)
"redirect_url": "string/url"
}
}
1 | The has_password boolean is only included in the payload for the password_reset email template. |
For more information, check out Custom email providers. |
Fixes
Item | Fixed |
---|---|
The |
✓ |
The |
✓ |
The |
✓ |