Close
Setup Guide
You can find your Close app credentials in your Close Developer Account.
You’ll need the following information to set up your Close App with Paragon Connect:
- Close API Key
Connecting to Close
Once your users have connected their Close account, you can use the Paragon SDK to access the Close API on behalf of connected users.
See the Close REST API documentation for their full API reference.
Any Close API endpoints can be accessed with the Paragon SDK as shown in this example.
Building Close workflows
Once your Close account is connected, you can add steps to perform the following actions:
-
Create Record
-
Update Record
-
Get Record by ID
-
Search Record
-
Delete Record
-
Search Records by JSON Filter
You can also use the Close Request step to access any of Close’s API endpoints without the authentication piece.
When creating or updating records in Close, you can reference data from previous steps by typing {{
to invoke the variable menu.
Using Webhook Triggers
Webhook triggers can be used to run workflows based on events in your users’ Close account. For example, you might want to trigger a workflow whenever new leads are created in Close to sync your users’ Close leads to your application in real-time.

You can find the full list of Webhook Triggers for Close below:
-
Record Created
-
Record Updated
-
Record Deleted