module

Carbon::SendGridExtensions

https://docs.sendgrid.com/ui/sending-email/how-to-send-an-email-with-dynamic-transactional-templates

Instance methods

asm

Define the group ids to determine how to handle unsubscribes. https://docs.sendgrid.com/ui/sending-email/unsubscribe-groups

Source
dynamic_template_data

Define the dynamic data to be replaced in your email template. This should be a dynamic Hash(String, Any) where the keys must match with your template values. If nil, then no data is sent.

Source
template_id

Define the dynamic template_id to use when sending an email. This will be a String value of the template defined in SendGrid. If nil, then use the Carbon template system.

Source