ON THIS PAGE
Configuring SmartSpace.ai
Guide to SmartSpace.ai setup: Sync data, integrate Azure, manage connectors, and configure workspaces for streamlined AI deployment and data analysis.
Configuration – Connectors
Configuration – Connectors
Overview
Connectors in
SmartSpace.ai
are tools for syncing data into the platform with minimal configuration. They act as bridges between
SmartSpace.ai
and various data sources, holding the necessary credentials for data access. These connectors can be reused across different Dataspaces for data selection.
Available Connectors:
- Azure Storage Account
- SharePoint
- HubSpot
Connector Configuration:
- Azure
Storage Account:
Required: Connection string in the format:
DefaultEndpointsProtocol=https;AccountName=YourAccountName;AccountKey=YourAccountKey;EndpointSuffix=core.windows.net
This can be found under ‘Access Keys’ in the Azure Storage Account resource.
- SharePoint:
- Create an App Registration in Azure Active Directory:
- Navigate to Azure Active Directory and select “App registrations”.
- Click on “New registration” and provide a name for the application.
- Record the generated Application (client) ID, as it will be needed later.
- Configure API Permissions:
- In the newly created App Registration, navigate to “API permissions”.
- Click on “Add a permission” and select “Microsoft Graph”.
- Choose “Application permissions” and search for “Sites.ReadAll”.
- Select the permission and click “Add permissions”.
- Generate Client Secret:
- Still in the App Registration, go to “Certificates & secrets”.
- Under “Client secrets”, click on “New client secret”.
- Enter a description, choose the expiration, and click “Add”.
- Record the generated client secret value as it will only be visible at this point.
- Create a New Connector in SmartSpace.ai:
- Log in to SmartSpace.ai and navigate to the Connectors section.
- Click on “New Connector” and select “SharePoint” as the connector type.
- Enter the following information:
- Tenant ID: The ID associated with your Azure Active Directory.
- Client ID: The Application (client) ID generated in step 1.
- Client Secret: Use the client secret generated in step 3.
- Save the Connector Configuration:
- Review the provided information and ensure accuracy.
- Click on “Save” to create the SharePoint connector in SmartSpace.ai.
- HubSpot:
Required: HubSpot API key.
Retrieve this key from HubSpot under ‘Account Setup → Integrations → Private Apps’.
- General Requirement for All Connectors:
- Each connector requires a ‘Name’ to be designated for identification within the SmartSpace.ai environment.
