list_email_lists
Retrieve all email marketing lists from your SendGrid account to manage contacts, organize subscribers, and create targeted campaigns.
Instructions
List all email lists
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_size | No | Number of results to return |
Input Schema (JSON Schema)
{
"properties": {
"page_size": {
"default": 1000,
"description": "Number of results to return",
"type": "number"
}
},
"type": "object"
}