get_messages
Retrieve conversations and messages from social platforms like Facebook, Instagram, and Twitter. Filter by status or conversation ID to manage social media interactions.
Instructions
Get messages and conversations from a social platform. Supports listing all conversations or getting a specific conversation's messages. Requires Business plan.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Platform: facebook, instagram, or twitter | |
| status | No | Conversation status filter (default: active) | |
| conversationId | No | Get a specific conversation by ID | |
| conversationsOnly | No | If true, returns only conversation list without messages (default: false) | |
| profileKey | No | Profile Key to operate on a specific user profile |