Skip to content

Commit ea54c79

Browse files
Update README.md
Adding description about how to create Infobip Provider
1 parent faea5f7 commit ea54c79

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,33 @@ war file can be found in build/libs
3838
"providerName": "Twilio Provider",
3939
"providerDescription": "SMS Provider for promotional messages",
4040
"providerKey":"Twilio",
41-
"countryCode":"+91",
41+
"countryCode":"+xx",
42+
"bridgeConfigurations": [
43+
{
44+
"configName":"Provider_Account_Id",
45+
"configValue":"xxxxx"
46+
},
47+
{
48+
"configName":"Provider_Auth_Token",
49+
"configValue":"xxxxx"
50+
}
51+
]
52+
}
53+
54+
This API will return Bridge Identifier by which you can use while sending SMS
55+
56+
#### Create Infobip SMS Bridge with http://host:9191/smsbridges
57+
method: POST
58+
HEADERS:
59+
Fineract-Platform-TenantId:tenantId
60+
Fineract-Tenant-App-Key:generatedAppkeywhilecreatingtenant
61+
Request Body:
62+
{
63+
"phoneNo": "+xxxxxxxxxxx",
64+
"providerName": "Infobip Provider",
65+
"providerDescription": "SMS Provider for transactional messages",
66+
"providerKey":"InfoBip",
67+
"countryCode":"+xx",
4268
"bridgeConfigurations": [
4369
{
4470
"configName":"Provider_Account_Id",
@@ -62,7 +88,7 @@ This API will return Bridge Identifier by which you can use while sending SMS
6288

6389
[{
6490
"internalId":"55",
65-
"mobileNumber":"+91xxxxxxxxxx",
91+
"mobileNumber":"+xxxxxxxxxxxx",
6692
"message":"Hello from Fineract",
6793
"providerId":"2"
6894
}]

0 commit comments

Comments
 (0)