How to use application-specific E-Mail templates?
-
Dear fellow developers
It is my understanding, that with Version 1.16 FusionAuth allows the definition of E-Mail templates on a per-application level, which is very nice! Right, now as it seems there is no documentation on how to use that feature? It tried the "obvious" by just adding the applicationId alongside the tenantId to the
POST /api/user/forgot-password Endpoint
https://fusionauth.io/docs/v1/tech/apis/users/#start-forgot-password-workflowbut had no luck.
Any suggestions?
Thank you very much! And thanks in general for a great product!
Kind regards
Frank -
@fwolf have you tried adding the
applicationId
as a top level field in the request body?Also, ensure you have a configured an application specific template in the application.
I can check on the documentation to see what is missing there.
-
@robotdan said in How to use application-specific E-Mail templates?:
applicationId
This works indeed! I have just tested!
I guess it just need to be updated in the docs. Thanks for the info @robotdan
-
Added a doc bug: https://github.com/fusionauth/fusionauth-issues/issues/1005