Send Message
freelancer_send_messageSend a reply message to an existing Freelancer.com thread. Provide the thread ID and message text to communicate with clients or freelancers.
Instructions
Send a message in an existing Freelancer.com thread.
Args:
thread_id (string | number): The thread ID to reply to, or a Freelancer.com chat link containing one
message (string): Your message text
account (string, optional): Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. This is the account the message is sent FROM.
Returns: confirmation with message ID
⚠️ This sends a real message from your account.
Use when: "Reply to thread 12345 saying...", "Message the client", "Send a follow-up"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. This is the account the message is sent FROM. | |
| message | Yes | Message text to send | |
| thread_id | Yes | Thread ID to reply to, or a chat link containing one |