Connect to your users Box accounts
You can find your Box app credentials in your Box Developer Account.
You’ll need the following information to set up your Box App with Paragon Connect:
Under Integrations > Connected Integrations > Box > App Configuration > Configure, fill out your credentials from your developer app in their respective sections:
Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Box account, you can use the Paragon SDK to access the Box API on behalf of connected users.
See the Box REST API documentation for their full API reference.
Any Box API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your Box account is connected, you can add steps to perform the following actions:
For actions that accept folderId
as a value, you can pass 0
for the root
or parent folder
You can also use the Box Request step to access any of Box’s API endpoints without the authentication piece.
When creating or updating records in Box, you can reference data from previous steps by typing {{
to invoke the variable menu.