Skip to content
← Back to documentation
Technical Reference

Cody

Cody integration for Flows360 workflows.

CategoryOther
Authenticationcustom
Version0.3.0
Published scopes0 published scopes
Last updatedSeptember 19, 2026

Overview

Connect Cody with Flows360

Cody integration for Flows360 workflows.

Use the Cody connector to include its declared actions and events in Flows360 workflows without duplicating the integration logic inside each consuming system. This pinned connector version currently exposes 26 actions and no declared triggers.

Available actions

  • Create Document From Text
  • Upload File to Knowledge Base
  • Send Message
  • Create Conversation
  • Find Bot
  • Find Conversation
  • List Bots
  • Create Conversation (AI)
  • Plus 18 additional declared actions.

Available triggers

  • No triggers are declared in this pinned package.

The capability list above is generated from the exact reviewed connector package so the public description stays aligned with the version Flows360 operates.

Technical guide

Technical reference

Package identity

  • Connector: Cody
  • Package: @activepieces/piece-cody@0.3.0
  • Exact artifact digest: sha256:40bf1222f8d2a03158d645ce7ef57a5a353cf90bced24f5bf1cfd5520f96d51f
  • Runtime: Activepieces-compatible deterministic worker
  • Source: the exact reviewed Activepieces source

Authentication

SECRET TEXT. Connection values are tenant-specific and remain in the consuming Studio instance; CDK stores definitions and field metadata, not customer credential values.

Action contracts

  • Create Document From Text (create_document_from_text), Upload text content to create a new document within the Cody knowledge base. Classification: read.
  • Upload File to Knowledge Base (upload_file), Add a file directly into a specific folder in the knowledge base. Classification: read.
  • Send Message (send_message), Send your message and receive the AI-generated response. Classification: read.
  • Create Conversation (create_conversation), Creates a new conversation with a bot. Classification: read.
  • Find Bot (find_bot), Finds a bot based on its name. Classification: read.
  • Find Conversation (find_conversation), Finds a conversation based on its name and/or the bot it belongs to. Classification: read.
  • List Bots (list_bots), List or search the bots in the Cody workspace. Classification: read.
  • Create Conversation (AI) (create_conversation_ai), Start a new conversation thread with a Cody bot. Classification: read.
  • Send Message (AI) (send_message_ai), Send a message to a Cody conversation and get the bot reply. Classification: read.
  • List Conversations (list_conversations), List or search conversations in the Cody workspace. Classification: read.
  • Create Text Document (create_text_document), Create a Cody knowledge-base document from raw text or HTML. Classification: read.
  • Upload File to Knowledge Base (AI) (upload_file_to_kb), Upload a binary file into a Cody knowledge-base folder. Classification: read.
  • Get Conversation (get_conversation), Retrieve a single Cody conversation by its ID. Classification: read.
  • Update Conversation (update_conversation), Update a Cody conversation (full replace of name, bot, and focus documents). Classification: read.
  • Delete Conversation (delete_conversation), Permanently delete a Cody conversation by its ID. Classification: read.
  • List Messages (list_messages), List the messages in a Cody conversation. Classification: read.
  • Get Message (get_message), Retrieve a single Cody message by its ID. Classification: read.
  • List Folders (list_folders), List or search the knowledge-base folders in the Cody workspace. Classification: read.
  • Get Folder (get_folder), Retrieve a single Cody knowledge-base folder by its ID. Classification: read.
  • Create Folder (create_folder), Create a Cody knowledge-base folder. Classification: read.
  • Rename Folder (rename_folder), Rename a Cody knowledge-base folder. Classification: read.
  • List Documents (list_documents), List or search documents in the Cody knowledge base. Classification: read.
  • Create Document From Webpage (create_document_from_webpage), Scrape a web page URL into a new Cody knowledge-base document. Classification: read.
  • Get Document (get_document), Retrieve a single Cody knowledge-base document by its ID. Classification: read.
  • Delete Document (delete_document), Permanently delete a document from the Cody knowledge base. Classification: read.
  • Custom API Call (custom_api_call), Make a custom API call to a specific endpoint Classification: read.

Trigger contracts

  • No trigger delivery contracts are declared.

Verification

Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Capability summary

Authenticationcustom
Supported objects26
Supported actions26
TriggersNone published

Authentication

Authentication method: custom

Authentication profiles

connection · custom
  • API Key Required · protected credential

Supported objects

ObjectReadWriteNotes
Create Document From Text Yes No Upload text content to create a new document within the Cody knowledge base.
Upload File to Knowledge Base Yes No Add a file directly into a specific folder in the knowledge base.
Send Message Yes No Send your message and receive the AI-generated response.
Create Conversation Yes No Creates a new conversation with a bot.
Find Bot Yes No Finds a bot based on its name.
Find Conversation Yes No Finds a conversation based on its name and/or the bot it belongs to.
List Bots Yes No List or search the bots in the Cody workspace.
Create Conversation (AI) Yes No Start a new conversation thread with a Cody bot.
Send Message (AI) Yes No Send a message to a Cody conversation and get the bot reply.
List Conversations Yes No List or search conversations in the Cody workspace.
Create Text Document Yes No Create a Cody knowledge-base document from raw text or HTML.
Upload File to Knowledge Base (AI) Yes No Upload a binary file into a Cody knowledge-base folder.
Get Conversation Yes No Retrieve a single Cody conversation by its ID.
Update Conversation Yes No Update a Cody conversation (full replace of name, bot, and focus documents).
Delete Conversation Yes No Permanently delete a Cody conversation by its ID.
List Messages Yes No List the messages in a Cody conversation.
Get Message Yes No Retrieve a single Cody message by its ID.
List Folders Yes No List or search the knowledge-base folders in the Cody workspace.
Get Folder Yes No Retrieve a single Cody knowledge-base folder by its ID.
Create Folder Yes No Create a Cody knowledge-base folder.
Rename Folder Yes No Rename a Cody knowledge-base folder.
List Documents Yes No List or search documents in the Cody knowledge base.
Create Document From Webpage Yes No Scrape a web page URL into a new Cody knowledge-base document.
Get Document Yes No Retrieve a single Cody knowledge-base document by its ID.
Delete Document Yes No Permanently delete a document from the Cody knowledge base.
Custom API Call Yes No Make a custom API call to a specific endpoint

Supported actions

Create Document From Text · Read

Upload text content to create a new document within the Cody knowledge base.

create_document_from_text · Risk: low · Retry: safe

Inputs

  • folder_id · string · Required
  • name · string · Required, The name or title of the new document.
  • content · string · Required, The text or HTML content to be added to the document. Max 768 KB.
Upload File to Knowledge Base · Read

Add a file directly into a specific folder in the knowledge base.

upload_file · Risk: low · Retry: safe

Inputs

  • folder_id · string · Required
  • file · object · Required, The file to upload (e.g., txt, md, rtf, pdf, ppt, docx).
Send Message · Read

Send your message and receive the AI-generated response.

send_message · Risk: low · Retry: safe

Inputs

  • conversation_id · string · Required
  • content · string · Required, The message to send to the conversation. (Max 2000 characters)
Create Conversation · Read

Creates a new conversation with a bot.

create_conversation · Risk: low · Retry: safe

Inputs

  • bot_id · string · Required
  • name · string · Required, The name for the new conversation.
  • document_ids · array · Optional, A list of document IDs to limit the bot's knowledge base for this conversation.
Find Bot · Read

Finds a bot based on its name.

find_bot · Risk: low · Retry: safe

Inputs

  • name · string · Required, The name of the bot to search for. The search is case-insensitive and partial.
Find Conversation · Read

Finds a conversation based on its name and/or the bot it belongs to.

find_conversation · Risk: low · Retry: safe

Inputs

  • bot_id · string · Optional
  • name · string · Optional, The name of the conversation to search for (partial match).
List Bots · Read

List or search the bots in the Cody workspace.

list_bots · Risk: low · Retry: safe

Inputs

  • keyword · string · Optional, Optional name keyword to filter bots by (case-insensitive partial match). Omit to list all bots.
Create Conversation (AI) · Read

Start a new conversation thread with a Cody bot.

create_conversation_ai · Risk: low · Retry: safe

Inputs

  • bot_id · string · Required, The ID of the bot to converse with. Resolve via List Bots.
  • name · string · Required, The name for the new conversation.
  • document_ids · array · Optional, A list of document IDs to limit the bot's knowledge base for this conversation (focus mode, max 1000). Resolve via List Documents. Omit to use the bot's full knowledge base.
Send Message (AI) · Read

Send a message to a Cody conversation and get the bot reply.

send_message_ai · Risk: low · Retry: safe

Inputs

  • conversation_id · string · Required, The ID of the conversation to post into. Resolve via List Conversations or Create Conversation.
  • content · string · Required, The message to send to the conversation. Max 2000 characters.
List Conversations · Read

List or search conversations in the Cody workspace.

list_conversations · Risk: low · Retry: safe

Inputs

  • bot_id · string · Optional, Optional bot ID to list conversations for. Resolve via List Bots. Omit to list across all bots.
  • keyword · string · Optional, Optional name keyword to filter conversations by (partial match). Omit to list all.
Create Text Document · Read

Create a Cody knowledge-base document from raw text or HTML.

create_text_document · Risk: low · Retry: safe

Inputs

  • folder_id · string · Required, The ID of the folder to create the document in. Resolve via List Folders.
  • name · string · Required, The name or title of the new document.
  • content · string · Required, The text or HTML content to be added to the document. Max 768 KB.
Upload File to Knowledge Base (AI) · Read

Upload a binary file into a Cody knowledge-base folder.

upload_file_to_kb · Risk: low · Retry: safe

Inputs

  • folder_id · string · Required, The ID of the folder to upload the file into. Resolve via List Folders.
  • file · object · Required, The file to upload (e.g., txt, md, rtf, pdf, ppt, docx).
Get Conversation · Read

Retrieve a single Cody conversation by its ID.

get_conversation · Risk: low · Retry: safe

Inputs

  • conversation_id · string · Required, The ID of the conversation to retrieve. Resolve via List Conversations.
  • includes · string · Optional, Optional comma-separated related data to embed in the response. One or more of: 'document_ids', 'messages'.
Update Conversation · Read

Update a Cody conversation (full replace of name, bot, and focus documents).

update_conversation · Risk: low · Retry: safe

Inputs

  • conversation_id · string · Required, The ID of the conversation to update. Resolve via List Conversations.
  • name · string · Required, The conversation name. Required (full replace): re-send the current name if you only want to change the bot.
  • bot_id · string · Required, The bot ID for the conversation. Required (full replace): re-send the current bot ID if you only want to rename. Resolve via List Bots.
  • document_ids · array · Optional, Optional list of document IDs to set as the focus-mode documents for this conversation (full replace). Re-send the current focus documents (from Get Conversation) to keep them; omitting may clear focus mode. Resolve via List Documents.
Delete Conversation · Read

Permanently delete a Cody conversation by its ID.

delete_conversation · Risk: low · Retry: safe

Inputs

  • conversation_id · string · Required, The ID of the conversation to permanently delete. Resolve via List Conversations.
List Messages · Read

List the messages in a Cody conversation.

list_messages · Risk: low · Retry: safe

Inputs

  • conversation_id · string · Required, The ID of the conversation whose messages to list. Resolve via List Conversations.
  • page · number · Optional, Optional 1-based page number for pagination.
  • per_page · number · Optional, Optional number of messages to return per page.
Get Message · Read

Retrieve a single Cody message by its ID.

get_message · Risk: low · Retry: safe

Inputs

  • message_id · string · Required, The ID of the message to retrieve. Resolve via List Messages.
  • includes · string · Optional, Optional comma-separated related data to embed in the response.
List Folders · Read

List or search the knowledge-base folders in the Cody workspace.

list_folders · Risk: low · Retry: safe

Inputs

  • keyword · string · Optional, Optional name keyword to filter folders by (partial match). Omit to list all folders.
  • page · number · Optional, Optional 1-based page number for pagination.
  • per_page · number · Optional, Optional number of folders to return per page.
Get Folder · Read

Retrieve a single Cody knowledge-base folder by its ID.

get_folder · Risk: low · Retry: safe

Inputs

  • folder_id · string · Required, The ID of the folder to retrieve. Resolve via List Folders.
Create Folder · Read

Create a Cody knowledge-base folder.

create_folder · Risk: low · Retry: safe

Inputs

  • name · string · Required, The name of the new folder.
Rename Folder · Read

Rename a Cody knowledge-base folder.

rename_folder · Risk: low · Retry: safe

Inputs

  • folder_id · string · Required, The ID of the folder to rename. Resolve via List Folders.
  • name · string · Required, The new name for the folder.
List Documents · Read

List or search documents in the Cody knowledge base.

list_documents · Risk: low · Retry: safe

Inputs

  • folder_id · string · Optional, Optional folder ID to list documents from. Resolve via List Folders. Omit to list across all folders.
  • conversation_id · string · Optional, Optional conversation ID to list the focus-mode documents of. Resolve via List Conversations.
  • keyword · string · Optional, Optional name keyword to filter documents by (partial match).
  • page · number · Optional, Optional 1-based page number for pagination.
  • per_page · number · Optional, Optional number of documents to return per page.
Create Document From Webpage · Read

Scrape a web page URL into a new Cody knowledge-base document.

create_document_from_webpage · Risk: low · Retry: safe

Inputs

  • url · string · Required, The full URL of the web page to scrape, including protocol, e.g. 'https://example.com/page'.
  • folder_id · string · Required, The ID of the folder to create the document in. Resolve via List Folders.
Get Document · Read

Retrieve a single Cody knowledge-base document by its ID.

get_document · Risk: low · Retry: safe

Inputs

  • document_id · string · Required, The ID of the document to retrieve. Resolve via List Documents.
Delete Document · Read

Permanently delete a document from the Cody knowledge base.

delete_document · Risk: low · Retry: safe

Inputs

  • document_id · string · Required, The ID of the document to permanently delete. Resolve via List Documents.
Custom API Call · Read

Make a custom API call to a specific endpoint

custom_api_call · Risk: low · Retry: safe

Inputs

  • url · object · Required
  • method · string · Required
  • headers · object · Optional, Authorization headers are injected automatically from your connection.
  • queryParams · object · Optional, Appended to the URL as ?key=value.
  • body_type · string · Optional
  • body · object · Optional
  • response_is_binary · boolean · Optional, Enable for files like PDFs, images, etc.
  • failsafe · boolean · Optional, On a failed request, output the error instead of failing the step.
  • timeout · number · Optional, Seconds to wait for a response. Empty: up to the flow limit (10 min).
  • followRedirects · boolean · Optional, Follow 3xx redirects instead of returning them as the response.

Setup

Setup

  1. Add the Cody connector to the workflow in the target Flows360 Studio instance.
  2. Create or select the tenant-specific connection required by the connector. Connection secrets remain in the Studio connection boundary and are not copied into CDK documentation.
  3. Provide the connection fields declared by the pinned package:
  • No provider credential fields are declared by the pinned package.
  1. Select the required action or trigger and complete its declared input fields. Required and optional inputs are defined by the exact package schema.
  2. Test the workflow in the appropriate environment before enabling production scheduling or event delivery.

Limitations

Limitations and operational notes

  • This content describes @activepieces/piece-cody@0.3.0; provider behaviour can change independently and should be revalidated when the provider or connector version changes.
  • Only the 26 actions and 0 triggers declared by this pinned package are represented here.
  • Tenant credentials and connection values are not stored in the public connector record.
  • Provider-side permissions, account entitlements, quotas and rate limits remain subject to the connected provider account and are not inferred when the package does not declare them.
  • Deterministic execution evidence is recorded for the pinned artifact, including 1 exercised action entrypoint and 0 exercised trigger entrypoints.

Troubleshooting

Why canu2019t the connector authenticate?

Check the tenant connection in Studio and confirm every required Cody connection field is present. Re-authorise OAuth-based connections if the provider token or consent has expired. Do not place credential values in CDK content or logs.

Why is an action or trigger unavailable?

Confirm that the workflow is using @activepieces/piece-cody@0.3.0 and compare the requested capability with the declared action and trigger list for this version. A capability that is not declared by the pinned package should not be presented as supported.

What should I check after a provider-side change?

Revalidate authentication, required fields, action/trigger behaviour and provider documentation before publishing refreshed connector content or moving a new package version into production.