Send Message
upwork_send_messageSend a message in an Upwork conversation room using the room ID and content, with optional file attachments. Keep messages professional and relevant to the work.
Instructions
Send a message in a conversation room.
Send a message to a client or in a job/contract conversation.
Args:
room_id (string, required): The conversation room ID
content (string, required): Message content (1-10000 chars)
attachments (string[], optional): File URLs to attach (max 5)
Returns: Confirmation of message sent.
Important: Keep messages professional and relevant to the work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The message content to send | |
| room_id | Yes | The conversation room ID to send the message to | |
| attachments | No | URLs or file paths to attach to the message |