This repository was archived by the owner on Jul 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathinteraction_analyzer.json
More file actions
executable file
·46 lines (46 loc) · 1.62 KB
/
interaction_analyzer.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"script":{
"released":"2020-05-26",
"icon":"security",
"title":"Interaction Analyzer",
"description":"A tool for viewing calendar and email interactions for tracking work quicker.",
"image":"https://drive.google.com/file/d/1KBeZkv0gncjNV1dvg6IUkcF-SPPgGm9F/view?usp=sharing",
"sample":"https://docs.google.com/spreadsheets/d/164ey9QUvu6J4qxAGd21FUGFZTtjmXPgES9UHGu2CQ5A/",
"from":["gmail", "calendar", "plx", "sheets", "apps script"],
"to":["datastudio"],
"pitches":[
"View distribution of calendar meetings.",
"View distribution of email threads.",
"Find interactions with specific clients.",
"Check whom each interaction rolls up to.",
"AI identifies possible interactions to track."
],
"impacts":{
"spend optimization":0,
"spend growth":0,
"time savings":100,
"account health":100,
"csat improvement":100
},
"instructions":[
"Add this card to a recipe and save it.",
"Then click **Run Now** to deploy.",
"Follow the [instructions](https://docs.google.com/spreadsheets/d/164ey9QUvu6J4qxAGd21FUGFZTtjmXPgES9UHGu2CQ5A/) for setup."
],
"authors":["kenjora@google.com"]
},
"setup":{
"day":[],
"hour":[]
},
"tasks":[
{ "drive": {
"auth": "user",
"hour":[],
"copy":{
"source":"https://docs.google.com/spreadsheets/d/164ey9QUvu6J4qxAGd21FUGFZTtjmXPgES9UHGu2CQ5A/",
"destination":{"field":{ "name":"recipe_name", "prefix":"CM User Editor For ", "kind":"string", "order":1, "description":"Name of document to deploy to.", "default":"" }}
}
}}
]
}