mailchimp v0.1.2 Mailchimp.List View Source

Link to this section Summary

Link to this section Functions

Link to this function

batch_subscribe(list, members, opts \\ %{})

View Source

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

batch_subscribe!(list, members, opts \\ %{})

View Source
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

create_members!(list, email_addresses, status, merge_fields \\ %{}, additional_data \\ %{})

View Source
Link to this function

destroy_member(list, email)

View Source
Link to this function

get_member!(list, email)

View Source
Link to this function

interest_categories(list)

View Source
Link to this function

interest_categories!(list)

View Source
Link to this function

members(list, query_params)

View Source
Link to this function

members!(list, query_params \\ %{})

View Source