Skip to content

Commit 251cef7

Browse files
committed
Description updates
1 parent 80f4e92 commit 251cef7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

components/yay_com/actions/create-outbound-call/create-outbound-call.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default {
3232
yayCom,
3333
"sipUser",
3434
],
35+
label: "Target SIP Users",
3536
type: "string[]",
3637
description: "One or more SIP users who will receive the outbound call request",
3738
optional: true,

components/yay_com/yay_com.app.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
propDefinitions: {
77
sipUser: {
88
type: "string",
9-
label: "SIP User",
9+
label: "SIP User ID",
1010
description: "The SIP user to make the outbound call for",
1111
async options() {
1212
const users = await this.listSipUsers();
@@ -20,7 +20,7 @@ export default {
2020
},
2121
huntGroups: {
2222
type: "string[]",
23-
label: "Hunt Groups",
23+
label: "Target Hunt Groups",
2424
description: "One or more hunt groups who will receive the outbound call request",
2525
optional: true,
2626
async options() {

0 commit comments

Comments
 (0)