team-telnyx / telnyx-java

Java SDK for the Telnyx API
10 stars 20 forks source link

Creating MessagingProfile doesn't support whitelisted destinations #58

Closed alexisromero-toast closed 7 months ago

alexisromero-toast commented 8 months ago

The CreateMessagingProfileRequest object that is used to create messaging profiles doesn't support whitelisted_destinations and according to the documentation, it should.

ramnish commented 7 months ago

@ADandyGuyInSpace Can you please update this SDK with latest API specs? Since the March 1 update, CreateMessageProfileRequest call is broken (whitelisted_destinations missing). Thank you

dmmc12 commented 7 months ago

Hello @ramnish @alexisromero-toast

A feature parity update has been released in 3.6.0 which should include the latest API specs as well as the changes with the whitelisted destinations for messaging profile creation.

We will await your feedback before we close this issue.

Thank you.

alexisromero-toast commented 7 months ago

I was able to create a messaging profile using the whitelistedDestinations using version 3.6.0 👍

ramnish commented 7 months ago

Thank you @dmmc12 . CreateMessageProfileRequest is working fine in 3.6.0.

alexisromero-toast commented 7 months ago

This is working now, thanks @dmmc12

dmmc12 commented 7 months ago

Thank you for the confirmation @alexisromero-toast happy messaging!