python-intercom
python-intercom copied to clipboard
Python wrapper for the Intercom API.
Also returning False for update_last_request_at field as it is a boolean. Inspired by #173 (@mikexine)
The /conversations endpoint also has a `waiting_since` field as timestamp ([link to API ref](https://developers.intercom.com/v2.0/reference#conversation-model))
Currently the README file states: `# Tag users` `tag = intercom.tags.tag_users(name='blue', users=[{'email': '[email protected]'}])` But this results in `AttributeError: 'Tag' object has no attribute 'tag_users'` Perhaps it should say: `tag =...
it would be helpful if all intercom api requests were throttled automatically to avoid exceeding limits
* Drop unsupported Python3 versions and Python2 * Add poetry to project to better manage dependencies * Add Contacts data model
Hi there, it would be useful to be able to provide a session to the client. This way the session could be setup with custom adapters externally. This PR just...
Hello, I am attempting to search for an existing lead via an email address. The API request goes in successfully but iterating through the results results in an `KeyError` I...
Hello ! Thank you for the library :) I cannot iterate through the tags I have in my Workspace. When I do ` # find all tags using the Intercom...
Whilst running the below code line to query for all past convos, I run into this exception. The file throwing the Exception is [typed_json_deserializer.py](https://github.com/intercom/python-intercom/blob/a1b12bace6d24b4ce70e8ce234f3a4f3bca9acf2/intercom/lib/typed_json_deserializer.py) It doesn't happen if I query...