Skip to content

Commit 8ff82a8

Browse files
committed
Linking SG dashboard
1 parent 210a4fa commit 8ff82a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

use_cases/transational_templates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ print(response.headers)
7171
Sendgrid dynamic templates let you leverage power of [handlebars](https://handlebarsjs.com/)
7272
syntax to easily manage complex dynamic content in transactional emails.
7373

74-
To check this example snippet, create transactional email with code like
74+
To check this example snippet, create
75+
[transactional email template](https://sendgrid.com/dynamic_templates) with code like
7576
```html
7677
<p>Hello, {{name}}! Your current balance is {{balance}}<p>
7778
```

0 commit comments

Comments
 (0)