Email template parameter
For email template parameter. Mailgun has 2 types of parameter one is {{paramname}} and the other is %recipient.paramname%. this design force email template to choose which parameter type should be provided when calling via api. My suggestion is use one {{param_name}} and then if the api client send both global parameter and recipient parameter. when apply you should apply by merge the later with the former.
2
votes
