You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "The number from which the SMS/MMS is sent",
40
+
asyncoptions(){
41
+
constnumbers=awaitthis.listNumbers();
42
+
returnnumbers.map(({ number })=>number);
43
+
},
44
+
},
45
+
toNumber: {
46
+
type: "string",
47
+
label: "To Number",
48
+
description: "The recipient's phone number",
49
+
},
50
+
content: {
51
+
type: "string",
52
+
label: "Content",
53
+
description: "The content of the SMS/MMS",
54
+
},
55
+
medias: {
56
+
type: "string[]",
57
+
label: "Medias",
58
+
description: "The media files for MMS. It should be a valid url field and size should not be greater than 5mb. Upto 5 media lists are supported. Media url should be starting from https. Media url should be public accessible and content-type should be supported by KrispCall app.",
59
+
},
60
+
contactIds: {
61
+
type: "string[]",
62
+
label: "Contact Numbers",
63
+
description: "The phone numbers of the contacts to delete",
0 commit comments