Quick Start

Procore Integration Quick Start

1. Installation

  • Install the Procore app from the Docusign App Center.

  • During installation, you will be prompted to create a connection.

    • A connection links Procore app to a specific Procore company and project.
    • If you selected the wrong project or need an additional one, use Manage Connection.

After the app is installed and a connection is created, the setup is complete.

2. Creating a Workflow

3. Using the Procore Side Panel

  • Open a specific User or Company in Edit mode in Procore.
  • Open the Docusign Workflow Builder Launcher (Side Panel).
  • Authorize with Docusign (one-time step).
  • Select a published workflow and click Start Workflow.

The workflow will run in the context of the opened Procore record.

4. What Is object_id and Why It Matters

  • When a workflow is launched from Procore, the Side Panel passes object_id into the workflow.

  • object_id is the Procore entity ID (Id):

    • contact_ID for Project Users
    • Vendor ID for Project Vendors
    • 💡 More details
  • To work correctly for project vendors:

    • Read From Procore  must use Id = object_id
    • Writeback to Procore must use Id = object_id
  • To work correctly for project users:

    • Read From Procore  must use contact_id = object_id
    • Writeback to Procore must use contact_id = object_id

More details: see Read From Procore and Writeback to Procore sections.


5. Need a Full Example?


💡 Recommended reading order if you’re new:

  1. Installation & Configuration
  2. Supported Objects & Terminology
  3. How to Use App
  4. Workflow Example
  5. Procore Side Panel