Skip to main content

Packs

Packs are bundles of features, configurations, and data that can be installed into a TribeCRM environment. They allow administrators to extend the CRM with pre-built functionality — such as new entity types, workflows, dashboards, and templates — without manual setup.


Endpoints

List Available Packs

GET/v1/odata/Pack

Get a Specific Pack

GET/v1/odata/Pack({id})

Install a Pack

Install your shared pack into the current environment. This triggers the setup of all entities, configurations, and data included in the pack.

POST/v1/packs/{packId}/install
info

You can only install packs owned by the API application used to authenticate the request. Use this endpoint to deploy your pack into an end-user's environment.