Closed ooade closed 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
email_address
merged_fields { FIRSTNAME, LASTNAME }
I've also tried
merged_fields { FNAME, LNAME }
since it is the default fields on Mailchimp for firstname and lastname.
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:
merge_fields
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 triedI've also tried
since it is the default fields on Mailchimp for firstname and lastname.