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
Name | Description |
---|---|
Input | |
Old Audience Name | Specifies the name of the audience to be updated. String variables containing the current audience name. |
New Audience Name | Specifies the new name for the audience. String variables containing the updated audience name. |
Company Name | Specifies the updated company name for the audience. String variables containing the company name. |
Permission Reminder | Specifies the updated permission reminder text for the audience. String variables containing the permission reminder text. |
Default From Name | Specifies the updated "From" name for the audience. String variables containing the updated "From" name. |
Default From Email Address | Specifies the updated email address for the audience. String variables containing the updated email address. |
Campaign Subject | Specifies the updated subject line of the campaign for the audience. String variables containing the campaign subject. |
Campaign Language | Specifies the language for the campaign. String variables containing the campaign language. |
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 "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 Response | Outputs the response as a string with an encrypted response code. String variables to store the response from the audience update operation. |
How to use:
- Drag and drop the "Update Audience" activity onto the workflow.
- Configure the properties by specifying the old audience name and providing values for the audience attributes you want to update.
- Optionally, configure the delay.
- 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.