ebay_send_message
Communicate with buyers about orders: send direct messages to reply to existing conversations or start new threads. Include text and up to 5 media attachments.
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 |
|---|---|---|---|
| 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 | |
| message_media | No | Array of up to 5 media attachments | |
| message_text | No | The text of the message (max 2000 characters) | |
| other_party_username | No | eBay username to send message to (required for new conversations) | |
| reference | No | Reference to associate with the conversation |