Aight,
you will want to map this section (CC)
when you add the item, the “structure” is still sent,
MailerSend either expects no structure there. or structure with email.
But Not: structure without email which is what its currently getting.
(Google contacts has a similar quirk)
Follow This
- Click map toggle next to CC
remembering the data structure that is visualized in front of you before so.
In the new field that shows up:- put if email = blank
- return null
- if not return an array
- with an object in it
- that contains an email, and receivers name.
a. im guessing you can pass null for receivers name.
Does this make sense?
Let me know if you would like a visual aid. (will provide when back to computer if needed)