-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Hi folks,
For versions > 1.4.2 when calling the send_conversation_message method
channel_id = "my_channel_id"
to = "my_whatsapp_number"
client = MessageBird::Client.new('MY_ACCESS_KEY')
message = client.send_conversation_message(channel_id, to, type: 'text', content: { text: 'Hello!' })
I receive the following error:
MessageBird::ErrorException: MessageBird::ErrorException
.../gems/ruby-2.7.4/gems/messagebird-rest-3.1.1/lib/messagebird/client.rb:91:in `parse_body' when calling this method.
It is working properly for version <= 1.4.2
Thank you for helping.
Metadata
Metadata
Assignees
Labels
No labels