You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For transaction email messageVersions, the params have a type definition of params'?: { [key: string]: object; }; (source) whereas in the similar SendSmtpEmail, the type is 'params'?: object;.
My example content params: { test: "testvalue" } is not accepted in the messageVersions params.
codecoded, T-J-Antonio, davidebot and MatthieuLemoine