Hi.
I've just installed the Brevo sdk.
All work great, but when the API v3 returns a bad request, this triggers a fatal error by Guzzle
here is my log example
PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `POST https://api.brevo.com/v3/contacts` resulted in a `400 Bad Request` response:
{"code":"duplicate_parameter","message":"Unable to update contact, SMS or WHATSAPP are already associated with another C (truncated...)
Hi. I've just installed the Brevo sdk. All work great, but when the API v3 returns a bad request, this triggers a fatal error by Guzzle
here is my log example
and here is my code
Does anyone can help me to catch this error ?
thank you