get_campaign
Retrieve detailed information about a specific email campaign using its unique identifier to monitor performance and manage marketing activities.
Instructions
Get details of a specific campaign
Input Schema
Name | Required | Description | Default |
---|---|---|---|
campaign_id | Yes | Campaign ID |
Input Schema (JSON Schema)
{
"properties": {
"campaign_id": {
"description": "Campaign ID",
"type": "string"
}
},
"required": [
"campaign_id"
],
"type": "object"
}