SendGrid Mail único args

await sgMail.send({
	...,
    customArgs: {
    	emailId
    }
})
florinrelea