-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.json
36 lines (36 loc) · 1.01 KB
/
configuration.json
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
[
{
"key": "BaseUri",
"type": "input",
"defaultValue": "https://rest.messagebird.com/messages",
"templateOptions": {
"label": "Base URI",
"placeholder": "https://rest.messagebird.com/messages",
"description": "The BaseURI of the Messagebird API endpoint(s)",
"required": true
}
},
{
"key": "accesskey",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "AccessKey",
"type": "password",
"placeholder": "aBCDefg12hiJKew8uRaJNQMrdMsfdds4fDde3",
"description": "AccessKey for Messagebird API",
"required": true
}
},
{
"key": "originator",
"type": "input",
"defaultValue": "",
"templateOptions": {
"label": "Sending from",
"placeholder": "Tools4ever",
"description": "The sender of the message. This can be a telephone number (including country code) or an alphanumeric string. In case of an alphanumeric string, the maximum length is 11 characters",
"required": true
}
}
]