Create App Configuration
create_app_configurationCreate a new app configuration for a Procore project to add App Marketplace records. Required parameters include company ID, app installation ID, instance configuration, and title.
Instructions
Create new app configuration for a specified project. Use this to create a new App Marketplace records in Procore. Creates a new App Marketplace records and returns the created object on success (HTTP 201). Required parameters: company_id, app_installation_id, company_id, instance_configuration, title. Procore API: Platform - Developer Tools > App Marketplace. Endpoint: POST /rest/v1.0/companies/{company_id}/app_configurations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | JSON request body field — unique identifier for the Procore company | |
| sort | No | Query string parameter — direction (asc/desc) can be controlled by the presence or absence of '-' before the sort parameter. | |
| applies_to_all_projects | No | JSON request body field — apply the app configuration to all projects under a company ( if set to true, project_ids field must be blank ) | |
| applies_to_company | No | JSON request body field — apply the app configuration to be available from company routes | |
| app_installation_id | Yes | JSON request body field — unique identifier of the app installation | |
| instance_configuration | Yes | JSON request body field — app configuration values for a set of projects. | |
| project_ids | No | JSON request body field — a list of projects which will have the app configuration | |
| title | Yes | JSON request body field — single title for app configurations |