python-intercom
python-intercom copied to clipboard
Python wrapper for the Intercom API.
Hello, is this project maintained by anyone officially? There are many PRs open, if it's not maintained at all it could be "archived" 👍
I have added contacts features from Intercom API v2.0.
I'm trying to update a user but I'm getting the following error: `BadRequestError: bad 'pages' parameter` What I'm doing is the following: ``` user = intercom.users.find(email="[email protected]") user.custom_attributes['firstName'] = 'Bob' intercom.users.save(user)...
The original code is invalid - quotes left open for the value and quotes used incorrectly for the key.
The error of type 'None' is not recognized. It occurred with the message: Server Error and http_code: '500'. Please contact Intercom with these details. message: The error of type 'None'...
Did you forget adding documentation for bulk operations on the intercom website or was it intentionally removed? From what I can see here is the PR for bulk operations :...
It seems to be already part of the package, but is missing from the docs.
Is this the intended behavior? Seems to cause issues when trying to save the user data back to Intercom.
Python: 3.6.4 Python-intercom: 3.1.0 Not exactly sure how active this repository is, but thought I would raise this issue regardless. When using `intercom.users.create()` we occasionally (sometimes in high burts) get...
I'm wondering if I can assign or change the Owner associated with a user. I assume it's an attribute but not sure what it's called, unable to find it... Thanks...