brandonseydel/MailChimp.Net

CampaignType Enum missing 'automation'

Closed this issue · 1 comments

When calling Campaigns.GetAsync() for an automation campaign, it fails with the error:
Requested value 'automation' was not found.

This is due to the CampaignType.cs not having the automation type in it. I have provided a pull request that fixes this issue in my testing. #371

Releasing tonight