Airbyte Intercom Connector for AI platforms
Project description
Intercom agent connector
Intercom is a customer messaging platform that enables businesses to communicate with customers through chat, email, and in-app messaging. This connector provides read-only access to core Intercom entities including contacts, conversations, companies, teams, admins, tags, and segments for customer support analytics and insights.
Example questions
The Intercom connector is optimized to handle prompts like these.
- List all contacts in my Intercom workspace
- Show me conversations from the last week
- List all companies in Intercom
- What teams are configured in my workspace?
- Show me all admins in my Intercom account
- List all tags used in Intercom
- Get details for contact {contact_id}
- Show me all customer segments
- Get company details for {company_id}
- List conversations assigned to team {team_id}
- Show me open conversations
- Get conversation details for {conversation_id}
Unsupported questions
The Intercom connector isn't currently able to handle prompts like these.
- Create a new contact in Intercom
- Send a message to a customer
- Delete a conversation
- Update company information
- Assign a conversation to an admin
- Create a new tag
Installation
uv pip install airbyte-agent-intercom
Usage
from airbyte_agent_intercom import IntercomConnector, IntercomAuthConfig
connector = IntercomConnector(
auth_config=IntercomAuthConfig(
access_token="..."
)
)
result = await connector.contacts.list()
Full documentation
This connector supports the following entities and actions.
| Entity | Actions |
|---|---|
| Contacts | List, Get |
| Conversations | List, Get |
| Companies | List, Get |
| Teams | List, Get |
| Admins | List, Get |
| Tags | List, Get |
| Segments | List, Get |
For detailed documentation on available actions and parameters, see this connector's full reference documentation.
For the service's official API docs, see the Intercom API reference.
Version information
- Package version: 0.1.17
- Connector version: 0.1.1
- Generated with Connector SDK commit SHA: ca5acdda8030d8292c059c82f498a95b2227c106
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file airbyte_agent_intercom-0.1.17.tar.gz.
File metadata
- Download URL: airbyte_agent_intercom-0.1.17.tar.gz
- Upload date:
- Size: 110.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1d3a8c5e3d1275dec25c86323fa12a12d7111bc422c4a581165b82243adc90e
|
|
| MD5 |
55abc15bddd315f5bbb13edb1515331b
|
|
| BLAKE2b-256 |
50d4964092a8d1a7817f546b17fb69ab8caecaab7c302d0675f29137727528ee
|
File details
Details for the file airbyte_agent_intercom-0.1.17-py3-none-any.whl.
File metadata
- Download URL: airbyte_agent_intercom-0.1.17-py3-none-any.whl
- Upload date:
- Size: 135.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dc43373ad659ffd9d39a6af6820889bd9e96cba146eb21c57bc084ab693cbce
|
|
| MD5 |
3f04e9d996769009085d6648a69a7e8c
|
|
| BLAKE2b-256 |
0caa552c50a1efd2d7b106a7ba414e110223d785cd5c96c5c1600ab68977bfc5
|