← Tools Reference

Crisp

Crisp integration (Communication, Marketing). Imported from open-connector.

API key5 toolshttps://api.crisp.chat/v1
GET
crisp_get_website
Retrieve the Crisp website connected to the configured token.

/website/{websiteId}

1 parameter
ParamTypeRequiredDescription
websiteIdstringrequiredPath parameter: websiteId
GET
crisp_list_conversations
List conversations for the connected Crisp website.

/website/{websiteId}/conversations/{pageNumber}

10 parameters
ParamTypeRequiredDescription
pageNumberintegerrequiredThe 1-based conversation page number to request from Crisp.
perPageintegeroptionalThe number of conversations to request per page.
searchQuerystringoptionalSearch text used by Crisp conversation search.
includeEmptybooleanoptionalWhether Crisp should include empty conversations.
filterUnreadbooleanoptionalWhether Crisp should return only unread conversations.
filterResolvedbooleanoptionalWhether Crisp should return only resolved conversations.
filterNotResolvedbooleanoptionalWhether Crisp should return only unresolved conversations.
filterAssignedbooleanoptionalWhether Crisp should return only assigned conversations.
filterUnassignedbooleanoptionalWhether Crisp should return only unassigned conversations.
websiteIdstringrequiredPath parameter: websiteId
GET
crisp_get_conversation
Retrieve one Crisp conversation by session ID.

/website/{websiteId}/conversation/{sessionId}

2 parameters
ParamTypeRequiredDescription
sessionIdstringrequiredThe Crisp conversation session identifier.
websiteIdstringrequiredPath parameter: websiteId
GET
crisp_list_conversation_messages
List messages in a Crisp conversation.

/website/{websiteId}/conversation/{sessionId}/messages

5 parameters
ParamTypeRequiredDescription
sessionIdstringrequiredThe Crisp conversation session identifier.
timestampBeforeintegeroptionalA Crisp timestamp in milliseconds.
timestampAfterintegeroptionalA Crisp timestamp in milliseconds.
timestampAroundintegeroptionalA Crisp timestamp in milliseconds.
websiteIdstringrequiredPath parameter: websiteId
POST
crisp_send_text_message
Send an operator text message to a Crisp conversation.

/website/{websiteId}/conversation/{sessionId}/message

4 parameters
ParamTypeRequiredDescription
sessionIdstringrequiredThe Crisp conversation session identifier.
contentstringrequiredThe text content to send to the Crisp conversation.
originstringoptionalThe Crisp message origin to use for the text message.
websiteIdstringrequiredPath parameter: websiteId