Skip to main content
POST
Send a message to a chat room

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

roomId
string
required

Body

application/json
message
string
required

Plain text message to send.

Example:

"Hi, I'd like to discuss the project details."

freelancerUid
string
required

UID of the freelancer whose OAuth credentials will be used to send the message.

Example:

"1621293360163461120"

Response

Message sent successfully

data
object
required