Skip to main content

Values

ValueDescription
BOOLEANA boolean value (“true” or “false”).
COLORA hex color code starting with # (e.g., “#FF0000” or “#F00”).
DATEA date in ISO8601 format (YYYY-MM-DD, e.g., “2024-03-19”).
DATE_TIMEA datetime in ISO8601 format with timezone (YYYY-MM-DDThh:mm:ssZ, e.g., “2024-03-19T12:00:00Z”).
EMAILA valid email address (e.g., “[email protected]”).
FLOATA decimal number value (e.g., “3.14”).
INTEGERA whole number value (e.g., “42”).
JSONA valid JSON value of any type.
MONEYA money value as a JSON object with amount and currency code (e.g., {“amount”: “10.99”, “currency_code”: “CAD”}).
PHONE_NUMBERA valid E.164 phone number (e.g., “+1234567890”).
STRINGA simple text value.
URLA valid HTTP or HTTPS URL (e.g., “https://example.com”).

Used by