Intercom integration (Communication, Productivity). Imported from open-connector.
https://api.intercom.io/me
/admins
| Param | Type | Required | Description |
|---|---|---|---|
| displayAvatar | boolean | optional | Whether Intercom should include admin avatar objects in the response. |
/admins/{adminId}
| Param | Type | Required | Description |
|---|---|---|---|
| adminId | string | required | Intercom admin identifier. |
/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| perPage | integer | optional | Maximum number of Intercom records to return. |
| startingAfter | string | optional | Opaque Intercom cursor returned from a previous paginated response. |
/contacts/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | object | required | Intercom key-value object. |
| perPage | integer | optional | Maximum number of Intercom records to return. |
| startingAfter | string | optional | Opaque Intercom cursor returned from a previous paginated response. |
/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | string | required | Intercom contact identifier. |
/contacts/find_by_external_id/{externalId}
| Param | Type | Required | Description |
|---|---|---|---|
| externalId | string | required | External identifier stored on the Intercom contact. |
/companies
| Param | Type | Required | Description |
|---|---|---|---|
| companyId | string | optional | Company identifier defined by you in Intercom. |
| name | string | optional | Company name to look up in Intercom. |
/conversations
| Param | Type | Required | Description |
|---|---|---|---|
| perPage | integer | optional | Maximum number of Intercom records to return. |
| startingAfter | string | optional | Opaque Intercom cursor returned from a previous paginated response. |
/conversations/{conversationId}
| Param | Type | Required | Description |
|---|---|---|---|
| conversationId | string | required | Intercom conversation identifier. |
| displayAs | string | optional | How Intercom should render conversation message bodies in the response. |
/events
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | optional | User ID used to identify the Intercom user. |
| string | optional | Email address used to identify the Intercom user. | |
| intercomUserId | string | optional | Intercom user or lead identifier. |
| summary | boolean | optional | Whether Intercom should return event summary data. |
| perPage | integer | optional | Maximum number of Intercom records to return. |
/tags
/counts
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | optional | Intercom count type to request, such as conversation. |
| count | string | optional | Intercom count grouping to request, such as tag or segment. |
/tickets/{ticketId}
| Param | Type | Required | Description |
|---|---|---|---|
| ticketId | string | required | Internal Intercom ticket identifier. |
/tickets/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | object | required | Intercom key-value object. |
| perPage | integer | optional | Maximum number of Intercom records to return. |
| startingAfter | string | optional | Opaque Intercom cursor returned from a previous paginated response. |
/jobs/status/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| jobId | string | required | Intercom job identifier. |
/articles
| Param | Type | Required | Description |
|---|---|---|---|
| perPage | integer | optional | Maximum number of Intercom records to return. |
| startingAfter | string | optional | Opaque Intercom cursor returned from a previous paginated response. |
/articles/{articleId}
| Param | Type | Required | Description |
|---|---|---|---|
| articleId | string | required | Intercom resource identifier. |