Group Location
Explore Plans
Mobile menu Close menu
AmplenoteAmplenote

Add a task

This action will add a task to the specified note.

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
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
Slug
note_uuid
Required
true
Can have default value
false

Text Text input > Title

Label
Text
Helper text
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
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
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
Slug
image
Required
false
Can have default value
true
Filter code method
Amplenote.addTask.setImage(string: image)