hellosign-embedded
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/hellosign-embedded package

2.12.0 • Public • Published

HelloSign Embedded

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

Npm version Npm downloads Beta Build Status Latest Build Status


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';

// Create the HelloSign Embedded instance.
// Only do this once!
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.

function launchHelloSign(url) {
  client.open(url);
}

launchHelloSign(url);

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.

Support

If you have any questions or issues with HelloSign Embedded or our API, please contact apisupport@hellosign.com. This repository is not reguarly monitored for issues.

Resources




© 2019 HelloSign. All rights reserved.

Package Sidebar

Install

npm i hellosign-embedded

Weekly Downloads

77,239

Version

2.12.0

License

MIT

Unpacked Size

1.04 MB

Total Files

7

Last publish

Collaborators

  • hellosign-admin
  • npbee
  • nathanbuchar
  • asaayers