Lodol Docs

Upwork

API actions for the Upwork integration.

Upwork

Manage your Upwork contracts and conversations.


List contracts

List the contracts in your Upwork account, optionally filtered by status.

Parameters

ParameterTypeRequiredDescription
statusstringNoShow only contracts with this status, such as active or closed.

Response

{
  "engagements": [
    {}
  ]
}

Send message

Send a message to a conversation in Upwork.

Parameters

ParameterTypeRequiredDescription
room_idstringYesThe ID of the Upwork conversation to send the message to.
messagestringYesThe text of the message to send.

Response

{
  "story": {
    "created_at": "mock_value",
    "id": "mock_value",
    "message": "mock_value"
  }
}

On this page