API endpoints for managing transactional emails. Transactional emails are emails automatically sent by the Identity Cloud in response to certain events; for example, a transactional email is set any time a user clicks the Forgot password link.
Endpoint | Methods |
---|---|
List Your Email Templates/config/{appId}/flows/{flow}/locales/{locale}/mailTemplatesView the mail templates associated with the specified locale. |
|
View an Email Template/config/{appId}/flows/{flow}/locales/{locale}/mailTemplates/{template}Returns information about the specified email template). |
|
Modify an Email Template/config/{appId}/flows/{flow}/locales/{locale}/mailTemplates/{template}Updates the specified email template. |
|
View the Body of an Email Template/config/{appId}/flows/{flow}/locales/{locale}/mailTemplates/{template}/bodyReturns the plain-text body text (or the HTML body text) for the specified email template. |
|
Modify the Body of an Email Template/config/{appId}/flows/{flow}/locales/{locale}/mailTemplates/{template}/bodyUpdates the plain-text body text (or the HTML body text) for the specified email template. |
|
View the Subject Line of an Email Template/config/{appId}/flows/{flow}/locales/{locale}/mailTemplates/{template}/subjectReturns the Subject line for the specified email template. |
|
Modify the Subject Line of an Email Template/config/{appId}/flows/{flow}/locales/{locale}/mailTemplates/{template}/subjectUpdates the Subject line for the specified email template. |
|