curl --request GET \
--url https://api.klipy.ai/api/v1/interactions/{interactionId} \
--header 'X-KLIPY-API-KEY: <api-key>'{
"success": true,
"data": {
"id": "<string>",
"companies": [
"<string>"
],
"contacts": [
"<string>"
],
"direction": "INBOUND",
"sentiment": "MEETING_REQUESTED",
"source": "EMAIL",
"summary": "<string>",
"title": "<string>",
"type": "EMAIL",
"createdBy": "<string>",
"creationTime": "2023-11-07T05:31:56Z",
"interactionDate": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://api.klipy.ai/api/v1/interactions/{interactionId} \
--header 'X-KLIPY-API-KEY: <api-key>'{
"success": true,
"data": {
"id": "<string>",
"companies": [
"<string>"
],
"contacts": [
"<string>"
],
"direction": "INBOUND",
"sentiment": "MEETING_REQUESTED",
"source": "EMAIL",
"summary": "<string>",
"title": "<string>",
"type": "EMAIL",
"createdBy": "<string>",
"creationTime": "2023-11-07T05:31:56Z",
"interactionDate": "2023-11-07T05:31:56Z"
}
}Unique ID of the interaction record
Success
Show child attributes
Unique ID of interaction record
Array of company IDs associated with this interaction
Array of contact IDs associated with this interaction
Direction of the interaction (INBOUND, OUTBOUND, HYBRID, EVENT)
INBOUND, OUTBOUND, HYBRID, EVENT Sentiment of the interaction
"MEETING_REQUESTED"
Source of the interaction
"EMAIL"
Detailed summary of the interaction, may contain HTML
Title or subject of the interaction
Type of interaction
"EMAIL"
ID of the user who created this interaction record
Timestamp when the interaction record was created
Timestamp when the interaction occurred