cURL
curl --request POST \ --url https://api.klipycrm.com/api/v1/interactions \ --header 'Content-Type: application/json' \ --header 'X-KLIPY-API-KEY: <api-key>' \ --data '{ "type": "<string>", "direction": "INBOUND", "primaryId": "<string>", "secondaryId": "<string>", "title": "<string>", "summary": "<string>", "interactionDate": 123, "mainContact": "<string>", "mainContactEmail": "<string>" }'
{ "success": true, "data": { "id": "<string>" } }
Interaction record to create
The body is of type object.
object
Success
The response is of type object.