authentication
Stable
Latest stable
Password changed v1
password-changed - v1
Subject: Password changed
Preheader: The password on your account was changed.
Required fields
No fields.
Optional fields
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
actionButton.label |
text | No | Action Button Label Max 120 characters |
Review account |
actionButton.url |
url | No | Action Button URL Max 2048 characters |
https://example.com/app |
changeDetails |
detailsTable | No | Change details Details table keys: changedAt (datetime), device, country, ip |
{"changedAt":"Changed At","device":"Device","country":"Country","ip":"Ip"} |
footerNote |
text | No | Footer Note Max 1000 characters |
If you did not make this change, reset your password and review your account security. |
heading |
text | No | Heading Max 180 characters |
Password changed |
intro |
text | No | Intro Max 1000 characters |
The password on your account was changed. |
preheader |
text | No | Preheader Max 220 characters |
The password on your account was changed. |
subject |
text | No | Subject Max 180 characters |
Password changed |
Defaults
{
"actionButton.label": "Review account",
"footerNote": "If you did not make this change, reset your password and review your account security.",
"heading": "Password changed",
"intro": "The password on your account was changed.",
"preheader": "The password on your account was changed.",
"subject": "Password changed"
}
Example data
{
"templateId": "password-changed",
"data": {}
}
Template messages
| Type | Code | Message |
|---|---|---|
| Return | accepted |
Valid template data can be queued by the send endpoint. |
| Error | field_too_long |
Action Button Label must be 120 characters or fewer. |
| Error | field_too_long |
Action Button URL must be 2048 characters or fewer. |
| Error | invalid_url |
Action Button URL must be a valid http or https URL. |
| Error | invalid_details_table |
Change details must be an object whose documented table keys are strings, numbers, or booleans. |
| Error | field_too_long |
Footer Note must be 1000 characters or fewer. |
| Error | field_too_long |
Heading must be 180 characters or fewer. |
| Error | field_too_long |
Intro must be 1000 characters or fewer. |
| Error | field_too_long |
Preheader must be 220 characters or fewer. |
| Error | field_too_long |
Subject must be 180 characters or fewer. |