thorning / node-mailchimp

node mailchimp wrapper using v3 of the mailchimp api
MIT License
288 stars 35 forks source link

I can't send user's first name and last name #51

Closed ooade closed 5 years ago

ooade commented 5 years ago

I don't know. I just started using Mailchimp lately and I stumbled upon this awesome node package. Back to the issue.

I can only send email addresses via email_address. I can't send firstname and lastname. I've tried

merged_fields {
 FIRSTNAME,
 LASTNAME
}

I've also tried

merged_fields {
 FNAME,
 LNAME
}

since it is the default fields on Mailchimp for firstname and lastname.

ooade commented 5 years ago

Oh! Shoot. I ran through the source code and saw it couldn't be from there, then I saw my typo. It should be merge_fields :man_facepalming: