update_campaign_feedback
Edit an existing campaign feedback comment by updating its message text to refine collaboration notes.
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.
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.
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 |