Auto-tagging (recipient)

You can add a tag to your template document using our auto tagging feature by inserting an anchor into your document. An anchor is made of:

  • A Role
  • Recipient number
  • Tag Type
  • Required/Optional
Anchor TypeExampleDescription
RoleSigner (S)Role of the recipient
Recipient numberx(1 to 30)Number of recipients. This must be a number from 1 to 30.
Tag TypeSignature (S)Type of field. See above for more details.
Required / OptionalRequired (R) or Optional (O)If you require the recipient to complete this transaction in order to sign the document.
Header tag|AT|Place this on the first page of your document to signify that the document contains auto tags.

An example of an anchor is:

JSON
Copy

To use the auto tagging feature you will first have to enable this in your options object. You will need to set the Industry Type based on the Signer Roles you wish to use. Please see the table below.

Hint The tags property in your recipients object should be empty.

JSON
Copy

A list of the roles the Yoti Sign API offers:

RolesTagIndustry Type
SignerSGENERAL
TenantTREAL_ESTATE
LandlordLREAL_ESTATE
AgentAREAL_ESTATE
GuarantorGREAL_ESTATE
ContractorCREAL_ESTATE

A list of the tag types the Yoti Sign API offers:

Tag TypesTagExample
SignatureSS1SR
Text FieldTS1TR
Check BoxCBS1CBR
Date SignedDSS1DSR
Radio GroupRG[X]*S1RG1R
AttachmentAS1AR
InitialsINS1INR
  • The [X] relates to the number of radio group boxes that are required.

There are also metadata tag types that can be configured:

Metadata Tag TypeMetaTagExample
namenmS1SR{"nm":"customTag"}
placeholderphS1TR{"ph":"my placeholder value"}
pre-filled valuepfS1TR{"pf":"my pre-filled value"}

Note the metadata tag types can only be used for the Text field(TR) tag type.

Hint the placeholder and pre-filled values can only be assigned to text field tags.

Good to know
Make sure that your tags are formatted correctly by viewing the auto tagging matrix.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard