Skip to main content

Update Audience

AutomatR.TFMailchimp.Activities.UpdateAudience

The "Update Audience" activity in AutomatR is part of the Mailchimp activities package, allowing automation processes to update audience details within a Mailchimp account. This activity streamlines the management of audience information, providing the flexibility to modify various audience attributes.

Properties

NameDescription
Input
Old Audience NameSpecifies the name of the audience to be updated. String variables containing the current audience name.
New Audience NameSpecifies the new name for the audience. String variables containing the updated audience name.
Company NameSpecifies the updated company name for the audience. String variables containing the company name.
Permission ReminderSpecifies the updated permission reminder text for the audience. String variables containing the permission reminder text.
Default From NameSpecifies the updated "From" name for the audience. String variables containing the updated "From" name.
Default From Email AddressSpecifies the updated email address for the audience. String variables containing the updated email address.
Campaign SubjectSpecifies the updated subject line of the campaign for the audience. String variables containing the campaign subject.
Campaign LanguageSpecifies the language for the campaign. String variables containing the campaign language.
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 "Update Audience" 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
Updated Audience ResponseOutputs the response as a string with an encrypted response code. String variables to store the response from the audience update operation.

How to use:

  1. Drag and drop the "Update Audience" activity onto the workflow.
  2. Configure the properties by specifying the old audience name and providing values for the audience attributes you want to update.
  3. Optionally, configure the delay.
  4. Execute the workflow to update the specified audience in the Mailchimp account.

Example: Consider an example where the "Update Audience" activity is used to modify audience details:

Update Audience:
Old Audience Name: "Newsletter_Subscribers"
New Audience Name: "Updated_Newsletter_Subscribers"
Company Name: "ABC Corporation"
Permission Reminder: "This is an updated permission reminder."
Default From Name: "John Doe"
Default From Email Address: "john.doe@example.com"
Campaign Subject: "Updated Newsletter Subject"
Campaign Language: "en_US"
Delay: 2

In this example, the activity updates the audience named "Newsletter_Subscribers" with the provided values for various audience attributes. The update operation includes a delay of 2 seconds for synchronization.