ExCampaignMonitor v0.6.0 ExCampaignMonitor.Lists View Source

Covers all your list management needs

Provide your Campaign Monitor Client ID to use this module:

config :ex_campaign_monitor, :client_id, "YOUR_CLIENT_ID"

Link to this section Summary

Functions

Create a new list

Get a list with active subscribers

Get details of a specific list by ListID

Link to this section Functions

Create a new list

Must provide a :title`, and optionally: :unsubscribe_page :unsubscribe_setting :confirmed_opt_in :confirmation_success_page

Link to this function get_active_subscribers(list_id) View Source
get_active_subscribers(String.t()) ::
  {:ok, ExCampaignMonitor.List.t()} | {:error, String.t()}

Get a list with active subscribers

Link to this function get_list_by_id(list_id) View Source
get_list_by_id(String.t()) ::
  {:ok, ExCampaignMonitor.List.t()} | {:error, String.t()}

Get details of a specific list by ListID