For the complete documentation index, see llms.txt. This page is also available as Markdown.

Collect data from Box

Box is a cloud-based content management, collaboration, and file sharing platform designed for businesses and enterprises.

Configuration

Parameters

N/A

Secrets

  • Enter a secret containing the Client ID that will be used for token authentication (referenced later as ${secrets.client_id}

  • Enter a secret containing the Client Secret that will be used for basic authentication (referenced later as ${secrets.client_secret}

Open the Secret fields and click New secret to create a new one:

  • Give the secret a Name.

  • Turn off the Expiration date option.

  • Click Add new value and paste the secret corresponding to the value.

  • Click Save.

Learn more about secrets in Onum in this article.

You can now select the secret you just created in the corresponding fields.

After entering the required parameters and secrets, you can choose to manually enter the Box API fields, or simply paste the given YAML:

Toggle this ON to enable a free text field where you can paste your Box API YAML.

This HTTP Pull Listener now uses the data export API to extract events.

Click Create labels to move on to the next step and define the required Labels if needed.

Last updated

Was this helpful?