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

hellosign-embedded

Package Overview
Dependencies
Maintainers
4
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hellosign-embedded

Embed HelloSign signature requests and templates from within your web application.

  • 2.7.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

HelloSign Embedded

Embed HelloSign signature requests and templates from within your web application.

Npm version Npm downloads Travis David


Usage

The instructions below are for HelloSign Embedded v2. We recommend using it instead of v1 for new projects. Please check the migration guide if you need help upgrading from v1 to v2.

Start by installing the HelloSign Embedded library from npm.

npm install hellosign-embedded

In your frontend app, import hellosign-embedded and instantiate a new client with your API app's client ID.

import HelloSign from 'hellosign-embedded';

const client = new HelloSign({
  clientId: 'Your client ID'
});

When you're ready to launch HelloSign Embedded, simply call open() on the client with your signature request's signing URL.

client.open(signUrl);

For a more detailed and in-depth walkthrough, check the QuickStart guide on the Wiki. For more information on how to use HelloSign Embedded, visit the API Documentation.

Resources




© 2019 HelloSign. All rights reserved.

Keywords

FAQs

Package last updated on 21 Feb 2020

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