Add "reply_to/reply_to_list" field on SendGrid node [GOT CREATED]

The idea is:

In SendGrid documentation they have a “reply_to” field that helps adding a different reply to email(s) for an email sent by using SendGrid. Current SendGrid node is missing this field.

My use case:

Say if I want to send email to SendGrid from support@chokkkor.com to abc@gmail.com and when the receiver receives the email if they try to reply to that email it would be sent to support@chokkkor.com, but in my case I would like abc@gmail.com to reply the email to anotheremail@chokkkor.com.

I think it would be beneficial to add this because:

Adding the support to reply to different email other than the sender mail can help filtering which is a reply email if the receiver replies to that email and a webhook receives it. There can be other use cases but from my side it is the best option to filter out reply emails.

Any resources to support this?

Are you willing to work on this?

I would like to if possible. Need to check the contribution guideline and not 100% sure if I can manage to solve it.

Hey @sinDbad,

Did you ever come around to implement this?

I’ve created a PR (currently pending review) feat(SendGrid Node): Add option to specify "reply to" email addresses by ulevitsky · Pull Request #14282 · n8n-io/n8n · GitHub.

New version n8n@1.86.0 got released which includes the GitHub PR 14282.

1 Like