APIM - Customize Email Notification templates

Nagashree Balasundaram 741 Reputation points
2022-12-22T18:12:20.847+00:00

Azure API Management provides the email notification templates for user notifications related to the developer portal. Is it possible to edit the contents of these templates or create new templates and map them to the actions that are pre-defined (as given in the table below)
What are the possible ways for customizing the notifications if its not possible to do it on the management portal?

273439-image.png

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,459 questions
0 comments No comments
{count} votes

Accepted answer
  1. JananiRamesh-MSFT 29,276 Reputation points
    2022-12-28T17:25:43.577+00:00

    Hi @Nagashree Balasundaram Thanks for reaching out. As mentioned above editing the content as part of HTML is possible for the inbuilt template but you will not be able to add a new template under the notifications template blade.

    as the content is in HTML you will be able to add a Logo, email signature, disclaimer etc. to the message content.
    example for adding a logo: <img src="https://google.com/mylogo.png" />

    reference: https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-configure-notifications#-configure-notification-templates

    Do let me know if you have any queries. I would be happy to assist you.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Venugopal Pallemoni 1 Reputation point
    2022-12-23T12:59:54.997+00:00

    Hi Balasundaram,

    Yes, editing the template is possible. Within the email template/s, the static content can be edited while the parameters e.g., $orgId needs to be retained in order to identify your organization. These parameters flow in automatically from your the stored configuration (stored when you setup your account/subscription and further when you add your developers.

    However i don't see an option to add new templates within APIM right now. Hence, a word of caution, customize the content aligned to the template name and make use of the same. Further, you may want to check with support if there are any plans to provide option to add custom email templates to the list.

    Hope i have answered your question.

    Regards,
    Venu


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.