Create Link (Deprecated)
create_linkCreate a project home link by providing project ID, title, and URL. Requires 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. DEPRECATED: Procore has deprecated this endpoint (as of 2024-06-12). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Pass the record's fields as top-level arguments — they are nested under "link" in the request payload for you. Creates the link and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| url | Yes | JSON request body field — the full URL for the link | |
| title | Yes | JSON request body field — the user-facing title of the link | |
| project_id | Yes | Query string parameter — unique identifier for the project. |