Does it impact me?
It only impacts you if you’re using:
central-api.phonon.io
and not:
central.phonon.io
Executive Summary:
Following URL:
Code Block |
---|
https://central-api.phonon.io/kairos-apis/outbound/create |
...
will now be yielding the following response now:
This has been updated on Thursday 16th, March, 2023.
Code Block | ||
---|---|---|
| ||
{ "SendMessageResponse": { "ResponseMetadata": { "RequestId": "d36bbbeaapi-6cde-5fcf-bdac-e7aa4784007f" }, "SendMessageResult": { "MD5OfMessageAttributes": null, "MD5OfMessageBodyresponse-code": 202, "api-response-message": "1b186112f81d169b1af8042d686adb62Accepted", "MD5OfMessageSystemAttributes": null, "MessageId "request-id": "53ebc3409ae732e9-e204aa25-45204e19-bfbda66c-93840c53f091dd18bd9a51f7", "SequenceNumber "call-details": null } } } |
and:
The Phonon UUID and Request ID is not currently shared in the response.
RequestId
is not either Phonon UUID or Request IDThe Request ID is shared and can be used to track the status in your account.
The response status code is
Status colour Green title 202 The
Whitelist IP
section of the Central Admin Portal will not implement on the bulk API. You can reach out to your Account Manager or help@phonon.io for any IP whitelisting. If your IP is not whitelisted, you’ll get a
status code.Status colour Yellow title 403
Why are the changes
...
made?
We have made the changes in the Bulk API module of Central, that increases our API throughput capability by more than 10x.
...
The response JSON will be updated with Phonon UUID and/or Request ID.
...
further enhanced to communicate scenarios in case of an error.
I need more information, what can I do?
Reach out to your Account Manager or help@phonon.io for the same.