View Source Mailchimp.Member (mailchimp v0.2.0)
Manage members of a specific Mailchimp list, including currently subscribed, unsubscribed, and bounced members.
struct-fields
Struct Fields
email_address
- Email address for a subscriber.email_client
- The list member's email client.email_type
- Type of email this member asked to get ('html' or 'text').id
- The MD5 hash of the lowercase version of the list member's email address.ip_opt
- The IP address the subscriber used to confirm their opt-in status.ip_signup
- TIP address the subscriber signed up from.language
- If set/detected, the subscriber's language.last_changed
- The date and time the member's info was last changed in ISO 8601 format.list_id
- The list id.location
- Subscriber location information.member_rating
- Star rating for this member, between 1 and 5.merge_fields
- A dictionary of merge fields where the keys are the merge tags. See the Merge Fields documentation for more about the structure.stats
- Open and click rates for this subscriber.status
- Subscriber's current status. Possible values: "subscribed", "unsubscribed", "cleaned", "pending", "transactional", or "archived".status_if_new
- Subscriber's status. This value is required only if the email address is not already present on the list.timestamp_opt
- The date and time the subscribe confirmed their opt-in status in ISO 8601 format.timestamp_signup
- The date and time the subscriber signed up for the list in ISO 8601 format.unique_email_id
- An identifier for the address across all of Mailchimp.vip
- VIP status for subscriber.links
- A list ofMailchimp.Link
types and descriptions for the API schema documents.tags
- Returns up to 50 tags applied to this member.
Link to this section Summary
Functions
Deletes the member in Mailchimp
Generates an Mailchimp.Member
struct from the given attributes.
Same as update/1
but raises errors.
Updates the member in Mailchimp
Same as update_tags/2
but raises errors.
Updates the member tages in Mailchimp
Link to this section Functions
Deletes the member in Mailchimp
Generates an Mailchimp.Member
struct from the given attributes.
Same as update/1
but raises errors.
Updates the member in Mailchimp
Same as update_tags/2
but raises errors.
Updates the member tages in Mailchimp