diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-05-12 13:22:00 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-05-12 13:22:00 -0700 |
commit | e26106d1a551cbf6f3e1c2f44f1947bfce5a9e05 (patch) | |
tree | 93104101e4e7b83828556c53d9cdbf688495fe41 | |
parent | 38bc8377e0eccda9739b6ea97a572f6ecf2ece49 (diff) | |
download | sendgrid-php-e26106d1a551cbf6f3e1c2f44f1947bfce5a9e05.zip sendgrid-php-e26106d1a551cbf6f3e1c2f44f1947bfce5a9e05.tar.gz sendgrid-php-e26106d1a551cbf6f3e1c2f44f1947bfce5a9e05.tar.bz2 |
Added docs for v3 /mail/send/beta
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ composer install php examples/helpers/mail/example.php ``` +* Check out the documentation for [Web API v3 /mail/send/beta endpoint](https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html). + ## TRYING OUT THE V3 BETA WEB API ```bash |