update_campaign_feedback
Edit the text of an existing campaign feedback comment in Mailchimp. Use to update collaboration notes by specifying campaign ID, feedback ID, and new message.
Instructions
Update the text of an existing campaign feedback comment.
Use to edit a previously left collaboration note. Use list_campaign_feedback to discover feedback IDs.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: campaign_id: Campaign ID the feedback belongs to. Obtain from list_campaigns. feedback_id: Feedback comment ID to update. Obtain from list_campaign_feedback. message: New comment text, replacing the previous message. 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, updated_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| message | Yes | ||
| campaign_id | Yes | ||
| feedback_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |