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/PackGet 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}/installinfo
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.