list_automations
View and manage all marketing automations in your SendGrid account to monitor automated email workflows and campaigns.
Instructions
List all marketing automations
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of results to return | |
offset | No | Pagination offset |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 50,
"description": "Number of results to return",
"type": "number"
},
"offset": {
"default": 0,
"description": "Pagination offset",
"type": "number"
}
},
"type": "object"
}