You are here

function hook_mailchimp_automations_workflow_email_triggered in Mailchimp 7.5

Same name and namespace in other branches
  1. 7.4 mailchimp.api.php \hook_mailchimp_automations_workflow_email_triggered()

Perform an action after a successful MailChimp workflow automation.

Parameters

object $automation_entity: The MailchimpAutomationEntity object.

string $email: The email_property value from the MailchimpAutomationEntity.

object $wrapped_entity: The EntityMetadataWrapper for the triggering entity.

1 invocation of hook_mailchimp_automations_workflow_email_triggered()
mailchimp_automations_trigger_workflow in modules/mailchimp_automations/mailchimp_automations.module
Triggers a workflow automation via the MailChimp API.

File

./mailchimp.api.php, line 111
Mailchimp hook definitions.

Code

function hook_mailchimp_automations_workflow_email_triggered($automation_entity, $email, $wrapped_entity) {
}