get_campaign_feedback
Retrieve the full text and metadata of one team feedback comment on a Mailchimp campaign using its campaign ID and feedback ID.
Instructions
Retrieve a single team feedback comment on a campaign.
Use to read the full text and metadata of one collaboration comment. Use list_campaign_feedback to discover feedback IDs.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: campaign_id: Campaign ID the feedback belongs to. Obtain from list_campaigns. feedback_id: Feedback comment ID. Obtain from list_campaign_feedback. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with feedback_id, message, is_complete, block_id, created_by, created_at, updated_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| campaign_id | Yes | ||
| feedback_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |