From b36bc2b0fb1262f3f83cfa62d795ecb946f0cfb3 Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Tue, 27 Aug 2024 12:46:13 +0200 Subject: [PATCH] Update README.md --- examples/typescript/pipe-tagging-activity/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/examples/typescript/pipe-tagging-activity/README.md b/examples/typescript/pipe-tagging-activity/README.md index df2ed334c..bc1378a6a 100644 --- a/examples/typescript/pipe-tagging-activity/README.md +++ b/examples/typescript/pipe-tagging-activity/README.md @@ -3,19 +3,23 @@ in screenpipe we have a plugin system called "pipe store" or "pipes" think of it like this: -πŸ“ΊπŸŽ™οΈ | AI tag | notion update +screenpipe data -> your pipe like "AI annotate" or "send to salesforce" + +a more dev-friendly explanation: + +screenpipe | AI tag | notion update or -πŸ“ΊπŸŽ™οΈ | AI tag | slack send report +screenpipe | AI tag | slack send report or -πŸ“ΊπŸŽ™οΈ | fill salesforce +screenpipe | fill salesforce or -πŸ“ΊπŸŽ™οΈ | logs daily +screenpipe | logs daily basically it would read, process, annotate, analyse, summarize, send, your data customisable to your desire, effortlessly