API Management: Parameters not working in Email Notification Template

Peter Reavy 20 Reputation points
2025-06-26T14:19:00.6366667+00:00

The parameter $OrganizationName is used in Notification Templates such as "New developer account confirmation".

It shows an old Publisher Name which I set when creating the API Management instance. This was subsequently changed. In Notification Templates > Email Settings > Organization name, the new name is shown.

But when a new developer signs up they are seeing the old name. Please can someone explain how I can force $OrganisationName to be updated in line with the new name?

Thanks!

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

1 answer

Sort by: Most helpful
  1. Divyesh Govaerdhanan 6,235 Reputation points
    2025-06-26T20:08:33.76+00:00

    Hello,

    Welcome to Microsoft Q&A,

    Even if you change the “Organization name” in the Email Settings UI, the change does not propagate to the existing notification templates. This is by design, as the templates are customizable and detached from dynamic config after creation.You can manually edit the affected notification templates and either:

    • Replace $OrganizationName with the actual text
    • Or clear and re-insert $OrganizationName, save, and test again (rarely updates dynamically, but worth testing)

    Please Upvote and accept the answer if it helps!!


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.