Ventia
Interactions
POST
/contact/{idcontact}/note

Authorization

bearerAuth
AuthorizationBearer <token>

API key sent as Authorization: Bearer <API_KEY>.

In: header

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
}