get_new_comments
Retrieve recent Facebook and Instagram comments to monitor social media engagement and respond to customers promptly.
Instructions
Retrieve new comments from Facebook and Instagram posts for timely responses.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
platform | No | Optional: filter by facebook or instagram | |
sinceHours | No | Get comments from last X hours (default: 24) |
Input Schema (JSON Schema)
{
"properties": {
"platform": {
"description": "Optional: filter by facebook or instagram",
"type": "string"
},
"sinceHours": {
"description": "Get comments from last X hours (default: 24)",
"type": "number"
}
},
"type": "object"
}