This action will create a new Timeline Event.
- API endpoint slug
- timelines.event
- Filter code method
- Timelines.event.skip(string?: reason)
- Runtime method
- runAction("timelines.event", {})
Action fields
- 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)
- 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)
- 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)
- 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)