The idea is:
For nodes that send emails, be able to put ‘undefined’ in the cc and bcc properties.
I use a workflow that sends an email using the to, cc, bcc, etc. properties.
The workflow property values are assigned to the properties of the node that sends the email (Outlook, for example).
In the workflow call, I don’t always have cc and bcc filled in, so I get an error when sending the email because cc or bcc are empty.
If these fields are empty, they should be ignored in the call.
See example
My use case:
$json.cc is not always filled in, so if this field is empty or undefined or something else, the node sending the email should ignore these properties so as not to return an error.
Currently, if we put ‘undefined’, the node returns an error: string or array needed.
I think it would be beneficial to add this because:
Avoid errors in these fields when they are not filled in.
Any resources to support this?
Are you willing to work on this?
I’m not dev
