Text
, Number
, Select
, Email
& Date
fields can be used by the users to take inputs with the respective
types from the user.
You can let you customers select from a list of options defined by you, using the Select
field type.
List of Stages
or List of Tags
. Such lists are platform specific and prone to changes. As a result hard coding the options using Primitive field types is not
recommended. To cater to such issues, Cobalt provides Select Fields
.
To use Select fields, create a setting as any and select the type from the list of Select fields available. The users can then select from the options defined for the
field which is fetched from the platform in real time. The below image shows the list of Pipedrive
Select fields to choose from.
Select
fieldsMap
type. These fields are used to map a platform defined list of properties to the triggers payload properties being sent by you. For example,
Custom Contact fields. You can define labels and ask the users to map the labels with the required custom properties defined in the platform.
In the example, a map type field is being configured to map Department, and Shift to any Pipedrive property. Your customer can select from the options agains the labels
Department or Shift, any properties fetched from Pipedrive’s Contact fields list in real time.