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

In: query

Path Parameters

idcontact*string

Request Body

application/json

body*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"  }'
{
  "note": {
    "content": {
      "body": "He will buy"
    },
    "_id": "646d122d060377fdcd48c418",
    "company": "609b3cff61ffd5f1e446d234",
    "agent": "6234da84259c59d9a555c498",
    "contact": "621e8a5463c02a8bd532ff8c",
    "status": "started",
    "via": "api",
    "createdCoords": {
      "active": false
    },
    "type": "note",
    "createdAt": "2023-05-23T19:21:17.107Z",
    "updatedAt": "2023-05-23T19:21:17.107Z",
    "__v": 0
  }
}