python-rest-api icon indicating copy to clipboard operation
python-rest-api copied to clipboard

This repository contains the open source Python client for MessageBird's REST API.

Results 16 python-rest-api issues
Sort by recently updated
recently updated
newest added

- Format client.py with black - Add conversation send path variable - Implement method for /conversations/send endpoint - Add integration type and api root variables - Add httpclient return in...

Hey, As far as I can see, the `Send Message` handler, i.e. POST to `/v1/send` , has no equivalents in this Python library, is this correct? I do see that...

Hi, I'm trying to implement some text to speech voice message. I need to detect machine answers to be able to call another phone for notification escalation. But get status...

Hi Is there a query argument for the /contacts/ endpoint to sort the contacts ascending or descending by createdDatetime? Thanks,

Accordingly to documentation https://developers.messagebird.com/api/groups/#add-contact-to-group change adding clients into group

`conversation_create_message` example not working with sandbox anymore. It was working fine on last release of v1.6.0

![image](https://user-images.githubusercontent.com/29500109/113262178-e9ffb880-9302-11eb-9657-2335eb0489d5.png) Getting an error above when using SDK's conversation_start with paid channel. But no issue with the same SDK method to send out template messages with sandbox channel

There is an Error ``` code : 21 description : Channel not found parameter : channelId ``` When I trying to send a message to WhatsApp (template), I'm using Live...

When looking up a phone number to do preliminary validation, the API can raise a HTTPError instead of ErrorException, as the HTTP status code 400 is not handled in the...

The response from the whatsapp sandbox when creating a message has variable names with different capitalization than the ConversationMessage object, meaning that the conversation message objects that are returned from...