Add "Sender Name" field in Brevo Node

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?

Are you willing to work on this?

Yes, if needed I can help test or contribute a patch.

Hello
Have you find a solution since your post?

Thanks

You want to send the sender’s name with the email.
Please use it like this

My App<[email protected]>

This is works for me,

Thanks.

1 Like