{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account Mail Send API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Mail Send", "type": "folder" }, "items": [ { "info": { "name": "Send Email with Twilio SendGrid.", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendgrid.com/v3/mail/send", "headers": [ { "name": "Content-Encoding", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "*The Mail Send operation allows you to send email over SendGrid's v3 Web API*\n\nFor an overview of this API, including its features and limitations, please see the [Mail Send API overview page](https://www.twilio.com/docs/sendgrid/api-reference/mail-send)\n\nThe overview page also includes links to SendGrid's Email API quickstarts and helper libraries to get you working with this endpoint even faster.\n" } ] } ], "bundled": true }