Action
Add tasks to FacileThings inbox
UPDATES
almost 3 years ago
Modified description
Add a list of items a as tasks to FacileThings inbox via Gmail.
Each line will be a new task.
Please note that your Gmail address has to be configured in FacileThings for Collect by email.
Steps
-
script
// Add the # character at the end of each line var lnText = draft.content; var lines = lnText.split('\n'); var newText = lines.join("#\n").replace(/\|/g, '\n\t'); draft.content = newText;
-
gmail
No preview available.
Options
-
After Success Trash Notification Info Log Level Error
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.