Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WhatsApp sandbox - Can Not Send WhatsApp Sandbox message after updating nuget to version 3 #89

Open
ahmetkocadogan opened this issue Nov 17, 2020 · 2 comments

Comments

@ahmetkocadogan
Copy link
Contributor

#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: 'Conversation not found' parameter: ''

What can be wrong here ?

                Client _client= Client.CreateDefault("accesskey");
                ConversationMessageSendRequest _request = new ConversationMessageSendRequest()
                {
                    ChannelId = "channelid",
                    Type = ContentType.Text,
                    ConversationId = "conversationid",
                    Content = new Content() { Text = "hello" }
                };
                ConversationMessage message = _client.SendConversationMessage(_request.ConversationId, _request);
@ahmetkocadogan ahmetkocadogan changed the title WhatsApp sandbox - Can Not Send WhatsApp message after updating nuget to version 3 WhatsApp sandbox - Can Not Send WhatsApp Sandbox message after updating nuget to version 3 Nov 24, 2020
@ahmetkocadogan
Copy link
Contributor Author

this issue still persists. Nuget V3 can not send messages in WhatsApp Sandbox. Any update ?

@ahmetkocadogan
Copy link
Contributor Author

Any update on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant