AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
TimelinesTimelines

Create a new Event with Values

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

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will create a new Timeline Event with Values to track.
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 ID 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.setTimelineId(string: timelineId)

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.setEventAt(string: eventAt)

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. More Info
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 "Costs: 100$", Costs would be the Value Title. More Info
Slug
value_title
Required
true
Can have default value
true
Filter code method
Timelines.eventWithValues.setValueTitle(string: valueTitle)

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. More Info
Slug
value_type
Required
true
Can have default value
true
Filter code method
Timelines.eventWithValues.setValueType(string: valueType)

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.setUnitKey(string: unitKey)