API

Can you create templates via API integration?

No. You can only create templates in eformsign.

However, through embedding, you can make it so that the template creation screen can be used in the customer’s screen.

 

>View the API manual

Can you pre-fill data in documents via API integration?

Yes.

After matching the data values in the in-house system with field IDs, you can set documents to be created automatically during document creation.

For more information, refer to the API Manual.

Is it possible to have members come to my company’s homepage and fill out forms there?

Yes, this is possible through embedding.

For more information, refer to the API documentation.

Can I check the document status from my company’s website?

Yes, it is possible through webhook connection.

It is possible to send notifications to the website specified with the webhook feature.

For information on webhook integration, refer to the API documentation.

Can I download a PDF file of a document created via API?

Yes, this is possible.

After receiving the final completion notification with the webhook, use the PDF download open API to download the document as PDF and save it to a desired location.

>View the API manual

How do you get the document ID of a completed document when integrating with an API?

The following is describes how to get the document ID of a completed document.

  1. When you create a document with the open API, the document ID result is sent to you as a response when you make a request.
  2. When you create a document through embedding, then the document ID is sent to you via the callback function set by the customer.

>View the API manual