Creating a custom object

Learn how to create a custom object in SleekFlow

The information in this section applies to admin account users

You can create a custom object on the “Custom objects” setting page. You can reach this page by following the steps below.

  1. The “Settings” sidebar will appear, you can then click on “Custom objects” under the “Contacts and Data” section

  2. Click the "Create custom object" button

A pop-up window will appear, allowing you to create custom objects from scratch or with a template. Creating from a template will have most of the information prefilled, whereas creating from scratch will allow you to define everything on your own. If you are not sure about the structure of your custom object, feel free to create it from a template to get some inspiration, you can always edit the settings to customize it according to your needs.

Follow the steps below to create your own custom object.

Step 1 - Custom object configurations

First, you are required to provide the object name, which is the display name of the object across the platform.

The object key will be auto-generated if the object name is in English character. You can also edit it freely. The object key is the unique key, which will be used when calling our APIs or using third-party integration tools, to let the system know which custom object you want to operate on.

Then you can define the relationship between the object you’re creating and your contacts.

One-to-one relationship

You can only create one record for this object for each contact

One-to-many relationship

You can create more than one record for this object for each contact

Once you are satisfied with the object configuration, you can click “Next” and move to Step 2.

Step 2 - Define properties

In this step, you will define the properties of your object. In each custom object, the primary property is a required property, to define the primary property, you can find the property details in the table below.

Property name

This is the title of each of property in the record

Property key

This will be used to distinguish properties from each other in the database. This will also be used for API call actions.

Property type

This is the data type pertaining to the property, you can find the supported property type below

Required

When this is enabled, this property is required to fill in each time when a record is being created

In SleekFlow, we support the following property types within custom objects:

  1. Text

  2. Number

  3. Decimal

  4. Single-selection dropdown

  5. Multi-selection dropdown

  6. Boolean

  7. Date

  8. Datetime

In each object, there is a primary property which is used as the main identifier and the subject of each record. On top of the standard property fields, you can choose if this is an auto-generated record. Once you select “Yes”, a “Prefix” field will appear, and you can set the prefix of the primary property. Prefix is the first 3 or 4 characters of the record identifier, for example, if I set the prefix as “TIK”, the primary property ID of the first record generated for the object will be “TIK00001”. The auto-generated record will be in number format. If you choose not to generate record data automatically, you will be required to create this property record data manually.

You can add any additional properties by clicking the “+ Add new property” button on the top right.

You can delete any non-primary property by clicking the “delete” button on the top right of each of the property item.

Once you have added all of the properties you want to the object, you can click “Save” on the top right of the screen.The object will then be created.

There is a limit for the number of properties you can include for each custom object according to your plan tier.If you wish to increase your limit, please contact your account manager.

Last updated