(09-29-2022, 02:54 AM)superior Wrote: I believe the first slash on 'use \Mailjet\Resources;' should be 'use Mailjet\Resources', doesn't Mailjet have a Exception handler to check if something has gone wrong with the communication?
Thank you so much, that was it

I was not seeing anything return as the example seems to only show the result when it works with this line:
Code:
$response->success() && var_dump($response->getData());
But I was not seeing anything... and since I don't really understand what I am doing for now... I have no idea how to try something different than what I am getting from the documentation explicitly.
(09-29-2022, 04:06 AM)kenjis Wrote: Why don't you show the code for the api call in the controller?
Sorry I thought it was not relevant at this point. Thanks for your help