description |
---|
Most frequently asked questions |
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.
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 %}
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 %}