Skip to main content

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.

Server path: /basecamp-messages | Type: Application | PCID required: Yes

Tools

ToolDescription
basecamp_messages_create_attachmentCreate an attachment (upload a file for embedding)
basecamp_messages_create_campfire_lineCreate a new line (message) in a campfire
basecamp_messages_create_campfire_uploadUpload a file to a campfire
basecamp_messages_create_chatbotCreate a new chatbot for a campfire
basecamp_messages_create_commentCreate a new comment on a recording
basecamp_messages_create_documentCreate a new document in a vault
basecamp_messages_create_event_boostCreate a boost on a specific event within a recording
basecamp_messages_create_forward_replyCreate a reply to a forward
basecamp_messages_create_messageCreate a new message on a message board
basecamp_messages_create_message_typeCreate a new message type in a project
basecamp_messages_create_recording_boostCreate a boost on a recording
basecamp_messages_create_uploadCreate a new upload in a vault
basecamp_messages_create_vaultCreate a new vault (subfolder) in a vault
basecamp_messages_delete_boostDelete a boost
basecamp_messages_delete_campfire_lineDelete a campfire line
basecamp_messages_delete_chatbotDelete a chatbot
basecamp_messages_delete_message_typeDelete a message type
basecamp_messages_get_boostGet a single boost
basecamp_messages_get_campfireGet a campfire by ID
basecamp_messages_get_campfire_lineGet a campfire line by ID
basecamp_messages_get_chatbotGet a chatbot by ID
basecamp_messages_get_commentGet a single comment by id
basecamp_messages_get_documentGet a single document by id
basecamp_messages_get_forwardGet a forward by ID
basecamp_messages_get_forward_replyGet a forward reply by ID
basecamp_messages_get_inboxGet an inbox by ID
basecamp_messages_get_messageGet a single message by id
basecamp_messages_get_message_boardGet a message board
basecamp_messages_get_message_typeGet a single message type by id
basecamp_messages_get_uploadGet a single upload by id
basecamp_messages_get_vaultGet a single vault by id
basecamp_messages_list_campfire_linesList 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_uploadsList 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_campfiresList 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_chatbotsList 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_commentsList 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_documentsList 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_boostsList boosts on a specific event within a recording
basecamp_messages_list_forward_repliesList 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_forwardsList 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_typesList 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_messagesList 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_boostsList boosts on a recording
basecamp_messages_list_upload_versionsList 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_uploadsList 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_vaultsList 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_messagePin a message to the top of the message board
basecamp_messages_unpin_messageUnpin a message from the message board
basecamp_messages_update_chatbotUpdate an existing chatbot
basecamp_messages_update_commentUpdate an existing comment
basecamp_messages_update_documentUpdate an existing document
basecamp_messages_update_messageUpdate an existing message
basecamp_messages_update_message_typeUpdate an existing message type
basecamp_messages_update_uploadUpdate an existing upload
basecamp_messages_update_vaultUpdate an existing vault

basecamp_messages_create_attachment

Create an attachment (upload a file for embedding) Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesThe name value
bodystringYesRequest body

basecamp_messages_create_campfire_line

Create a new line (message) in a campfire Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id
contentstringYesThe content value
content_typestringNoContent Type

basecamp_messages_create_campfire_upload

Upload a file to a campfire Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id
namestringYesFilename for the uploaded file (e.g. “report.pdf”).
bodystringYesRaw 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:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id
command_urlstringNoCommand Url
service_namestringYesService Name

basecamp_messages_create_comment

Create a new comment on a recording Parameters:
ParameterTypeRequiredDefaultDescription
recordingIdintegerYesRecording Id
contentstringYesThe content value

basecamp_messages_create_document

Create a new document in a vault Parameters:
ParameterTypeRequiredDefaultDescription
vaultIdintegerYesVault Id
contentstringNoThe content value
statusstringNoactive|drafted
subscriptionsinteger[]NoThe subscriptions value
titlestringYesThe title value

basecamp_messages_create_event_boost

Create a boost on a specific event within a recording Parameters:
ParameterTypeRequiredDefaultDescription
recordingIdintegerYesRecording Id
eventIdintegerYesEvent Id
contentstringYesThe content value

basecamp_messages_create_forward_reply

Create a reply to a forward Parameters:
ParameterTypeRequiredDefaultDescription
forwardIdintegerYesForward Id
contentstringYesThe content value

basecamp_messages_create_message

Create a new message on a message board Parameters:
ParameterTypeRequiredDefaultDescription
boardIdintegerYesBoard Id
category_idintegerNoCategory Id
contentstringNoThe content value
statusstringNoactive|drafted
subjectstringYesThe subject value
subscriptionsinteger[]NoThe subscriptions value

basecamp_messages_create_message_type

Create a new message type in a project Parameters:
ParameterTypeRequiredDefaultDescription
iconstringYesThe icon value
namestringYesThe name value

basecamp_messages_create_recording_boost

Create a boost on a recording Parameters:
ParameterTypeRequiredDefaultDescription
recordingIdintegerYesRecording Id
contentstringYesThe content value

basecamp_messages_create_upload

Create a new upload in a vault Parameters:
ParameterTypeRequiredDefaultDescription
vaultIdintegerYesVault Id
attachable_sgidstringYesAttachable Sgid
base_namestringNoBase Name
descriptionstringNoThe description value
subscriptionsinteger[]NoThe subscriptions value

basecamp_messages_create_vault

Create a new vault (subfolder) in a vault Parameters:
ParameterTypeRequiredDefaultDescription
vaultIdintegerYesVault Id
titlestringYesThe title value

basecamp_messages_delete_boost

Delete a boost Parameters:
ParameterTypeRequiredDefaultDescription
boostIdintegerYesBoost Id

basecamp_messages_delete_campfire_line

Delete a campfire line Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id
lineIdintegerYesLine Id

basecamp_messages_delete_chatbot

Delete a chatbot Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id
chatbotIdintegerYesChatbot Id

basecamp_messages_delete_message_type

Delete a message type Parameters:
ParameterTypeRequiredDefaultDescription
typeIdintegerYesType Id

basecamp_messages_get_boost

Get a single boost Parameters:
ParameterTypeRequiredDefaultDescription
boostIdintegerYesBoost Id

basecamp_messages_get_campfire

Get a campfire by ID Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id

basecamp_messages_get_campfire_line

Get a campfire line by ID Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id
lineIdintegerYesLine Id

basecamp_messages_get_chatbot

Get a chatbot by ID Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id
chatbotIdintegerYesChatbot Id

basecamp_messages_get_comment

Get a single comment by id Parameters:
ParameterTypeRequiredDefaultDescription
commentIdintegerYesComment Id

basecamp_messages_get_document

Get a single document by id Parameters:
ParameterTypeRequiredDefaultDescription
documentIdintegerYesDocument Id

basecamp_messages_get_forward

Get a forward by ID Parameters:
ParameterTypeRequiredDefaultDescription
forwardIdintegerYesForward Id

basecamp_messages_get_forward_reply

Get a forward reply by ID Parameters:
ParameterTypeRequiredDefaultDescription
forwardIdintegerYesForward Id
replyIdintegerYesReply Id

basecamp_messages_get_inbox

Get an inbox by ID Parameters:
ParameterTypeRequiredDefaultDescription
inboxIdintegerYesInbox Id

basecamp_messages_get_message

Get a single message by id Parameters:
ParameterTypeRequiredDefaultDescription
messageIdintegerYesMessage Id

basecamp_messages_get_message_board

Get a message board Parameters:
ParameterTypeRequiredDefaultDescription
boardIdintegerYesBoard Id

basecamp_messages_get_message_type

Get a single message type by id Parameters:
ParameterTypeRequiredDefaultDescription
typeIdintegerYesType Id

basecamp_messages_get_upload

Get a single upload by id Parameters:
ParameterTypeRequiredDefaultDescription
uploadIdintegerYesUpload Id

basecamp_messages_get_vault

Get a single vault by id Parameters:
ParameterTypeRequiredDefaultDescription
vaultIdintegerYesVault 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. Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id
sortstringNocreated_at|updated_at
directionstringNoasc|desc

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. Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id
sortstringNocreated_at|updated_at
directionstringNoasc|desc

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. Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id

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. Parameters:
ParameterTypeRequiredDefaultDescription
recordingIdintegerYesRecording Id

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. Parameters:
ParameterTypeRequiredDefaultDescription
vaultIdintegerYesVault Id

basecamp_messages_list_event_boosts

List boosts on a specific event within a recording Parameters:
ParameterTypeRequiredDefaultDescription
recordingIdintegerYesRecording Id
eventIdintegerYesEvent Id

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. Parameters:
ParameterTypeRequiredDefaultDescription
forwardIdintegerYesForward Id

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. Parameters:
ParameterTypeRequiredDefaultDescription
inboxIdintegerYesInbox Id
sortstringNocreated_at|updated_at
directionstringNoasc|desc

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. Parameters:
ParameterTypeRequiredDefaultDescription
boardIdintegerYesBoard Id
sortstringNocreated_at|updated_at
directionstringNoasc|desc

basecamp_messages_list_recording_boosts

List boosts on a recording Parameters:
ParameterTypeRequiredDefaultDescription
recordingIdintegerYesRecording Id

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. Parameters:
ParameterTypeRequiredDefaultDescription
uploadIdintegerYesUpload Id

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. Parameters:
ParameterTypeRequiredDefaultDescription
vaultIdintegerYesVault Id

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. Parameters:
ParameterTypeRequiredDefaultDescription
vaultIdintegerYesVault Id

basecamp_messages_pin_message

Pin a message to the top of the message board Parameters:
ParameterTypeRequiredDefaultDescription
messageIdintegerYesMessage Id

basecamp_messages_unpin_message

Unpin a message from the message board Parameters:
ParameterTypeRequiredDefaultDescription
messageIdintegerYesMessage Id

basecamp_messages_update_chatbot

Update an existing chatbot Parameters:
ParameterTypeRequiredDefaultDescription
campfireIdintegerYesCampfire Id
chatbotIdintegerYesChatbot Id
command_urlstringNoCommand Url
service_namestringYesService Name

basecamp_messages_update_comment

Update an existing comment Parameters:
ParameterTypeRequiredDefaultDescription
commentIdintegerYesComment Id
contentstringYesThe content value

basecamp_messages_update_document

Update an existing document Parameters:
ParameterTypeRequiredDefaultDescription
documentIdintegerYesDocument Id
contentstringNoThe content value
titlestringNoThe title value

basecamp_messages_update_message

Update an existing message Parameters:
ParameterTypeRequiredDefaultDescription
messageIdintegerYesMessage Id
category_idintegerNoCategory Id
contentstringNoThe content value
statusstringNoactive|drafted
subjectstringNoThe subject value

basecamp_messages_update_message_type

Update an existing message type Parameters:
ParameterTypeRequiredDefaultDescription
typeIdintegerYesType Id
iconstringNoThe icon value
namestringNoThe name value

basecamp_messages_update_upload

Update an existing upload Parameters:
ParameterTypeRequiredDefaultDescription
uploadIdintegerYesUpload Id
base_namestringNoBase Name
descriptionstringNoThe description value

basecamp_messages_update_vault

Update an existing vault Parameters:
ParameterTypeRequiredDefaultDescription
vaultIdintegerYesVault Id
titlestringNoThe title value