Action

Inbox (IF draft is not empty)

Posted by 42sol-eu (Andreas_Haeberle), Last update over 3 years ago - Unlisted

Send to Things as new task and include a link back to draft
IF not empty

WARNING: this needs the Inbox Action

Steps

  • script

    
    
    if( draft.content.length != 0 )
    {
    	let action = Action.find("Inbox");
    
    	// queue to action to run after the current action
    	app.queueAction(action, draft);
    }
    else
    {
    	app.displayInfoMessage("Empty Drafts found. Noting to send to Things3");
    }

Options

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