Skip to content

Signority

With Signority modules in Ibexa Connect, you can:

  • watch, list, retrieve, create, and delete documents

  • list files

To get started with Signority, create an account at signority.com.

Connect Signority to Ibexa Connect

To connect Signority app, you need to obtain the API Key from your Signority app and insert it into the

  1. Log in to your Signority account.

  2. Click My Account > Settings > Integrations. Copy the API key to a safe place.

    signority-1.png

  3. Log in to your Ibexa Connect account, add a Signority module scenario, and click the Add button next to the Connection field.

    Signority_2.gif

  4. In the Connection name field, enter a name for the connection.

  5. In the API Key field, enter the details copied in step 2 and click Save.

You have successfully connected the Signority app and can now build scenarios.

Documents

You can watch, list, retrieve, create and delete documents using the following modules.

Watch New Documents

Triggers when a new document is added.

Limit Set the maximum number of documents Ibexa Connect will return during one execution cycle. The default value is 2.

List Documents

Gets a list of documents

Limit Set the maximum number of documents Ibexa Connect will return during one execution cycle. The default value is 10.

Get a Document

Gets a document.

Document ID Select or map the Document ID whose details you want to retrieve.

Create a Document

Creates a document.

For field descriptions, see the Signority Documents API reference.

Delete File of a Document

Deletes file of a document.

Document ID Select or map the Document ID whose files you want to retrieve.
File ID Select or map the File ID you want to delete.

Files

You can list files using the following modules.

List Files

Gets a list of files in the document.

Document ID Select or map the Document ID whose files you want to list.
Limit Set the maximum number of files Ibexa Connect will return during one execution cycle. The default value is 10.

Other

You can call APIs using the following module.

Make an API Call

Performs an arbitrary authorized API call.

For the list of available endpoints, refer to the Signority API documentation.

URL

Enter a path relative to https://sign.signority.com/api. For example, /v2/documents/search2.

Method

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

EXAMPLE OF USE - SEARCH TASKS

The following API call returns all documents from your account.

URL: /v2/documents/search2

Method: GET

Matches of the search can be found in the module's Output under Bundle > Body > items.

signority-3.png

In our example 2 documents were returned:

signority-2.png