I need to dynamically update the email header and footer in Novu layouts. Since payload is not available in layouts, I tried using context to pass dynamic data. However, context values cannot be overridden.
For now, I am storing multiple context IDs and passing the required one in the trigger API.
Do you have a better approach to solve this problem?