Box
Box is a cloud content management and file sharing service that allows businesses to securely store, share, and collaborate on files and documents online.
To integrate with the Box API, you'll need to follow these steps:
-
Create Your Application:
-
Go to the Box Developers Console.
-
Click on Custom app.
-
Fill in the required information:
-
App Name: SimWorkflow
-
Purpose: Automation
-
Click Next.
-
Select User Authentication (OAuth 2.0) for Authentication Method.
-
-
Click Create App.
-
On the app Configuration tab.
-
Enter https://www.simworkflow.com/credentials/callback for Redirect URIs field.
-
Click Save changes.
-
-
Obtain Client ID and Client Secret:
- After creating your application, Box will provide you with a Client ID and Client Secret. These will be used to create SimWorkflow credentials.
-
Create OAuth 2.0 Credentials in SimWorkflow:
-
Go to SimWorkflow Credentials.
-
Click on Create credentials button.
-
On OAuth 2.0 tab.
-
Fill in the required information:
-
Provider: Box
-
Name: Box
-
Client ID: Box Client ID
-
Client secret: Box Client Secret
-
-
Click on Create credentials button.
-
Complete the OAuth flow.
-
Once the Box credentials created, you can start using it with HTTP Task in your workflow definitions to integrate with Box API.