Explore Plans
Mobile menu Close menu
Timelines

Create a new Event with Values

This action will create a new Timeline Event with Values to track.

Developer info

API endpoint slug
timelines.event_with_values
Filter code method
Timelines.eventWithValues.skip(string?: reason)
Runtime method
runAction("timelines.event_with_values", {})

Action fields

Title Text input > Long text

Label
Title
Helper text
The title of the Event, that will be created on a Timeline.
Slug
title
Required
true
Can have default value
true
Filter code method
Timelines.eventWithValues.setTitle(string: title)

Description Text input > Long text

Label
Description
Helper text
The Event's description.
Slug
description
Required
false
Can have default value
true
Filter code method
Timelines.eventWithValues.setDescription(string: description)

Timeline Text input > Short text

Label
Timeline Id
Helper text
The Timeline ID, which you can find in the menu of each timeline, under the item "Show Timeline Info".
Slug
timeline_id
Required
true
Can have default value
true
Filter code method
Timelines.eventWithValues.setTimeline(string: timeline_id)

Event at Text input > ISO 8601 date and time

Label
Event At
Helper text
The Event's datetime. Use a date ingredient here or leave the field empty and the current local time will be used.
Slug
event_at
Required
false
Can have default value
true
Filter code method
Timelines.eventWithValues.setEvent At(string: event_at)

Value Text input > Long text

Label
Value
Helper text
The real value after selecting a Value Type. For example, for Value Type Integer: 100, for Decimal: 10.5, for Text: Test or for Boolean: true. <a href="https://timelines.io/static.php?content=getting_started" target="_blank">More Info</a>
Slug
value
Required
true
Can have default value
true
Filter code method
Timelines.eventWithValues.setValue(string: value)

Value title Text input > Long text

Label
Value Title
Helper text
Name by which the value should be tracked. As for example with &quot;Costs: 100$&quot;, Costs would be the Value Title. <a href="https://timelines.io/static.php?content=getting_started" target="_blank">More Info</a>
Slug
value_title
Required
true
Can have default value
true
Filter code method
Timelines.eventWithValues.setValue Title(string: value_title)

Value type Dropdown list

Label
Value Type
Helper text
Timeline Events can track four different values: Integer, Decimal, Text and Boolean. Depending on which Value Type is selected, the Value must also match the Value Type. <a href="https://timelines.io/static.php?content=getting_started" target="_blank">More Info</a>
Slug
value_type
Required
true
Can have default value
true
Filter code method
Timelines.eventWithValues.setValue Type(string: value_type)

Unit key Dropdown list

Label
Unit
Helper text
A key to identify the Value's Unit, e.g. kmh for the Unit kilometers per hour .
Slug
unit_key
Required
false
Can have default value
true
Filter code method
Timelines.eventWithValues.setUnit Key(string: unit_key)