-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapi.json
More file actions
42 lines (38 loc) · 1.08 KB
/
api.json
File metadata and controls
42 lines (38 loc) · 1.08 KB
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
37
38
39
40
41
42
[
{
"name":"WasaTEXTO",
"configurables": [
"api_key",
"user",
"from"
],
"outgoing":{
"maxSmsSize":"160",
"hasAuthentication":"false",
"millisecondsBetweenMessages":"1",
"exponentialBackOffRetries":"true",
"maxRecipient":"1",
"request":{
"type":"GET",
"urlPath":"http://api.wasamundi.com/v2/texto/send_sms",
"recipientsSeparator":",",
"millisecondsBetweenMessages":"1",
"queryParameters":{
"from":"[from]",
"api_key":"[api_key]",
"user":"[user]",
"to":"[recipients]",
"msg":"[message]"
}
},
"response":{
"successStatus": "200",
"multiLineRecipientResponse": "false"
}
},
"status":{
"statusKey": "SmsStatus",
"statusSuccess": "sent"
}
}
]