Skip to content

  • Documentation
    • OKdokument API
    • SIGNATUS User Manual
  • Contact Us

1. API concept

  • Overview
  • 1.1 Supported web browsers
  • 1.2 Supported languages
  • 1.3 How to prepare document for signature
  • 1.4 How to use acrofields
  • 1.5 How to use pre-defined signature fields
  • 1.6 Document states
  • 1.7 Storing and deleting documents
  • 1.8 OKDokument API call list
  • 1.9 QR code
  • 1.10 Email and SMS
  • 1.11 Dictionary

2. Core API services

  • 2.1 Authorization
  • 2.2 Create signature request
  • 2.3 Open document
  • 2.4 Information about signing completion
  • 2.5 Result URL
  • 2.6 Download document
  • 2.7 Delete document

3. Additional API services

  • 3.1 List of the documents
  • 3.2 Document Info
  • 3.3 Update Signature Request ID
  • 3.4 Delete Signature Request ID
  • 3.5 Signature request Counter
  • 3.6 Upload document

4. Use cases

  • Overview
  • 4.1 Example 1: Simple one-round signing
  • 4.2 Example 2: One-round signing with redirect url
  • 4.3 Example 3: One-round signing with send info
  • 4.4 Example 4: Multi-Round Signing

5. Configuration of the signing process

  • Overview
  • 5.1 One-round signing with simple PDF
  • 5.2 Multi-round signing with simple PDF
  • 5.3  One-round signing with PDF with tags
  • 5.4 Multi-round signing with PDF with tags
  • 5.5 One-round signing with PDF with signature acrofields
  • 5.6 Multi-round signing with PDF with signature acrofields
  • 5.7 Accessing document after inserting OTP
  • 5.8 Sign document with OTP
  • 5.9 Email
  • 5.10 QR code
View Categories
  • Home
  • Documentation
  • OKdokument API
  • 5. Configuration of the signing process
  • 5.9 Email

5.9 Email

OKdokument API allows you to share signatureRequest url via e-mail. To send email you have to use rules:

  • emailTo – email of the signer
  • emailFrom – email of the sender
  • nameFrom – name of the sender 

Email will be delivered from okdokument@okdokument.sk, but when the signer hits reply/reply all button, the response will be sent directly to the sender (emailFrom).

We recommend also using the following rules for additional setup in the signing process:

  • emailFinal – email for sending the signed document. By default, emailTo is used, but it can be changed. In case of multi-round signing, use this rule in the last signing round and fill all singers’ email addresses. Example: _emailFinal-email@address.com|email2@address.com_
  • emailNotification – email for sending reminder that document is awaiting signature.
  • language – language of the email template
  • filename – document name, that will be used in the email template. If filename is not filled, technical document ID will be used as a document name.

Email rules can be combined with other rules e.g. for multi-round signing, OTP signing etc.

{
  "rules": {
    "emailTo": "email@adress.com",
    "emailFrom": "email2@adress2.com",
    "emailFinal_nameFrom": "Jon Doe",
    "emailNotification_language": "en"
  },
   "filedata": {
        "filename":"exampleDocument.pdf",
        "content": "xyz_JVBERi0xLjc=="
    }
}
Updated on 21/03/2025
5.8 Sign document with OTP5.10 QR code
  • Documentation
    • OKdokument API
    • SIGNATUS User Manual
  • Contact Us
Proudly powered by WordPress