Overview
How notification templates are read is mostly how Kazoo always allows sub accounts to override their parent accounts, with some twists :))
In simpler term, KAZOO performs something called walking up the account hierarchy, or we like to call it The Walk. We start from sub account to read the notification template and if not found we walk up the account hierarchy (going to parent account/accounts) stopping in each parent account to see if the document exists in that parent account and if not continuing the walk UNTIL we reach to the first parent account that is the reseller of the original account that we started our walk. In that case if the reseller doesn’t have that document then we abandon our walk and fall back to read system_config notification template.
If during our walk any parent account has the document we stop the walk and return that document.
We also repeat the same process for template attachments. So a child account can only customize just only JSON part of document and not customizing the HTML/Text template, doing so will that account to inherit its parent template attachments.
Monster UI branding app and even Kazoo is totally showing its age and the UI part is somewhat confusing.
Some visual notes:
brandingtest
account that means brandingtest
is overriding its parents and reseller. Also it means when one of the child accounts (like brandingtest2
here) doesn’t have the document, it would inherit it from brandingtest
and not reseller, other ancestors or system.
account_ovverridden
or account_defined
field set to true
. Kazoo is never wrong :))