Skip to content

Commit 7f0e49a

Browse files
authored
Merge pull request #8 from cruxstack/dev
docs: fix example for sendgrid
2 parents 7483ed2 + 7b263fd commit 7f0e49a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ with the following shape:
140140
"providers": {
141141
// email provider specific data
142142
"sendgrid": {
143-
"subject": "Test Email from Example.org",
144-
"templateId": "your-sendgrid-template-id",
143+
"templateId": "d-xxxxxxxxxxxxxxxxxx",
145144
"templateData": {
146145
"code": "123456"
147146
}

0 commit comments

Comments
 (0)