Import Market Assets from Investorflow
Overview
This pipeline is designed to import market asset data from your Investorflow account into a specified Entity within your BuiltAPI Workspace. This allows you to leverage asset information from Investorflow in other integrated systems or for custom analytics and reporting within BuiltAPI.
Market assets in Investorflow typically represent investment opportunities, properties, or other financial instruments that are tracked and managed on the platform.
Pipeline Parameters
Name
- Type: String
- Description: A user-defined name for this pipeline instance. Example: "Import European Real Estate Assets from Investorflow"
Market Assets Import Settings
Only Updated
- Type: Switch
- Description: If enabled, the pipeline will only import market assets that have been updated since the last successful run of this pipeline. If disabled, all market assets will be imported.
- Default: Disabled
Exclude Update from BuiltAPI User
- Type: Switch
- Description: If enabled, the pipeline will not include the update from BuiltAPI user in the import process. This is useful for avoiding unnecessary updates or changes to records that are not relevant to the current import.
- Default: Disabled
- Example: If a market asset was updated in Investorflow by a BuiltAPI user, enabling this option will prevent that update from being reflected in the import process.
Execution Settings
Page Size
- Type: Number
- Description: The number of market assets to retrieve per request. This setting controls the batch size for the API calls made to Investorflow.
- Default: 200
- Maximum Value: 1000
Pipeline Timeout
- Type: String
- Description: The maximum duration the pipeline is allowed to run. This setting helps prevent long-running processes from consuming resources indefinitely.
- Default: "5m"
- Example: "15m" for 15 minutes, "1h" for 1 hour, etc.