create_campaign_feedback
Add review notes to a campaign for team collaboration. Optionally attach comments to specific content blocks.
Instructions
Add a team collaboration feedback comment to a campaign.
Use to leave review notes for teammates during campaign preparation. Optionally attach the comment to a specific content block via block_id. Use list_campaign_feedback to review existing comments.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: campaign_id: Campaign ID to comment on. Obtain from list_campaigns or search_campaigns. message: The feedback comment text. block_id: Optional content block ID to attach the comment to. 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| message | Yes | ||
| block_id | No | ||
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |