Retrieve and display message history from Sinch Conversation API. Use when the user asks to show messages, view conversation history, list recent messages, see messages with a contact, check message history, or view last N messages. Supports filtering by contact, conversation, channel, and time range.
Retrieves message history from Sinch Conversation API when users ask to view messages, check conversation history, or see recent messages with contacts. Supports filtering by contact, conversation, channel, and time range, displaying results chronologically with full message details.
/plugin marketplace add sinch/sinch-plugins/plugin install sinch-claude-plugin@sinchThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Retrieve message history from Sinch Conversation API using the Conversation API specification. Note: MCP tools do not provide a list messages tool, so this skill always uses the Conversation API endpoint. Supports filtering by contact, conversation, channel, and time range.
Extract query parameters from user request:
Use Conversation API endpoint to list messages:
GET /v1/projects/{project_id}/messagesMessages_ListMessageshttps://{region}.conversation.api.sinch.comResponse formatting:
Natural language prompts that trigger this Skill:
Conversation API Usage (Required - no MCP alternative):
GET /v1/projects/{project_id}/messagesAuthorization, Content-Type: application/jsoncontact_id, conversation_id, channel, start_time, end_time, page_size, page_token, app_id, channel_identity, messages_source, only_recipient_originated, viewpage_token from responsemessages_source parameter determines processing mode: CONVERSATION_SOURCE for CONVERSATION mode, DISPATCH_SOURCE for DISPATCH modemessages_source value - check the API spec for details