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-automation | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
basecamp_automation_archive_recording | Archive a recording |
basecamp_automation_clone_tool | Clone an existing tool to create a new one |
basecamp_automation_create_answer | Create a new answer for a question |
basecamp_automation_create_lineup_marker | Create a new lineup marker |
basecamp_automation_create_project_from_template | Create a project from a template (asynchronous) |
basecamp_automation_create_question | Create a new question in a questionnaire |
basecamp_automation_create_template | Create a new template |
basecamp_automation_create_webhook | Create a new webhook for a project |
basecamp_automation_delete_lineup_marker | Delete a lineup marker |
basecamp_automation_delete_template | Delete a template (trash it) |
basecamp_automation_delete_tool | Delete a tool (trash it) |
basecamp_automation_delete_webhook | Delete a webhook |
basecamp_automation_disable_tool | Disable a tool (hide it from the project dock) |
basecamp_automation_enable_tool | Enable a tool (show it on the project dock) |
basecamp_automation_get_answer | Get a single answer by id |
basecamp_automation_get_answers_by_person | Get all answers from a specific person for a question Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. |
basecamp_automation_get_project_construction | Get the status of a project construction |
basecamp_automation_get_question | Get a single question by id |
basecamp_automation_get_question_reminders | Get pending check-in reminders for the current user Returns questions that are pending a response from the authenticated user. Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. |
basecamp_automation_get_questionnaire | Get a questionnaire (automatic check-ins container) by id |
basecamp_automation_get_recording | Get a single recording by id |
basecamp_automation_get_search_metadata | Get search metadata (available filter options) |
basecamp_automation_get_template | Get a single template by id |
basecamp_automation_get_tool | Get a dock tool by id |
basecamp_automation_get_webhook | Get a single webhook by id |
basecamp_automation_list_answers | List all answers for a question Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_automation_list_events | List all events for a recording Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_automation_list_lineup_markers | List all lineup markers for the account |
basecamp_automation_list_question_answerers | List all people who have answered a question (answerers) Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. |
basecamp_automation_list_questions | List all questions in a questionnaire Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_automation_list_recordings | List recordings of a given type across projects Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_automation_list_templates | List all templates visible to the current user Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_automation_list_webhooks | List all webhooks for a project Pagination: Uses Link header (RFC5988). Follow the next rel URL to fetch additional pages. X-Total-Count header provides total count. |
basecamp_automation_pause_question | Pause a check-in question (stops sending reminders) |
basecamp_automation_reposition_tool | Reposition a tool on the project dock |
basecamp_automation_resume_question | Resume a paused check-in question (resumes sending reminders) |
basecamp_automation_search | Search for content across the account |
basecamp_automation_trash_recording | Trash a recording |
basecamp_automation_unarchive_recording | Unarchive a recording (restore to active status) |
basecamp_automation_update_answer | Update an existing answer |
basecamp_automation_update_lineup_marker | Update an existing lineup marker |
basecamp_automation_update_question | Update an existing question |
basecamp_automation_update_question_notification_settings | Update notification settings for a check-in question |
basecamp_automation_update_template | Update an existing template |
basecamp_automation_update_tool | Update (rename) an existing tool |
basecamp_automation_update_webhook | Update an existing webhook |
basecamp_automation_archive_recording
Archive a recording Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recordingId | integer | Yes | — | Recording Id |
basecamp_automation_clone_tool
Clone an existing tool to create a new one Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
source_recording_id | integer | Yes | — | Source Recording Id |
title | string | No | — | The title value |
basecamp_automation_create_answer
Create a new answer for a question Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
questionId | integer | Yes | — | Question Id |
content | string | Yes | — | The content value |
group_on | string | No | — | Group On |
basecamp_automation_create_lineup_marker
Create a new lineup marker Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
date | string | Yes | — | The date value |
name | string | Yes | — | The name value |
basecamp_automation_create_project_from_template
Create a project from a template (asynchronous) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
templateId | integer | Yes | — | Template Id |
description | string | No | — | The description value |
name | string | Yes | — | The name value |
basecamp_automation_create_question
Create a new question in a questionnaire Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
questionnaireId | integer | Yes | — | Questionnaire Id |
schedule | object | Yes | — | The schedule value |
title | string | Yes | — | The title value |
basecamp_automation_create_template
Create a new template Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | The description value |
name | string | Yes | — | The name value |
basecamp_automation_create_webhook
Create a new webhook for a project Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
bucketId | integer | Yes | — | Bucket Id |
active | boolean | No | — | The active value |
payload_url | string | Yes | — | Payload Url |
types | string[] | Yes | — | The types value |
basecamp_automation_delete_lineup_marker
Delete a lineup marker Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
markerId | integer | Yes | — | Marker Id |
basecamp_automation_delete_template
Delete a template (trash it) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
templateId | integer | Yes | — | Template Id |
basecamp_automation_delete_tool
Delete a tool (trash it) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
toolId | integer | Yes | — | Tool Id |
basecamp_automation_delete_webhook
Delete a webhook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
webhookId | integer | Yes | — | Webhook Id |
basecamp_automation_disable_tool
Disable a tool (hide it from the project dock) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
toolId | integer | Yes | — | Tool Id |
basecamp_automation_enable_tool
Enable a tool (show it on the project dock) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
toolId | integer | Yes | — | Tool Id |
basecamp_automation_get_answer
Get a single answer by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
answerId | integer | Yes | — | Answer Id |
basecamp_automation_get_answers_by_person
Get all answers from a specific person for a question Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
questionId | integer | Yes | — | Question Id |
personId | integer | Yes | — | Person Id |
basecamp_automation_get_project_construction
Get the status of a project construction Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
templateId | integer | Yes | — | Template Id |
constructionId | integer | Yes | — | Construction Id |
basecamp_automation_get_question
Get a single question by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
questionId | integer | Yes | — | Question Id |
basecamp_automation_get_question_reminders
Get pending check-in reminders for the current user Returns questions that are pending a response from the authenticated user. Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages.
basecamp_automation_get_questionnaire
Get a questionnaire (automatic check-ins container) by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
questionnaireId | integer | Yes | — | Questionnaire Id |
basecamp_automation_get_recording
Get a single recording by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recordingId | integer | Yes | — | Recording Id |
basecamp_automation_get_search_metadata
Get search metadata (available filter options)basecamp_automation_get_template
Get a single template by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
templateId | integer | Yes | — | Template Id |
basecamp_automation_get_tool
Get a dock tool by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
toolId | integer | Yes | — | Tool Id |
basecamp_automation_get_webhook
Get a single webhook by id Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
webhookId | integer | Yes | — | Webhook Id |
basecamp_automation_list_answers
List all answers for a question 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 |
|---|---|---|---|---|
questionId | integer | Yes | — | Question Id |
basecamp_automation_list_events
List all events for 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_automation_list_lineup_markers
List all lineup markers for the accountbasecamp_automation_list_question_answerers
List all people who have answered a question (answerers) Pagination: Uses Link header (RFC5988). Follow thenext rel URL to fetch additional pages.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
questionId | integer | Yes | — | Question Id |
basecamp_automation_list_questions
List all questions in a questionnaire 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 |
|---|---|---|---|---|
questionnaireId | integer | Yes | — | Questionnaire Id |
basecamp_automation_list_recordings
List recordings of a given type across projects 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 |
|---|---|---|---|---|
type | string | Yes | — | Comment|Document|Kanban::Card|Kanban::Step|Message|Question::Answer|Schedule::Entry|Todo|Todolist|Upload|Vault |
bucket | string | No | — | The bucket value |
status | string | No | — | active|archived|trashed |
sort | string | No | — | created_at|updated_at |
direction | string | No | — | asc|desc |
basecamp_automation_list_templates
List all templates visible to the current user 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 |
|---|---|---|---|---|
status | string | No | — | active|archived|trashed |
basecamp_automation_list_webhooks
List all webhooks for a project 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 |
|---|---|---|---|---|
bucketId | integer | Yes | — | Bucket Id |
basecamp_automation_pause_question
Pause a check-in question (stops sending reminders) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
questionId | integer | Yes | — | Question Id |
basecamp_automation_reposition_tool
Reposition a tool on the project dock Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
toolId | integer | Yes | — | Tool Id |
position | integer | Yes | — | The position value |
basecamp_automation_resume_question
Resume a paused check-in question (resumes sending reminders) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
questionId | integer | Yes | — | Question Id |
basecamp_automation_search
Search for content across the account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
q | string | Yes | — | The q value |
sort | string | No | — | best_match|created_at |
basecamp_automation_trash_recording
Trash a recording Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recordingId | integer | Yes | — | Recording Id |
basecamp_automation_unarchive_recording
Unarchive a recording (restore to active status) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
recordingId | integer | Yes | — | Recording Id |
basecamp_automation_update_answer
Update an existing answer Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
answerId | integer | Yes | — | Answer Id |
content | string | Yes | — | The content value |
group_on | string | No | — | Group On |
basecamp_automation_update_lineup_marker
Update an existing lineup marker Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
markerId | integer | Yes | — | Marker Id |
date | string | No | — | The date value |
name | string | No | — | The name value |
basecamp_automation_update_question
Update an existing question Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
questionId | integer | Yes | — | Question Id |
paused | boolean | No | — | The paused value |
schedule | object | No | — | The schedule value |
title | string | No | — | The title value |
basecamp_automation_update_question_notification_settings
Update notification settings for a check-in question Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
questionId | integer | Yes | — | Question Id |
digest_include_unanswered | boolean | No | — | Include unanswered in digest |
notify_on_answer | boolean | No | — | Notify when someone answers |
basecamp_automation_update_template
Update an existing template Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
templateId | integer | Yes | — | Template Id |
description | string | No | — | The description value |
name | string | No | — | The name value |
basecamp_automation_update_tool
Update (rename) an existing tool Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
toolId | integer | Yes | — | Tool Id |
title | string | Yes | — | The title value |
basecamp_automation_update_webhook
Update an existing webhook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
webhookId | integer | Yes | — | Webhook Id |
active | boolean | No | — | The active value |
payload_url | string | No | — | Payload Url |
types | string[] | No | — | The types value |

