- Joined
- Mar 9, 2022
- Messages
- 22
- Reaction score
- 5
Hello All,
We have authentication issues when sending via Bandwidth. SMS setup documentation for the Bandwidth provider is dated and references username/password values that are no longer present.
We have the Bandwidth SMS Application API token that works with CURL, but we don't know where to plug the token in 3CX to make the outbound SMS flow work.
No matter what we try in 3CX we get:
_3CX.GatewayService.Server.SmsProviders.BandwidthProvider] bandwidth: Status: 401, Reason:
Please advise.
CURL script:
curl -v -u 'TOKEN:SECRET' \
https://messaging.bandwidth.com/api/v2/users/YOUR_ACCOUNT_ID/messages \
-H 'Content-Type: application/json' \
-d '{
"applicationId":"YOUR_MESSAGING_APP_ID",
"to":["+1XXXXXXXXXX"],
"from":"+1YOUR_DID",
"text":"curl test"
}'
We have authentication issues when sending via Bandwidth. SMS setup documentation for the Bandwidth provider is dated and references username/password values that are no longer present.
We have the Bandwidth SMS Application API token that works with CURL, but we don't know where to plug the token in 3CX to make the outbound SMS flow work.
No matter what we try in 3CX we get:
_3CX.GatewayService.Server.SmsProviders.BandwidthProvider] bandwidth: Status: 401, Reason:
Please advise.
CURL script:
curl -v -u 'TOKEN:SECRET' \
https://messaging.bandwidth.com/api/v2/users/YOUR_ACCOUNT_ID/messages \
-H 'Content-Type: application/json' \
-d '{
"applicationId":"YOUR_MESSAGING_APP_ID",
"to":["+1XXXXXXXXXX"],
"from":"+1YOUR_DID",
"text":"curl test"
}'
