ebay_send_message
Send a direct message to a buyer to communicate about orders, answer questions, or resolve issues. Start a new conversation or reply to an existing thread.
Instructions
Send a direct message to a buyer regarding a specific transaction or inquiry. Use this to communicate about orders, answer questions, resolve issues, or provide updates. Provide message_text plus either conversation_id (to reply) or other_party_username (to start a new thread).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reference | No | Reference to associate with the conversation | |
| message_text | No | The text of the message (max 2000 characters) | |
| message_media | No | Array of up to 5 media attachments | |
| conversation_id | No | ID of existing conversation (required if sending in existing conversation) | |
| email_copy_to_sender | No | Whether to email a copy to the sender | |
| other_party_username | No | eBay username to send message to (required for new conversations) |