SendGrid Mail уникальные аргументы

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