Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@useparagon/connect

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useparagon/connect

paragon connect npm package

  • 1.0.3-experimental.5
  • npm
  • Socket score

Version published
Weekly downloads
26K
increased by21.32%
Maintainers
4
Weekly downloads
 
Created
Source

Paragon Logo

The embedded integration platform for developers.


Paragon is an embedded integration platform that 100+ software companies rely on to rapidly accelerate development of native product integrations with 3rd party SaaS apps such as Salesforce, Slack, and QuickBooks. This allows their engineering teams to avoid the heavy costs and risks that come with building and maintaining dozens of their own integrations.

Usage

To install the Paragon SDK, run this command in your project to add it as a dependency:

npm install @useparagon/connect

This package is intended for usage in your frontend application to embed the Paragon connection experience. After importing the Paragon SDK, you can:

  • Display the Connect Portal, a prebuilt UI component for your users to connect third-party app accounts
  • Trigger Workflows, which are observable, durable jobs you define to sync integration data
  • Send Connect API requests to access integration data in realtime from your app
  • Render a custom integrations UI using the Headless Connect Portal
import { paragon } from '@useparagon/connect';

// Authenticate your user with the SDK
await paragon.authenticate(projectId, paragonUserToken);

// Launch the Connect Portal for Salesforce in your app
paragon.connect('salesforce');

Documentation

To start using the Paragon SDK, you will need to sign up and register for an account.

For details on getting started and a reference on all available SDK functions, please see our documentation.

FAQs

Package last updated on 19 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc