GetEmailCampaign with empty recipients and statistics
Hi all, if I am calling get_email_campaign() I am expecting an instance of GetEmailCampaign with recipients and statistics. According to the mentioned docs these should be of type GetSmsCampaignRecipients, which has no properties at all. Before, it had a property lists, which was an array of list ids associated with the campaign.
Where do I get an array of list ids for a CampaignId from?
This is the same bug as already reported and not fixed for the Ruby API. https://github.com/sendinblue/APIv3-ruby-library/issues/54
Minimal example:
console.log(`Get campaignId: 649`);
let emailCampaignsApi = new SibApiV3Sdk.EmailCampaignsApi();
let ret = await emailCampaignsApi.getEmailCampaign(649);
console.log(ret.recipients);
Returns:
Get campaignId: 649
exports {}
Hi @maxbraeutigam We are close to releasing a new version of our SDKs and we would try to fix this issue as well. We will keep you updated.