python-intercom
python-intercom copied to clipboard
Python wrapper for the Intercom API.
Automated Release PR --- ## 0.1.0 (2024-07-04) Full Changelog: [v0.0.1...v0.1.0](https://github.com/intercom/python-intercom/compare/v0.0.1...v0.1.0) ### Features * **api:** OpenAPI spec update ([7b99dc3](https://github.com/intercom/python-intercom/commit/7b99dc3ea6ce3c61845510a06f313624d92db628)) * **api:** OpenAPI spec update ([632e659](https://github.com/intercom/python-intercom/commit/632e659f6a0694e1c262e77d8a1da664e67488fa)) * **api:** OpenAPI spec update ([a561dff](https://github.com/intercom/python-intercom/commit/a561dffa1225722412e78890ea2668f58a3d6aa9))...
Hi there! I am posting here to find out if there are any other users of this library which are experiencing errors when updating a lead. ```python lead = client.leads.find(id="valid-lead-id-here")...
Automated Release PR --- ## 4.0.0-alpha.2 (2024-07-30) Full Changelog: [v4.0.0-alpha.1...v4.0.0-alpha.2](https://github.com/intercom/python-intercom/compare/v4.0.0-alpha.1...v4.0.0-alpha.2) ### Features * **api:** update via SDK Studio ([#263](https://github.com/intercom/python-intercom/issues/263)) ([35af217](https://github.com/intercom/python-intercom/commit/35af217c3ce6fb0ac47aa0ecde8a08a99b4819ed)) * **api:** update via SDK Studio ([#265](https://github.com/intercom/python-intercom/issues/265)) ([bcc28f6](https://github.com/intercom/python-intercom/commit/bcc28f659e15461bf4b0308720e5cac7b088f273)) * **api:**...
This PR regenerates code to match the latest API Definition.
`CreateDataEventRequest` models (`CreateDataEventRequestWithId`, `CreateDataEventRequestWithUserId`, `CreateDataEventRequestWithEmail`) only accept string metadata, conflicting with Intercom’s documented metadata types (strings, numbers, Unix timestamps, rich links, monetary amounts). ### Steps to reproduce 1. Instantiate any...
This PR regenerates code to match the latest API Definition.