Add "reply_to/reply_to_list" field on SendGrid node

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 [email protected] to [email protected] and when the receiver receives the email if they try to reply to that email it would be sent to [email protected], but in my case I would like [email protected] to reply the email to [email protected].

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?

https://docs.sendgrid.com/api-reference/mail-send/mail-send#multiple-reply-to-emails

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.