eSignatures.io

PAID
By eSignatures.io | Updated 13日前 | Other
Health Check

N/A

README

Source…

eSignatures.io provides solution to send mobile frienly contracts to signers.
Set up your contract templates using a simplified editor, and then trigger contracts via API requests. You can send contracts to multiple signers, you can ask signers to type in information before signing the contracts, you can embed the signing page into your site.

Contents

  1. Setup your account
  2. Send a test contract
  3. Customize your account
  4. Webhooks/Callbacks
  5. More features

Setup your account

Visit https://esignatures.io to sign up - you will need to provide an email address, and a password.

Send a test contract

Basic Authentication

Click on the “API” menu to visit the API Dashboard. You will find your secret token there, which you can use for Basic Authentication. This token is the username for the Basic authentication, and no password is required.

Locating the template_id

To send a contract you will need a template_id. Click on the “Dashboard” menu, and click on “edit” for any of the sample contracts. You will find the “template_id” next to the editor.

Sending the test contract

Visit the RapidApi doc here

  • Provide your secret token as the username for the Basic Auth.
  • Replace the template_id to yours
  • “Edit the Payload” to provide an email address where you can receive the test contract: signers/email
  • Click "Test Endpoint"
    Find more information about the payload on the eSignatures.io API reference page

Customize your account

Login to https://esignatures.io, then click on Account -> Company account.
Provide a name for your company, a timezone, a default language for signers, your preferred font and your logo.

Webhooks/Callbacks

Login to https://esignatures.io, then click on the API menu.
Set and save your webhook endpoint. Every event will trigger a request to your webhook endpoint.
Find more information about the webhooks at the eSignatures.io API reference page

More features

Embedded signing

Embed the signing page into your own page: set the embedded to “yes” in the payload, and use the embedded_url in the response JSON as shown in this example:
<iframe src="EMBEDDED_URL" name="esignatures-io-iframe" width=800 height=600></iframe>
Find more information about the embedded signing at the eSignatures.io API reference page

Signer inputs

Login to https://esignatures.io, then click on “edit” for one of the contracts, to navigate to the template editor.
You can specify input fields for signers, use the “Textfield”, “List”, “Checkbox” buttons when editing a template.

Provide content via the API (custom fields)

Login to https://esignatures.io, then click on “edit” for one of the contracts, to navigate to the template editor.
Click on the “” button to add an API field, then provide the API key you would like to use in the toolbox (eg: client_address)
When sending a contract, provide the value for the custom field:

 "custom_fields": [
      {
        "api_key": "client_address",
        "value": "69 Yonge St"
      }
  ]

Find more information about the custom_fields on the eSignatures.io API reference page

Merging templates

When sending a contract, provide the list of templates you would like to append to the original temlpate:

 "template_merge": [
      {
        "template_id": "5templ55-1111-2222-3333333333333"
      }
  ]

Find more information about the template_merge on the eSignatures.io API reference page

Followers: 3
Resources:
Product Website Terms of use
API Creator:
E
eSignatures.io
esignaturesio
Log In to Rate API
Rating: 5 - Votes: 1