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
| Parameter | Type | Required | Description |
|---|---|---|---|
status | string | No | Show only contracts with this status, such as active or closed. |
Response
{
"engagements": [
{}
]
}Send message
Send a message to a conversation in Upwork.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
room_id | string | Yes | The ID of the Upwork conversation to send the message to. |
message | string | Yes | The text of the message to send. |
Response
{
"story": {
"created_at": "mock_value",
"id": "mock_value",
"message": "mock_value"
}
}