Skip to main content

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

NameDescription
Input
Campaign NameSpecifies the name of the campaign for which to fetch bounced emails. String variables containing the campaign name.
Misc
Display NameProvides 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
DelaySpecifies 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 ResponseOutputs 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:

  1. Drag and drop the "Bounced Emails" activity onto the workflow.
  2. Specify the campaign name for which you want to retrieve bounced emails.
  3. Optionally, configure the delay property.
  4. 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.