Results 43 comments of Alex

Hello @BenjaminPorquet @cbrianbet Could please add more details?, maybe I will help you. Does it happen only with `send` api endpoint and what payload do you have, as example maybe

Hello @corina-coste Could you provide more details here, please ? This error you have only during Postman testing or in the API too ? And if you're using API request,...

Hello @corina-coste This issues was fixed. Please, update your library

Hello @nadar Thank you, I will let know the team about updating this in the documentation

@nadar I have a question for you. Could you post a code, that you use for getting info, please ? I tested and have next results Here is my code...

> Sure, but your where retrieving a template, try to retrieve a section, therefore use `?EditMode=3` here is an example response for the request `https://api.mailjet.com/v3/REST/template?EditMode=3&Limit=1000` (made via PostMan): > >...

Hello @nadar I tried next code ``` $response = $mj->get(Resources::$Template, ['filters' => ['EditMode' => 3]]); print_r($response->getBody()); ``` And have next results ![image](https://user-images.githubusercontent.com/9269550/192598082-02c8de4c-5260-41e8-9979-3a55eb728106.png) Name looks fine for me. Are you sure...

> And what if you create that section by API? Here is my code ``` $body = [ 'Author' => "John Doe", 'Categories' => ['basic'], 'Copyright' => "Mailjet", 'Description' =>...

> thank you @oleksandr-mykhailenko for your quick reply, i appreciated that a lot! > > Yes, i am 100% sure we don't put hashed names (looks like uuid v4 to...

> Thanks. Yes indeed, it has nothing to do with this library, but the support usually does not reply (or takes months) on technical issues, so i decided to post...