mailchimp v0.1.2 Mailchimp.List View Source
Link to this section Summary
Functions
Batch subscribe members. Pass the List and the list of members with properties such as email_address, status, and merge_fields (for example, for first and last name). Additional options can be passed, such as update_existing. See the API docs for details: https://mailchimp.com/developer/api/marketing/lists/batch-subscribe-or-unsubscribe/
Link to this section Functions
Batch subscribe members. Pass the List and the list of members with properties such as email_address, status, and merge_fields (for example, for first and last name). Additional options can be passed, such as update_existing. See the API docs for details: https://mailchimp.com/developer/api/marketing/lists/batch-subscribe-or-unsubscribe/
Link to this function
create_member(list, email_address, status, merge_fields \\ %{}, additional_data \\ %{})
View Source
Link to this function
create_member!(list, email_address, status, merge_fields \\ %{}, additional_data \\ %{})
View Source
Link to this function
create_members(list, email_addresses, status, merge_fields \\ %{}, additional_data \\ %{})
View Source
Link to this function