Comment moderation in Repliz works through a queue-based system. Comments from all connected platforms get pulled into a centralized queue where you can review, reply, and categorize them.
When someone comments on any of your connected social media accounts, Repliz automatically picks it up and stores it in the queue. Each comment entry includes:
Content info: the original post where the comment was made
Comment details: the comment text, author, and any media attachments
Account reference: which of your connected accounts received the comment
Status: the current moderation status (pending, resolved, or ignored)
Fetch pending comments and look for spam indicators
Mark spam comments as ignored using the status update endpoint
Use the Content API to delete spam comments from the platform directly
TIP
Combine the Comment Queue API with the Content API for a complete moderation workflow. Use the queue for incoming comment notifications, and the Content API for direct platform-level actions.
Comment Moderation
A practical guide to moderating comments across your connected social media platforms using the Repliz API.
Overview
Comment moderation in Repliz works through a queue-based system. Comments from all connected platforms get pulled into a centralized queue where you can review, reply, and categorize them.
The Comment Queue
How Comments Enter the Queue
When someone comments on any of your connected social media accounts, Repliz automatically picks it up and stores it in the queue. Each comment entry includes:
Fetching Comments
Retrieve comments with filtering options:
Moderation Workflow
1. Review Pending Comments
Start by fetching all pending comments:
2. Reply to Comments
When a comment needs a response, use the Reply API:
The reply is posted directly to the original platform where the comment was made.
3. Update Comment Status
After handling a comment, update its status to keep your queue clean:
Content-Level Comment Management
For more granular control, you can manage comments directly at the post level using the Content API.
View Comments on a Specific Post
Post a New Comment on Content
Delete a Comment
Remove inappropriate or spam comments directly from the platform:
Best Practices
Response Time
status=pendingfilter to prioritize new commentsAutomation Tips
searchparameter to find comments with specific keywords.limitvalues for faster moderation.accountIdsto focus on your highest-traffic accounts first.Handling Spam
ignoredusing the status update endpointTIP
Combine the Comment Queue API with the Content API for a complete moderation workflow. Use the queue for incoming comment notifications, and the Content API for direct platform-level actions.
Related APIs