C# Class MailChimp.Api.Net.Services.Automation.MCAutomationsEmailsQueue

Show file Open project: shahriarhossain/MailChimp.Api.Net Class Usage Examples

Private Methods

Method Description
GetQueuedSubscriberListAsync ( string workflow_id, string workflow_email_id ) : Task

View queued subscribers for an automated email Unique id for the Automation workflow Unique id for the Automation workflow email

GetSpecificSubscriberInQueueAsync ( string workflow_id, string workflow_email_id, string subscriber_hash ) : Task

View specific subscriber in email queue Unique id for the Automation workflow Unique id for the Automation workflow email The MD5 hash of the lowercase version of the list member’s email address.