Automate Reddit
Explore Plans
Mobile menu Close menu
AmplenoteAmplenote

Add a bullet

This action will add a bullet list item 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
This action will add a bullet list item to the specified note.
API endpoint slug
amplenote.add_bullet
Filter code method
Amplenote.addBullet.skip(string?: reason)
Runtime method
runAction("amplenote.add_bullet", {})

Action fields

Note uuid Dropdown list

Label
Note
Slug
note_uuid
Required
true
Can have default value
false

Text Text input > Title

Label
Text
Helper text
The text to use as the content of the bullet list item.
Slug
text
Required
true
Can have default value
true
Filter code method
Amplenote.addBullet.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.addBullet.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.addBullet.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.addBullet.setImage(string: image)