Integration ID
an id should be displayed automatically, if not, you must configure it by sending a POST request (See below), with this, the Zapsign account will be linked with the Truora account.Zapsign ID
field, the id of the document created in Zapsign must be placed. Review the guide to know how to get it.Zapsign Document Type
two options will appear:
Template
: refers to a dynamic template.Document
: used in case there is a specific signatory.Finally, in Template variables
select where it says ADD VARIABLES.
In Template variables
, there will be two fields:
Variable name
: there you must place one of the variables that contains the document to be signedVariable value
: you must place the value that this variable could have.Note: It is not necessary to place all the variables that appear in the document, just with mentioning one is fine. Finally, Select the checkmark to save.
https://www.postman.com/truora-api-docs/workspace/truora-api-docs/folder/26510995-b004cecb-6b8a-481b-8c03-22dc46411806
Copy and paste this link in the import option on Postman and download the collection.
Create a POST request called Create ID Integration
that has the URL https://api.account.truora.com/v1/integrations
.
Go until the Headers
section and there you are going to place:
Content-Type
with the value application/x-www-form-urlencoded
.Truora-API-Key
will have the value of the API key pulled from your Truora dashboard.Once the Headers
section is configured, go to the Body
:
integration_type
we are going to place the type of integration that we are going to do, in this case it would be zapsign
.config_token
the token extracted from your Zapsign account must be placed.