Description Usage Arguments Value Examples
Get recent notes for a specific list member
| 1 2 | get_list_member_note(list_id = NULL, subscriber_hash = NULL,
  apikey = NULL, user = "anystring", ...)
 | 
| list_id | The unique id for the list. Find the list id with  | 
| subscriber_hash | The MD5 hash of the lowercase version of the list member<e2><80><99>s email address. | 
| apikey | API key for mailchimp account. | 
| user | User to use in authentication. Can be any string you like. Defaults to "anystring". | 
| ... | Query string parameters. See available parameters under READ here: API documentation. | 
| note_id | The id for the note. | 
Response body parameters. See response parameters under READ here: API documentation.
| 1 2 3 | **## Not run:**
mymember_note <- get_list_member_note(apikey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-usxx", list_id = "xxxxxxxxxx", subscriber_hash = "xxxxxxxxxx",  note_id = "xxxxxxxxxx")
## End(**Not run**)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.