csharp-rest-api
csharp-rest-api copied to clipboard
This repository contains the open source C# client for MessageBird's REST API.
HsmContent is missing 'Component' ???  
Hi, I just query SMS messages: ``` var messageBird = Client.CreateDefault(AccessKey); var messages = messageBird.ListMessages(string.Empty, 200); ``` And I got the following exception in my unit test: ``` [xUnit.net 00:00:17.17]...
At the moment all API requests in C# clients are executed synchronously. Is there plan to introduce asynchronous methods with async/await and cancellation token support?..
Currently The code i have fetches everything then filters on all results, the payload can be heavy in the future for this. [HttpGet("{contactId}")] public List GetConversations(string contactId, [FromHeader(Name = "keys")]...
Documentation says ViewContact function can take in Name and msidn as optional parameters to view contact. The compiled Nuget Package Code has no input for these optional parameters. Please help...
https://developers.google.com/business-communications/business-messages/guides/how-to/message/send#rich_text If the documentation above is the right documentation for Google Business Messages that can be installed and used via MessageBird, those rich text, how can i set `'containsRichText': 'true',`...
In the documentation here https://developers.messagebird.com/api/conversations/#supported-media-types-per-platform  Documentation shows that Google Business Messages support only image media type. Is there another media types that can be supported ? Is this related...
For Google Business Message webhook request, there is a metadata object which shows some details of the person and the platform who sended a message to our google business message...
For Google Business Message webhook request, there is a displayName property which shows the display name of the person who sended a message to our google business message chat, but...
template
Send template example not work