Batch subscribe members to a list.
1 | list_batch_sub(api = NULL, list_id, new_subs)
|
api |
Character. Your private api key. If api is 'NULL', the environment variable 'Sys.getenv("mailchimp_api")' is used. |
list_id |
Character. The ID of a list. See 'get_lists()'. |
new_subs |
Data Frame (or tibble). Email column must be named 'email_address'. Merge fields must match merge fields in 'list_get_merge_fields()' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.