You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi all, if I am calling get_email_campaign() I am expecting an instance of GetEmailCampaign with
recipients
andstatistics
. According to the mentioned docs these should be of type GetSmsCampaignRecipients, which has no properties at all. Before, it had a propertylists
, which was an array of list ids associated with the campaign.Where do I get an array of list ids for a
CampaignId
from?The text was updated successfully, but these errors were encountered: