get_campaign_info
Retrieve detailed campaign information including name, status, steps, and statistics using user, account, and campaign IDs for lead management analysis.
Instructions
Retrieve detailed information about a specific campaign
Args: user_id: The ID of the user account_id: The ID of the account (seat) campaign_id: The ID of the campaign
Returns: Campaign details including name, status, steps, statistics, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes | ||
| campaign_id | Yes |