Save RSS author to Contacts

Pulls recent links from my blog's RSS feed and lets me choose which ones I want to share, then formats them as a Markdown linked list and copies it to my clipboard.

Actions Used

shortcuts-action-icon-repeat-with-each.webp
Repeat with Each
Takes a list of items as input, and runs the contained actions once for each item in the list.
shortcuts-action-icon-if.webp
If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
shortcuts-action-icon-split-text.webp
Split Text
Separates text passed into the action into a list.
shortcuts-action-icon-get-text-from-input.webp
Get Text from Input
Returns text from the previous action’s output. For example, this action can get the name of a photo or song, or the text of a web page.
shortcuts-action-icon-count.webp
Count
Counts the number of items, characters, words, sentences, or lines passed as input. Note (from Apple, for real) This is just like the Count in Sesame Street, but instead of a vampire, it’s a Shortcuts action.
shortcuts-action-icon-get-item-from-list.webp
Get Item from List
Returns one or more items from the list passed as input. You can get the first item, the last item, a random item, the item at a particular index, or items in a range of indexes.
shortcuts-action-icon-choose-from-list.webp
Choose from List
Presents a menu of the items passed as input to the action and outputs the user’s selection. Prompt The instruction provided when the list is presented. Select Multiple When enabled, multiple items may be chosen from the list.
shortcuts-action-icon-get-rss-feeds-from-page.webp
Get RSS Feeds from Page
Extracts any RSS feed URLs from the given web URLs or web page.
shortcuts-action-icon-get-items-from-rss-feed.webp
Get Items from RSS Feed
Downloads the latest items from an RSS feed.
Edit Contact
Sets a specific field of the contact passed into the action. Detail The property of the contact to edit. Edit The operation to perform on the selected property of the contact.

Extra Details

Run Shortcut deep link
shortcuts://run-shortcut?name=Save%20RSS%20author%20to%20Contacts
Open Shortcut deep link
shortcuts://open-shortcut?name=Save%20RSS%20author%20to%20Contacts
AppleScript code
tell application “Shortcuts Events” run shortcut “Save RSS author to Contacts” end tell

More From This Folder

Open RSS posts

Gets the RSS feed from the Shortcut Input, extracts 10 stories, presents them in a menu, and copies the chosen URLs before opening them in Safari.

Get Shortcut »

More From The Library

Get podcast show slug

Accesses the Transistor API to retrieve your account data, looks at first show, then retrieves the slug from its attributes – copy it and paste it into your other shortcuts.

Get Shortcut »

Change volume

Quickly change your device’s system volume by picking a numeric value from a list. Customize the list to contain your favorite volume presets, which support decimal values.

Original version by Federico Viticci for MacStories: https: or or www.macstories.net or ios or how-to-adjust-ios-volume-via-workflow-when-streaming-audio-to-homepod or

Get Shortcut »


Get way deeper into Shortcuts – become a member.