Action

Amazon/Whole Foods

Posted by sylumer, Last update over 3 years ago - Unlisted

Steps

  • script

    let astrItems = draft.content.split("\n");
    astrItems.forEach(function(strItem)
    {
    	if (strItem.length > 0) app.openURL(`https://www.amazon.com/s?k=${encodeURIComponent(strItem)}&i=wholefoods&ref=nb_sb_noss_1`, false);
    });

Options

  • After Success Default
    Notification Info
    Log Level Error
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.