Stanislav Diakovskiy
Stanislav Diakovskiy
Having the same issue, random ``` okhttp3.internal.http2.StreamResetException: stream was reset: PROTOCOL_ERROR ``` on v 3.12
Hi @oromand, From the error description, seems like the issue can be bound to the wrong JSON property type in the request, as well as with template itself. Could you...
Hi @oromand, Seems like the real issue with the specific template. Let me report it to the API team directly.
Hi @mc0re Could you explain a bit, do you want to have SDK API that has a more typed interface rather than using JObject, or do you want to eliminate...
Both options are really tough, as the first one require changing targets to .net standart 2.0/.net 4.6.2, and the second one requires changing interface of the sdk wrapper. For now...
Hello @carjimfa, thanks for raising this issue! to use template template variables, parameter TemplateLanguage should be set to true. From the [documentation](https://dev.mailjet.com/email/reference/send-emails#v3_1_post_send) _When true, activates the template language processing. Default...