Server path:Documentation Index
Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
/basecamp-messages | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
basecamp_messages_create_attachment | Create an attachment (upload a file for embedding) |
basecamp_messages_create_campfire_line | Create a new line (message) in a campfire |
basecamp_messages_create_campfire_upload | Upload a file to a campfire |
basecamp_messages_create_chatbot | Create a new chatbot for a campfire |
basecamp_messages_create_comment | Create a new comment on a recording |
basecamp_messages_create_document | Create a new document in a vault |
basecamp_messages_create_event_boost | Create a boost on a specific event within a recording |
basecamp_messages_create_forward_reply | Create a reply to a forward |
basecamp_messages_create_message | Create a new message on a message board |
basecamp_messages_create_message_type | Create a new message type in a project |
basecamp_messages_create_recording_boost | Create a boost on a recording |
basecamp_messages_create_upload | Create a new upload in a vault |
basecamp_messages_create_vault | Create a new vault (subfolder) in a vault |
basecamp_messages_delete_boost | Delete a boost |
basecamp_messages_delete_campfire_line | Delete a campfire line |
basecamp_messages_delete_chatbot | Delete a chatbot |
basecamp_messages_delete_message_type | Delete a message type |
basecamp_messages_get_boost | Get a single boost |
basecamp_messages_get_campfire | Get a campfire by ID |
basecamp_messages_get_campfire_line | Get a campfire line by ID |
basecamp_messages_get_chatbot | Get a chatbot by ID |
basecamp_messages_get_comment | Get a single comment by id |
basecamp_messages_get_document | Get a single document by id |
basecamp_messages_get_forward | Get a forward by ID |
basecamp_messages_get_forward_reply | Get a forward reply by ID |
basecamp_messages_get_inbox | Get an inbox by ID |
basecamp_messages_get_message | Get a single message by id |
basecamp_messages_get_message_board | Get a message board |
basecamp_messages_get_message_type | Get a single message type by id |
basecamp_messages_get_upload | Get a single upload by id |
basecamp_messages_get_vault | Get a single vault by id |
basecamp_messages_list_campfire_lines | List all lines (messages) in a campfire Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_campfire_uploads | List uploaded files in a campfire Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_campfires | List all campfires across the account Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_chatbots | List all chatbots for a campfire Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_comments | List comments on a recording Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_documents | List documents in a vault Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_event_boosts | List boosts on a specific event within a recording |
basecamp_messages_list_forward_replies | List all replies to a forward Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_forwards | List all forwards in an inbox Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_message_types | List message types in a project Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_messages | List messages on a message board Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_recording_boosts | List boosts on a recording |
basecamp_messages_list_upload_versions | List versions of an upload Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_uploads | List uploads in a vault Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_list_vaults | List vaults (subfolders) in a vault Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_messages_pin_message | Pin a message to the top of the message board |
basecamp_messages_unpin_message | Unpin a message from the message board |
basecamp_messages_update_chatbot | Update an existing chatbot |
basecamp_messages_update_comment | Update an existing comment |
basecamp_messages_update_document | Update an existing document |
basecamp_messages_update_message | Update an existing message |
basecamp_messages_update_message_type | Update an existing message type |
basecamp_messages_update_upload | Update an existing upload |
basecamp_messages_update_vault | Update an existing vault |
basecamp_messages_create_attachment
Create an attachment (upload a file for embedding) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | — | The name value |
body | string | Yes | — | Request body |
basecamp_messages_create_campfire_line
Create a new line (message) in a campfire Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
content | string | Yes | — | The content value |
content_type | string | No | — | Content Type |
basecamp_messages_create_campfire_upload
Upload a file to a campfire Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
name | string | Yes | — | Filename for the uploaded file (e.g. “report.pdf”). |
body | string | Yes | — | Raw binary content of the file. Set the Content-Type header to match the file’s media type (e.g. “image/png”, “application/pdf”). |
basecamp_messages_create_chatbot
Create a new chatbot for a campfire Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
command_url | string | No | — | Command Url |
service_name | string | Yes | — | Service Name |
basecamp_messages_create_comment
Create a new comment on a recording Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recordingId | integer | Yes | — | Recording Id |
content | string | Yes | — | The content value |
basecamp_messages_create_document
Create a new document in a vault Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
vaultId | integer | Yes | — | Vault Id |
content | string | No | — | The content value |
status | string | No | — | active|drafted |
subscriptions | integer[] | No | — | The subscriptions value |
title | string | Yes | — | The title value |
basecamp_messages_create_event_boost
Create a boost on a specific event within a recording Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recordingId | integer | Yes | — | Recording Id |
eventId | integer | Yes | — | Event Id |
content | string | Yes | — | The content value |
basecamp_messages_create_forward_reply
Create a reply to a forward Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
forwardId | integer | Yes | — | Forward Id |
content | string | Yes | — | The content value |
basecamp_messages_create_message
Create a new message on a message board Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
boardId | integer | Yes | — | Board Id |
category_id | integer | No | — | Category Id |
content | string | No | — | The content value |
status | string | No | — | active|drafted |
subject | string | Yes | — | The subject value |
subscriptions | integer[] | No | — | The subscriptions value |
basecamp_messages_create_message_type
Create a new message type in a project Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
icon | string | Yes | — | The icon value |
name | string | Yes | — | The name value |
basecamp_messages_create_recording_boost
Create a boost on a recording Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recordingId | integer | Yes | — | Recording Id |
content | string | Yes | — | The content value |
basecamp_messages_create_upload
Create a new upload in a vault Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
vaultId | integer | Yes | — | Vault Id |
attachable_sgid | string | Yes | — | Attachable Sgid |
base_name | string | No | — | Base Name |
description | string | No | — | The description value |
subscriptions | integer[] | No | — | The subscriptions value |
basecamp_messages_create_vault
Create a new vault (subfolder) in a vault Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
vaultId | integer | Yes | — | Vault Id |
title | string | Yes | — | The title value |
basecamp_messages_delete_boost
Delete a boost Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
boostId | integer | Yes | — | Boost Id |
basecamp_messages_delete_campfire_line
Delete a campfire line Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
lineId | integer | Yes | — | Line Id |
basecamp_messages_delete_chatbot
Delete a chatbot Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
chatbotId | integer | Yes | — | Chatbot Id |
basecamp_messages_delete_message_type
Delete a message type Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
typeId | integer | Yes | — | Type Id |
basecamp_messages_get_boost
Get a single boost Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
boostId | integer | Yes | — | Boost Id |
basecamp_messages_get_campfire
Get a campfire by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
basecamp_messages_get_campfire_line
Get a campfire line by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
lineId | integer | Yes | — | Line Id |
basecamp_messages_get_chatbot
Get a chatbot by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
chatbotId | integer | Yes | — | Chatbot Id |
basecamp_messages_get_comment
Get a single comment by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
commentId | integer | Yes | — | Comment Id |
basecamp_messages_get_document
Get a single document by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
documentId | integer | Yes | — | Document Id |
basecamp_messages_get_forward
Get a forward by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
forwardId | integer | Yes | — | Forward Id |
basecamp_messages_get_forward_reply
Get a forward reply by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
forwardId | integer | Yes | — | Forward Id |
replyId | integer | Yes | — | Reply Id |
basecamp_messages_get_inbox
Get an inbox by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
inboxId | integer | Yes | — | Inbox Id |
basecamp_messages_get_message
Get a single message by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
messageId | integer | Yes | — | Message Id |
basecamp_messages_get_message_board
Get a message board Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
boardId | integer | Yes | — | Board Id |
basecamp_messages_get_message_type
Get a single message type by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
typeId | integer | Yes | — | Type Id |
basecamp_messages_get_upload
Get a single upload by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
uploadId | integer | Yes | — | Upload Id |
basecamp_messages_get_vault
Get a single vault by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
vaultId | integer | Yes | — | Vault Id |
basecamp_messages_list_campfire_lines
List all lines (messages) in a campfire Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
sort | string | No | — | created_at|updated_at |
direction | string | No | — | asc|desc |
basecamp_messages_list_campfire_uploads
List uploaded files in a campfire Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
sort | string | No | — | created_at|updated_at |
direction | string | No | — | asc|desc |
basecamp_messages_list_campfires
List all campfires across the account Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
basecamp_messages_list_chatbots
List all chatbots for a campfire Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
basecamp_messages_list_comments
List comments on a recording Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recordingId | integer | Yes | — | Recording Id |
basecamp_messages_list_documents
List documents in a vault Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
vaultId | integer | Yes | — | Vault Id |
basecamp_messages_list_event_boosts
List boosts on a specific event within a recording Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recordingId | integer | Yes | — | Recording Id |
eventId | integer | Yes | — | Event Id |
basecamp_messages_list_forward_replies
List all replies to a forward Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
forwardId | integer | Yes | — | Forward Id |
basecamp_messages_list_forwards
List all forwards in an inbox Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
inboxId | integer | Yes | — | Inbox Id |
sort | string | No | — | created_at|updated_at |
direction | string | No | — | asc|desc |
basecamp_messages_list_message_types
List message types in a project Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
basecamp_messages_list_messages
List messages on a message board Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
boardId | integer | Yes | — | Board Id |
sort | string | No | — | created_at|updated_at |
direction | string | No | — | asc|desc |
basecamp_messages_list_recording_boosts
List boosts on a recording Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recordingId | integer | Yes | — | Recording Id |
basecamp_messages_list_upload_versions
List versions of an upload Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
uploadId | integer | Yes | — | Upload Id |
basecamp_messages_list_uploads
List uploads in a vault Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
vaultId | integer | Yes | — | Vault Id |
basecamp_messages_list_vaults
List vaults (subfolders) in a vault Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages. X-Total-Count header provides total count.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
vaultId | integer | Yes | — | Vault Id |
basecamp_messages_pin_message
Pin a message to the top of the message board Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
messageId | integer | Yes | — | Message Id |
basecamp_messages_unpin_message
Unpin a message from the message board Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
messageId | integer | Yes | — | Message Id |
basecamp_messages_update_chatbot
Update an existing chatbot Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
campfireId | integer | Yes | — | Campfire Id |
chatbotId | integer | Yes | — | Chatbot Id |
command_url | string | No | — | Command Url |
service_name | string | Yes | — | Service Name |
basecamp_messages_update_comment
Update an existing comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
commentId | integer | Yes | — | Comment Id |
content | string | Yes | — | The content value |
basecamp_messages_update_document
Update an existing document Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
documentId | integer | Yes | — | Document Id |
content | string | No | — | The content value |
title | string | No | — | The title value |
basecamp_messages_update_message
Update an existing message Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
messageId | integer | Yes | — | Message Id |
category_id | integer | No | — | Category Id |
content | string | No | — | The content value |
status | string | No | — | active|drafted |
subject | string | No | — | The subject value |
basecamp_messages_update_message_type
Update an existing message type Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
typeId | integer | Yes | — | Type Id |
icon | string | No | — | The icon value |
name | string | No | — | The name value |
basecamp_messages_update_upload
Update an existing upload Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
uploadId | integer | Yes | — | Upload Id |
base_name | string | No | — | Base Name |
description | string | No | — | The description value |
basecamp_messages_update_vault
Update an existing vault Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
vaultId | integer | Yes | — | Vault Id |
title | string | No | — | The title value |

