This repository provides a reference implementation for integrating with our system using TypeScript. Use this template to guide your own integration.
- Prerequisites
- Installation
- Configuration
- Running the Integration
- Project Structure
- Customization
- Troubleshooting
- Support
- Node.js - 22.17.1
- npm
- Clone this repository:
git clone https://github.com/thepartly/sample-integration-typescript.git cd ./sample-integration-typescript - Install dependencies:
npm install
To start the integration server:
npm run startpublic/
index.html
style.css
src/
server.ts
src/server.ts: Integration authentication flow examplepublic/: Minimal HTML page for completing the installation flow
For questions or help, contact integrations@partly.com