ghl_social_create_comment
Create top-level comments or replies on posts across multiple social platforms, respecting per-platform character limits and supporting optional attachments and mentions where available.
Instructions
Create a comment or reply
Create a top-level comment on a post (isParentThread: true, parentId = postId) or a reply to an existing comment (isParentThread: false, parentId = commentId). Per-platform content max length: Facebook 8000, Instagram 2200, Linkedin 3000, Community 8000, Tiktok 150, Bluesky 300, Youtube 10000, Threads 500.
Optional-field platform support:
attachments— supported on Facebook only. Ignored on Instagram, LinkedIn, TikTok, Bluesky, Community (Community processes the field but external URLs are not rendered due to its bucket restriction).mentions— supported on *Facebook Endpoint: POST /social-media-posting/comments/{platform} (Version header: v3; source: v3/social-planner-v3.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| platform | Yes | Supported Comments Platforms | |
| locationId | Yes | Location ID |