Class Automations
- MailChimp\MailChimp
-
MailChimp\Automations\Automations
Methods summary
public
object
|
|
public
object
|
#
getAutomation( string $workflow_id, array $query = [] )
Get a summary of an individual Automation workflow’s settings and content. |
public
|
|
public
|
|
public
object
|
#
getWorkflowEmails( string $workflow_id, array $query = [] )
Get a list of automated emails in a workflow |
public
object
|
#
getWorkflowEmail( string $workflow_id, string $workflow_email_id, array $query = [] )
Get information about a specific workflow email |
public
|
|
public
|
|
public
object
|
#
getWorkflowEmailQueue( string $workflow_id, string $workflow_email_id, array $query = [] )
View queued subscribers for an automated email |
public
object
|
#
getWorkflowEmailSubscriber( string $workflow_id, string $workflow_email_id, string $email_address, array $query = [] )
View specific subscriber in email queue |
public
|
#
addWorkflowEmailSubscriber( string $workflow_id, string $workflow_email_id, string $email_address )
Add a subscriber to a workflow email |
public
|
#
getRemovedWorkflowSubscribers( string $workflow_id, array $query = [] )
View all subscribers removed from a workflow |
public
|
#
removeWorkflowSubscriber( string $workflow_id, string $email_address, string $email_address,… )
Remove subscriber from a workflow |
Methods inherited from MailChimp\MailChimp
__construct()
,
authorizedApps()
,
automations()
,
batchOps()
,
campaignFolders()
,
campaigns()
,
conversations()
,
createLog()
,
ecommerce()
,
execute()
,
fileManager()
,
fileManagerFolders()
,
getAccountInfo()
,
getMemberHash()
,
lists()
,
logData()
,
optionalFields()
,
reports()
,
searchMembers()
,
templateFolders()
,
templates()