Auth0.Management.EmailTemplates (Auth0Api v1.4.0) View Source
Documentation for Auth0 Management API of EmailTemplates.
endpoint
- /api/v2/email-templates
- /api/v2/email-templates/{templateName}
Link to this section Summary
Functions
Create an email template.
Get an email template.
Patch an email template.
Update an email template.
Link to this section Types
Specs
config() :: Auth0.Config.t()
Specs
Specs
response_body() :: String.t()
Specs
template_name() :: String.t()
Link to this section Functions
Specs
create(Auth0.Management.EmailTemplates.Create.Params.t() | map(), config()) :: {:ok, Auth0.Entity.EmailTemplate.t(), response_body()} | error()
Create an email template.
see
https://auth0.com/docs/api/management/v2/#!/Email_Templates/post_email_templates
Specs
get(template_name(), config()) :: {:ok, Auth0.Entity.EmailTemplate.t(), response_body()} | error()
Get an email template.
see
https://auth0.com/docs/api/management/v2/#!/Email_Templates/get_email_templates_by_templateName
Specs
patch( template_name(), Auth0.Management.EmailTemplates.Patch.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.EmailTemplate.t(), response_body()} | error()
Patch an email template.
see
https://auth0.com/docs/api/management/v2/#!/Email_Templates/patch_email_templates_by_templateName
Specs
update( template_name(), Auth0.Management.EmailTemplates.Update.Params.t() | map(), config() ) :: {:ok, Auth0.Entity.EmailTemplate.t(), response_body()} | error()
Update an email template.
see
https://auth0.com/docs/api/management/v2/#!/Email_Templates/put_email_templates_by_templateName