-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
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.