File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ export class Signal implements INodeType {
8484 displayName : 'Account' ,
8585 name : 'account' ,
8686 type : 'string' ,
87+ description : 'Phone number (international format)' ,
8788 default : '' ,
8889 required : true ,
8990 displayOptions : {
@@ -98,7 +99,7 @@ export class Signal implements INodeType {
9899 type : 'string' ,
99100 default : '' ,
100101 required : true ,
101- description : 'Phone number or group ID of the recipient' ,
102+ description : 'Phone number (international format) or group ID of the recipient' ,
102103 displayOptions : {
103104 show : {
104105 resource : [ 'message' ] ,
Original file line number Diff line number Diff line change @@ -32,13 +32,6 @@ export class SignalTrigger implements INodeType {
3232 } ,
3333 ] ,
3434 properties : [
35- {
36- displayName : 'Account' ,
37- name : 'account' ,
38- type : 'string' ,
39- default : '' ,
40- required : true ,
41- } ,
4235 ] ,
4336 } ;
4437
You can’t perform that action at this time.
0 commit comments