We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210a4fa commit 8ff82a8Copy full SHA for 8ff82a8
use_cases/transational_templates.md
@@ -71,7 +71,8 @@ print(response.headers)
71
Sendgrid dynamic templates let you leverage power of [handlebars](https://handlebarsjs.com/)
72
syntax to easily manage complex dynamic content in transactional emails.
73
74
-To check this example snippet, create transactional email with code like
+To check this example snippet, create
75
+[transactional email template](https://sendgrid.com/dynamic_templates) with code like
76
```html
77
<p>Hello, {{name}}! Your current balance is {{balance}}<p>
78
```
0 commit comments