It would help if there was a node for:
Adding the missing “Sender Name” field to the existing Brevo node in n8n.
My use case:
When using the current Brevo node in n8n to send transactional emails, only the sender.email field can be set. This causes the recipient to see the local part of the email address (e.g. contact) as the sender name in their inbox, which is unprofessional and can reduce trust. The Brevo API supports both sender.name and sender.email, but the n8n node does not expose the sender.name field.
Any resources to support this?
- Official Brevo API reference: Send a transactional email
Are you willing to work on this?
Yes, if needed I can help test or contribute a patch.