csharp-rest-api
csharp-rest-api copied to clipboard
This repository contains the open source C# client for MessageBird's REST API.
https://github.com/messagebird/csharp-rest-api/pull/87 I updated MessageBird nuget package to version 3.0.0 accesskey, channelid and conversationid parameters are from WhatsApp Sandbox page. When i want to send message, i get error **NotFound description:...
i get this error: Could not create SSL/TLS secure channel, why?
  
During a call with the client to: messageBirdClient.ListConversationMessages(conversationId); got error Error converting value "rejected" to type 'MessageBird.Objects.Conversations.ConversationMessageStatus'. Path 'items[1].status', line 1, position 1187. Because response contains a message with status...
Update dependencies list
Added the lasMessageId property to the MessagesCount class. Required for an implementation I'm doing.
The enum ChannelStatus in MessageBird.Objects.Conversations do not have the options **unavailable** or **not_verified** which generate the following errors parsin the JSON: - MessageBird.Exceptions.ErrorException: Received response in an unexpected format! --->...
Hello, In our project we changed the default JSON.NET configuration to use a enum to string converter globally. Meaning all enums are converted to strings when serialized. This however causes...
I am trying to get a list of all calls. I am using the `client.ListCalls();` function. However there's no CallStatus for the status 'no_answer' making the function crashes.