list_single_sends
Retrieve and view all single send email campaigns from your SendGrid account to monitor campaign performance and manage your email marketing activities.
Instructions
List all single send campaigns
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_size | No | Number of results to return |
Input Schema (JSON Schema)
{
"properties": {
"page_size": {
"default": 50,
"description": "Number of results to return",
"type": "number"
}
},
"type": "object"
}