FusionAuth API — Email Template
FusionAuth API — Email Template. 10 operations. Lead operation: Retrieves the email template for the given Id. If you don't specify the Id, this will return all the email templates.. Self-contained Naftiko capability covering one business surface.
FusionAuth API — Email Template is a Naftiko capability published by FusionAuth, one of 33 capabilities the APIs.io network indexes for this provider. It bundles 10 operations across the POST, GET, DELETE, PATCH, and PUT methods rooted at /v1/api/email.
The capability includes 2 read-only operations and 8 state-changing operations. Lead operation: Send an email using an email template Id. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include FusionAuth and Email Template.
What You Can Do
MCP Tools
fusionauth-sendemailwithid
Send an email using an email template Id. You can optionally provide requestData to access key value pairs in the email template.
fusionauth-createemailtemplate
Creates an email template. You can optionally specify an Id for the template, if not provided one will be generated.
fusionauth-retrieveemailtemplate
Retrieves the email template for the given Id. If you don't specify the Id, this will return all the email templates.
fusionauth-retrieveemailtemplatepreviewwithid
Creates a preview of the email template provided in the request. This allows you to preview an email template that hasn't been saved to the
fusionauth-searchemailtemplateswithid
Searches email templates with the specified criteria and pagination.
fusionauth-createemailtemplatewithid
Creates an email template. You can optionally specify an Id for the template, if not provided one will be generated.
fusionauth-deleteemailtemplatewithid
Deletes the email template for the given Id.
fusionauth-patchemailtemplatewithid
Updates, via PATCH, the email template with the given Id.
fusionauth-retrieveemailtemplatewithid
Retrieves the email template for the given Id. If you don't specify the Id, this will return all the email templates.
fusionauth-updateemailtemplatewithid
Updates the email template with the given Id.