Ventia
Interactions
POST
/contact/{idcontact}/note
api-key<token>

In: query

Path Parameters

idcontact*string

Request Body

application/json

body*string
title?string

Response Body

application/json; charset=utf-8

curl -X POST "https://api.getventia.com/api/v1.0/contact/string/note" \  -H "Content-Type: application/json" \  -d '{    "body": "He will buy"  }'
{
  "interactionId": "69a20fc26c9dcd1f79205a74",
  "message": "Note created...",
  "success": true
}