forked from chadsmith/OpenVBX-Plugin-Outbound
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 654 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 654 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
{
"name" : "Outbound Flows",
"author" : "Chad Smith <chad@nospam.me>",
"description" : "Lets you call out with a flow now or later. Start or schedule calls and messages within a flow.",
"url" : "http://twitter.com/chadsmith",
"links" : [{
"menu" : "Outbound",
"url" : "outbound",
"script" : "outbound.php",
"label" : "Start Flow"
},
{
"menu" : "Outbound",
"url" : "outbound/schedule",
"script" : "schedule.php",
"label" : "Schedule Flow"
},
{
"menu" : "Outbound",
"url" : "outbound/queue",
"script" : "queue.php",
"label" : "Manage Queue"
},
{
"url" : "outbound/cron",
"script" : "queue.php",
"hook" : true
}]
}