Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.07 KB

f.a.q.md

File metadata and controls

40 lines (22 loc) · 1.07 KB
description
Most frequently asked questions

F.A.Q

What are profile tags, and how should I use them?

A profile tag is an extra information associated with a profile.
Profile tags helps users mark certain profiles with specific information for search, analytics or workflow filtering.

How to format tags

You can add a list of searchable tags to a given profile,

  • Each tag is defined by name and value,
  • Value can be one of these data types (ie string, integer, float, boolean).

Example:
[{"name": "blacklist", "value": False}, {"name": "url", "value": xxx}....]

{% hint style="info" %} Tags must be included at profile's creation. {% endhint %}

What is an item_id and a profile_id?

An Item ID [item_id] is an attribute used to identify all documents uploaded in hrflow (either job's item or profile's item).

A Profile ID [profile_id] is a unique identifier for a HrFlow Profile.

{% hint style="info" %} Profile Id and Source Id represent in a unique way HrFlow Profile {% endhint %}