Content Import Example

by brianintegrationapp

313 downloads
Not rated
GitHub

About

MCP AI Agent that uses tools exposed by the Integration App MCP server to perform tasks in Hubspot

Details

Author
brianintegrationapp
Downloads
313
Categories
Other

- Demonstrates importing content and files into a knowledge base
- Built with Next.js/React for rapid development
- Integrates with Integration.app flows and scenario templates
- Optional AWS S3 for file storage and retrieval
- Optional Unstructured.io for text extraction from documents
- Local MongoDB support via Docker Compose

Clone the repository, install dependencies (npm install or yarn install), copy the .env-sample file to .env, and fill in your Integration.app workspace credentials (Workspace Key and Secret), a MongoDB connection string, and optionally AWS S3 and Unstructured.io credentials. Then add the "Continuously Import Content to My App" scenario to your workspace via the Integration.app console, configure the 8 apps as guided, and start the development server with npm run dev or yarn dev.

Content Import Example

This is an application showcasing how you can implement Importing Content and Files into a knowledge base using Integration.app. The app is built with Next.js/React.

Demo

Prerequisites

- Node.js 18+
- Integration.app workspace credentials (Workspace Key and Secret). Get credentials from the workspace settings.
- MongoDB connection string (We provide a docker-compose file to spin up a local MongoDB instance. See Using mongodb via Docker for more details.)
- AWS credentials (for S3)

Setup

1. Clone repository & Install dependencies:

```bash
npm install

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.