Crisp integration (Communication, Marketing). Imported from open-connector.
https://api.crisp.chat/v1/website/{websiteId}
| Param | Type | Required | Description |
|---|---|---|---|
| websiteId | string | required | Path parameter: websiteId |
/website/{websiteId}/conversations/{pageNumber}
| Param | Type | Required | Description |
|---|---|---|---|
| pageNumber | integer | required | The 1-based conversation page number to request from Crisp. |
| perPage | integer | optional | The number of conversations to request per page. |
| searchQuery | string | optional | Search text used by Crisp conversation search. |
| includeEmpty | boolean | optional | Whether Crisp should include empty conversations. |
| filterUnread | boolean | optional | Whether Crisp should return only unread conversations. |
| filterResolved | boolean | optional | Whether Crisp should return only resolved conversations. |
| filterNotResolved | boolean | optional | Whether Crisp should return only unresolved conversations. |
| filterAssigned | boolean | optional | Whether Crisp should return only assigned conversations. |
| filterUnassigned | boolean | optional | Whether Crisp should return only unassigned conversations. |
| websiteId | string | required | Path parameter: websiteId |
/website/{websiteId}/conversation/{sessionId}
| Param | Type | Required | Description |
|---|---|---|---|
| sessionId | string | required | The Crisp conversation session identifier. |
| websiteId | string | required | Path parameter: websiteId |
/website/{websiteId}/conversation/{sessionId}/messages
| Param | Type | Required | Description |
|---|---|---|---|
| sessionId | string | required | The Crisp conversation session identifier. |
| timestampBefore | integer | optional | A Crisp timestamp in milliseconds. |
| timestampAfter | integer | optional | A Crisp timestamp in milliseconds. |
| timestampAround | integer | optional | A Crisp timestamp in milliseconds. |
| websiteId | string | required | Path parameter: websiteId |
/website/{websiteId}/conversation/{sessionId}/message
| Param | Type | Required | Description |
|---|---|---|---|
| sessionId | string | required | The Crisp conversation session identifier. |
| content | string | required | The text content to send to the Crisp conversation. |
| origin | string | optional | The Crisp message origin to use for the text message. |
| websiteId | string | required | Path parameter: websiteId |