Explore Plans
Mobile menu Close menu
AmplenoteAmplenote

Add a task

This action will add a task to the specified note.

Developer info

API endpoint slug
amplenote.add_task
Filter code method
Amplenote.addTask.skip(string?: reason)
Runtime method
runAction("amplenote.add_task", {})

Action fields

Note uuid Dropdown list

Label
Note
Helper text
The note that the task will be added to
Slug
note_uuid
Required
true
Can have default value
false

Text Text input > Title

Label
Text
Helper text
The text content of the task
Slug
text
Required
true
Can have default value
true
Filter code method
Amplenote.addTask.setText(string: text)

Description Text input > Long text

Label
Description
Helper text
If provided, the Text will be a link with this description in the Rich Footnote
Slug
description
Required
false
Can have default value
true
Filter code method
Amplenote.addTask.setDescription(string: description)

URL Text input > Link

Label
URL
Helper text
If given, the Text will be wrapped in a link to this URL
Slug
url
Required
false
Can have default value
true
Filter code method
Amplenote.addTask.setUrl(string: url)

Image Text input > Photo

Label
Image
Helper text
If provided, the Text will be a link with this image in the Rich Footnote
Slug
image
Required
false
Can have default value
true
Filter code method
Amplenote.addTask.setImage(string: image)