Skip to content

Commit 62976a6

Browse files
Minor adjustment to example payload
1 parent 5b38eef commit 62976a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

USE_CASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ data = {
9191
{
9292
"to": [
9393
{
94-
"email": "elmer@sendgrid.com"
94+
"email": "test@example.com"
9595
}
9696
],
9797
"substitutions": {
@@ -102,7 +102,7 @@ data = {
102102
},
103103
],
104104
"from": {
105-
"email": "dx@sendgrid.com"
105+
"email": "test@example.com"
106106
},
107107
"content": [
108108
{
@@ -120,4 +120,4 @@ except urllib.HTTPError as e:
120120
print(response.status_code)
121121
print(response.body)
122122
print(response.headers)
123-
```
123+
```

0 commit comments

Comments
 (0)