Explore Plans
Mobile menu Close menu
TimelinesTimelines

Create a new Event

This action will create a new Timeline Event.

Developer info

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

Action fields

Title Text input > Short 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.event.setTitle(string: title)

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
false
Can have default value
true
Filter code method
Timelines.event.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.event.setEventAt(string: eventAt)

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.event.setDescription(string: description)