create_campaign_feedback
Add team collaboration feedback comments to Mailchimp campaigns. Optionally attach comments to specific content blocks for precise review notes during campaign preparation.
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.
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.
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 |