New services
Explore Plans
Mobile menu Close menu
iOS Reading ListiOS Reading List

Add item to Reading List

This Action will add a new item to your Reading List in Safari.

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
ios_reading_list.create_reading_list_item
Filter code method
IosReadingList.createReadingListItem.skip(string?: reason)
Runtime method
runAction("ios_reading_list.create_reading_list_item", {})

Action fields

Title Text input > Title

Label
Title
Slug
title
Required
false
Can have default value
true
Filter code method
IosReadingList.createReadingListItem.setTitle(string: title)

URL Text input > Link

Label
URL
Slug
url
Required
true
Can have default value
true
Filter code method
IosReadingList.createReadingListItem.setUrl(string: url)

Preview text Text input > Short text

Label
Preview text
Slug
preview_text
Required
false
Can have default value
true
Filter code method
IosReadingList.createReadingListItem.setPreviewText(string: previewText)