{ "opencollection": "1.0.0", "info": { "name": "Twilio SendGrid Provisioning Account Send Test Email API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Send Test Email", "type": "folder" }, "items": [ { "info": { "name": "Send a Test Marketing Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.sendgrid.com/v3/marketing/test/send_email", "body": { "type": "json", "data": "{}" } }, "docs": "**This endpoint allows you to send a test marketing email to a list of email addresses**.\n\nBefore sending a marketing message, you can test it using this endpoint. You may specify up to **10 contacts** in the `emails` request body field. You must also specify a `template_id` and include either a `from_address` or `sender_id`. You can manage your templates with the [Twilio SendGrid App](https://mc.sendgrid.com/dynamic-templates) or the [Transactional Templates API](https://docs.sendgrid.com/api-r" } ] } ], "bundled": true }