-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathDataFire.yml
More file actions
46 lines (46 loc) · 884 Bytes
/
DataFire.yml
File metadata and controls
46 lines (46 loc) · 884 Bytes
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
options:
cors: true
actions:
action: ./actions/action.js
action1: ./actions/action1.js
tasks:
task:
schedule: cron(5 8 ? * 0)
action: linkedin/companies.get
accounts: {}
monitor:
action: linkedin/companies.get
accounts: {}
trackBy: ''
array: ''
input: {}
task1:
schedule: cron(5 8 ? * 0)
action: hubspot/getCompanyByDomain
accounts: {}
monitor:
action: hubspot/getCompanyByDomain
accounts: {}
trackBy: ''
array: ''
input:
domain: '""'
paths:
/paths0:
get:
action: linkedin/companies.get
accounts: {}
/paths1:
get:
action: hubspot/getCompanyByDomain
accounts: {}
tests:
test:
action: linkedin/companies.get
accounts: {}
input: {}
test1:
action: hubspot/getCompanyByDomain
accounts: {}
input:
domain: '""'