Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Select Connections > Add connection.

  2. Select Procore as the platform on the Add connection modal.

  3. Enter the connection information. Reference the table below for details about each field.

  4. Select Sign in with Procore.

  5. On the Log In modal, enter the required credentials and select Log In

  6. You will see a "Connection test succeeded" message on the Add connection modal. (If you don't see this message, repeat the sign in and authorization steps above.)

  7. Select Done.


Add connection modal - Procore

...

...

Add connection modal - Use Custom Credentials

...

Field

Description

Required

Display as

Enter the display name for the connection. If you will be creating multiple connections, ensure the name readily identifies the connection. The name displays in the application, and you can use it to search for the connection and filter lists.

If you do not add a display name, the connection will automatically be named “Procore.”  SkySync recommends you enter a name that more readily identifies the connection, especially if you will be creating multiple connections.

Optional

Platform API Credentials

Required

Use the system default client credentials 

Select this option to use the default SkySync client application credentials.

Use custom client credentials 

Select this option to use custom client credentials provided by your administrator. When selected, three additional fields will be available to enter the credentials.

Domain

This field displays only when you select Use custom client credentials. Enter the Procore login URL: https://api.procore.com/

RequiredOptional

Client ID

This field displays only when you select Use custom client credentials. Enter the client ID required to access the the account. This value will be provided by your administrator. 

RequiredOptional

Client Secret

This field displays only when you select Use custom client credentials. Enter the client secret required to access the account. This value will be provided by your administrator. 

RequiredOptional

Procore Customer Log In 

...

Connection Test Succeeded

...

Features and Limitations

Platforms all have unique features and limitations. SkySync’s transfer engine manages these differences between platforms and allows you to configure actions based on Job Policies and Behaviors. The information below is platform specific. Use the Platform Comparison tool to see how your integration platforms may interact regarding features and limitations. 

...

Create Connection | SkySync API

Create a basic Procore connection using the example below. Replace the connector name and authorization values with information relevant to your connection.

...

You have the option of creating a connection using SkySync’s default client credentials or to create the connection using custom credentials unique to your account.

Create a Connection Using SkySync’s Credentials

The example below shows how to create a Procore connection using SkySync’s default application credentials. The GET message will return a login link. Use the link to complete logging into the account and to grant SkySync access to the account.

Nme", "platform": { "id": "procore" }, "auth": { "client_id": "{{client_id", "client_secret": "{{client_secret}}", "domain": "https://api.procore.com/" } }{ "name": "Procore Connector

GET {{url}}v1/connections/

Code Block

platforms/procore/new

...

Create a Job | SkySync API Job Configuration Example

...