After upgrading to the latest Infobip client we're seeing errors returned from Infobip that seem to be caused by this commit: 3e36f8e
While that commit brings oneapi-python up to OneApi standards, it seems to be breaking it's support of Infobip's smsmessaging/outbound endpoint:
https://oneapi.infobip.com/1/smsmessaging/outbound/xxxx/requests
Error:
{"clientCorrelator":null,"serviceException":{"messageId":"MISSING_PARAMETER","text":"Missing parameter","variables":["binary or message"],"additionalDescription":null},"variables":null}}
It seems this endpoint expects message to be at the top level and not nested under outboundSMSTextMessage.
After upgrading to the latest Infobip client we're seeing errors returned from Infobip that seem to be caused by this commit: 3e36f8e
While that commit brings
oneapi-pythonup toOneApistandards, it seems to be breaking it's support of Infobip's smsmessaging/outbound endpoint:Error:
It seems this endpoint expects
messageto be at the top level and not nested underoutboundSMSTextMessage.