Infos:
- Used Zammad version: 7.0.0-bc96ad9b.docker
- Used Zammad installation type: docker-compose
- Operating system: N/A
- Browser + version: N/A
Expected behavior:
- Integration of messageBird API (Send an SMS message | Bird API Docs) for sending SMS to work with no problems.
Actual behavior:
- When attempting to enter the token into the SMS notifications, the token gets rejected wth error:
#<MessageBird::ErrorException: Request not allowed (incorrect access_key) (error code: 2, parameter: access_key)>
Steps to reproduce the behavior:
Use the new messageBird API with url “https://api.bird.com” from Send an SMS message | Bird API Docs (this is since messageBird rebranded and thus made some changes to their API!)
The old API still works at “https://rest.messagebird.com/messages” with documentation MessageBird | API SMS Messaging - but this means anyone who signs up new to messageBird to integrate with Zammad their token will be rejected since their token is created with the new API now…is the new API integration being worked on?
*