Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit ec24213

Browse files
authored
Merge pull request #1939 from sendgrid/tbrenner-patch-1
use the production v3/mail/send endpoint in the example
2 parents e35ec0c + ef02810 commit ec24213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/API_Reference/Web_API_v3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Hello, World!
1414

1515
{% codeblock lang:bash %}
1616
curl --request POST \
17-
--url https://api.sendgrid.com/v3/mail/send/beta \
17+
--url https://api.sendgrid.com/v3/mail/send \
1818
--header 'Authorization: Bearer YOUR_API_KEY' \
1919
--header 'Content-Type: application/json' \
2020
--data '{"personalizations": [{"to": [{"email": "[email protected]"}]}],"from": {"email": "[email protected]"},"subject": "Hello, World!","content": [{"type": "text/plain", "value": "Heya!"}]}'

0 commit comments

Comments
 (0)