Sendgrid-sending automated emails

you have to use brackets that target the dynamic content. You create them in substitution tags

Then in Sendgrid panel you have to create template and insert the tags into the email content

e.g. “Hello {{first_name}}”

You can insert user message by creating tag for example {{message}}

1 Like