Bounced Emails
AutomatR.TFMailchimp.Activities.BouncedEmails
The "Bounced Emails" activity in AutomatR is part of the Mailchimp Campaign activities package, providing a list of email addresses that have bounced during the execution of a specific campaign.
Properties
Name | Description |
---|---|
Input | |
Campaign Name | Specifies the name of the campaign for which to fetch bounced emails. String variables containing the campaign name. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Bounced Emails" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Get Contact Response | Outputs the list of email addresses that have bounced during the specified campaign. Variables of type List<string> to store the bounced email addresses. |
How to use:
- Drag and drop the "Bounced Emails" activity onto the workflow.
- Specify the campaign name for which you want to retrieve bounced emails.
- Optionally, configure the delay property.
- Execute the workflow to fetch the list of email addresses that bounced during the specified campaign.
Example: Consider an example where the "Bounced Emails" activity is used to get a list of email addresses that bounced during a campaign named "SummerPromoCampaign":
Bounced Emails:
Campaign Name: "SummerPromoCampaign"
Delay: 2
Get Contact Response: BouncedEmailList
In this example, the activity fetches the list of email addresses that bounced during the "SummerPromoCampaign" and stores the result in the List<string>
variable "BouncedEmailList" for further handling in the workflow.