Creates a new Pack in Coda. A Pack is a container for custom functionality that extends Coda's capabilities. This endpoint registers a new Pack and returns its ID. After creation, you'll need to separately upload the Pack's source code and assets. Prerequisites: - You must have…
nameRequiredstringThe name for the Pack. This is a required field and will be displayed to users when they browse or search for Packs. Should be descriptive and unique within your workspace. Can be an empty string but it's recommended to provide a meaningful name.
descriptionstringA brief description of what the Pack does and its purpose. This helps users understand the Pack's functionality. Optional but recommended for better discoverability. Can include details about features, use cases, or any special requirements.
workspaceIdstringThe parent workspace ID where the Pack will be created. If not specified, the Pack will be created in the authenticated user's default workspace. You can obtain workspace IDs from the user info or list docs endpoints.
sourcePackIdintegerThe ID of an existing Pack to fork/copy from. Use this when creating a new Pack based on an existing one. The new Pack will inherit the source Pack's code and configuration. Leave empty for creating a Pack from scratch.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.