-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetEmailCampaigns & new parameter #255
Comments
Hello Pascal76, I have exactly the same issue with this API. I have been using it for several years, but for about a month now, I can't retrieve statistics with the PHP SDK anymore... The reason is very simple, they changed the API's functionality 28 days ago, without updating the SDK accordingly... https://developers.sendinblue.com/changelog/get-all-marketing-campaigns The last SDK update was on January 6, 2023, while the API has changed in February (see images). So, apart from manually making the calls without the SDK, there aren't too many solutions in my opiginon... I've had a support ticket on this issue with them for several weeks now, and it's far from being very responsive... |
Hello @KoriaLL |
For GetEmailCampaigns, from the doc : "You now need to specify which type of statistics you would like to retrieve."
How to add this parameter to the function ?
$apiInstance->getEmailCampaigns($type, $status, $startDate, $endDate, $limit, $offset, $statistics);
does not work.
The text was updated successfully, but these errors were encountered: