Create Link
create_linkCreates a project home link by providing project ID, title, and URL. Requires company or project admin permissions.
Instructions
Creates a Project Home Link on a given project. Note: Requires either Company Admin or Project Home Admin permission. This endpoint will be deprecated; please use the V2 endpoint. Use this to create a new Project-Level Configuration records in Procore. Creates a new Project-Level Configuration records and returns the created object on success (HTTP 201). Required parameters: project_id, title, url. Procore API: Company Admin > Project-Level Configuration. Endpoint: POST /rest/v1.0/links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| title | Yes | JSON request body field — the user-facing title of the link | |
| url | Yes | JSON request body field — the full URL for the link |