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

Afficher le fichier Open project: shahriarhossain/MailChimp.Api.Net

Méthodes publiques

Méthode Description
GetAutomationListAsync ( int count = 10 ) : Task

Get a list of Automations

MailChimpAutomation ( ) : System.Threading.Tasks

Private Methods

Méthode Description
GetAutomatedEmailListAsync ( string workflow_id ) : Task

Get a list of automated emails in a workflow Unique id for the Automation workflow

GetInfoForSpecificWorkflowEmailAsync ( string workflow_id, string workflow_email_id ) : Task

Get information about a specific workflow EMAIL Unique id for the Automation workflow Unique id for the Automation workflow email

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

GetRemovedSubscriberListAsync ( string workflow_id ) : Task

View all subscribers removed from a workflow Unique id for the Automation workflow

GetSpecificAutomationAsync ( string workflow_id ) : Task

Get information about a specific Automation workflow Unique id for the Automation workflow

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.

Method Details

GetAutomationListAsync() public méthode

Get a list of Automations
public GetAutomationListAsync ( int count = 10 ) : Task
count int
Résultat Task

MailChimpAutomation() public méthode

public MailChimpAutomation ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks