list_batch_sub: Batch subscribe members to a list

Description Usage Arguments

View source: R/lists.R

Description

Batch subscribe members to a list.

Usage

1
list_batch_sub(api = NULL, list_id, new_subs)

Arguments

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()'


theoroe3/mailchimpr documentation built on Feb. 5, 2020, 8:50 p.m.