open_single_send_stats
View detailed performance statistics for a specific SendGrid email campaign to analyze engagement metrics and track campaign effectiveness.
Instructions
Open single send stats page for a specific campaign
Input Schema
Name | Required | Description | Default |
---|---|---|---|
singlesend_id | Yes | The single send ID to view stats for |
Input Schema (JSON Schema)
{
"properties": {
"singlesend_id": {
"description": "The single send ID to view stats for",
"type": "string"
}
},
"required": [
"singlesend_id"
],
"type": "object"
}