Actions35
- Space Actions
- Page Actions
- Template Actions
- Search Actions
- Comment Actions
- Get Page Footer Comments
- Get Page Inline Comments
- Get Blog Post Footer Comments
- Get Blog Post Inline Comments
- Get Custom Content Comments
- Get Footer Comments
- Create Footer Comment
- Get Footer Comment By Id
- Update Footer Comment
- Delete Footer Comment
- Get Footer Comment Children
- Get Inline Comments
- Create Inline Comment
- Get Inline Comment By Id
- Update Inline Comment
- Delete Inline Comment
- Get Inline Comment Children
Overview
The "Update Footer Comment" operation in the Confluence Cloud node allows users to update an existing footer comment on a Confluence page or blog post. This operation is useful when you want to modify the body text of a specific footer comment, for example, to correct information, add details, or update the comment content without creating a new comment.
Practical scenarios include:
- Editing feedback or notes left on a Confluence page footer.
- Updating status or resolution information in a comment.
- Correcting typos or adding clarifications to previously posted comments.
This operation requires the ID of the comment to be updated and the new content provided in JSON format.
Properties
Name | Meaning |
---|---|
Comment Id | The unique numeric identifier of the footer comment to update. |
Request Body | JSON object containing the data to update the footer comment with (e.g., updated body). |
Output
The output will contain the JSON response from the Confluence API representing the updated footer comment. This typically includes fields such as the comment's ID, updated body content, author information, timestamps, and any metadata related to the comment.
No binary data output is involved in this operation.
Dependencies
- Requires access to the Confluence Cloud REST API.
- Requires an API authentication token configured in n8n credentials to authorize requests.
- The base URL for API requests is derived from the user's Confluence domain credential.
Troubleshooting
- Invalid Comment Id: If the provided comment ID does not exist or is incorrect, the API will return an error indicating the comment was not found. Verify the comment ID before updating.
- Permission Errors: Insufficient permissions to view or edit the comment will result in authorization errors. Ensure the API token has permission to view the content and create comments in the relevant space.
- Malformed JSON in Request Body: The request body must be valid JSON. Invalid JSON syntax will cause the request to fail. Use proper JSON formatting.
- Network or API Errors: Connectivity issues or API downtime can cause failures. Check network connectivity and Confluence service status.
Links and References
- Confluence Cloud REST API - Footer Comments
- Confluence Cloud API Authentication
- Confluence Cloud API Documentation
If you need further details about other operations or resources, feel free to ask!