Last updated
In Graspil, you can add your own custom fields for users.
For example, if your system has different pricing plans, you can create a "Plan" field and fill it in for each user.
This allows you to:
filter users by the values of this field;
create reports that use the data from these fields
A custom field is a user property that describes their current state (for example, plan, status, city).
An event is an action the user performs in your system (registration, page view, purchase, etc.).
Select the resource you need.
Go to the custom fields settings section:
Add the fields you need.
Field settings
Field name — the display name. It can be changed at any time.
Key — the unique identifier of the field, used in the system, including when transferring data via the API.
Type — the type of data that will be stored in the field:
string, number, boolean, date, array.
Please note: data must match the selected type. For example, you can't pass a string into a field of type "number".
There are several ways:
Pass data using the API
Pass data from the Mini App, using the corresponding command
Populate data using graspil automations
Pass data from your website/landing page using the data transfer script.
Last updated