forked from edfryed/hull-datanyze
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
49 lines (49 loc) · 1.31 KB
/
manifest.json
File metadata and controls
49 lines (49 loc) · 1.31 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
47
48
49
{
"name": "Datanyze",
"description": "Fetch additional customer data from Datanyze",
"tags": ["outgoing", "batch", "oneColumn"],
"admin": "/admin/",
"picture": "picture.png",
"ui": false,
"readme" : "readme.md",
"version": "0.1.1",
"private_settings": [
{
"name": "synchronized_segments",
"title": "Filtered Segments",
"description": "Only send if user matches one of these segments. Empty sends no one.",
"default": [],
"type": "array",
"format": "segment"
},
{
"name": "target_trait",
"title": "Domain Lookup Field",
"description": "Choose which field to use to lookup a domain name",
"type": "string",
"format": "trait",
"default" : "domain"
}, {
"name":"excluded_domains",
"title": "Domain Excludes",
"description":"Domains to exclude from fetching. Comma Separated",
"type": "string",
"format": "text"
},{
"name":"token",
"title": "Datanyze Token",
"description":"Datanyze Token",
"type": "string",
"format": "text"
},
{
"name":"username",
"title": "Datanyze Username",
"description":"Datanyze Username or Email",
"type": "string",
"format": "text"
}
],
"resources": [],
"subscriptions" : [ { "url" : "/notify" } ]
}