Ventia
Contact
POST
/contact
api-key<token>

In: query

Request Body

text/plain

body*string

Response Body

application/json; charset=utf-8

curl -X POST "https://api.getventia.com/api/v1.0/contact" \  -H "Content-Type: text/plain" \  -d '{      "firstName": "Agustin",      "lastName": "Suarez",      "emails": ["agustin@example.com"],      "phones": ["+59897444666"],      "detail": "",      "origin": "store"  }    }'
{
  "company": "609b3cff61ffd5f1e446d234",
  "firstName": "Agustin",
  "lastName": "Suarez",
  "origin": "local",
  "originText": "Local",
  "phones": [
    "+59894444666"
  ],
  "agent": "609d8512ee84d2388bde2353",
  "agentFullName": "Agent Name",
  "firstAgent": "609d8512ee84d2388bde2353",
  "firstAgentFullName": "Agent Name",
  "agentAssigned": "2023-05-18T17:55:17.559Z",
  "archivingReason": "",
  "archivingReasonText": "",
  "status": "new",
  "attention": "not_actions",
  "emails": [
    "agustin@example.com"
  ],
  "detail": "",
  "stats": {
    "visits": 0
  },
  "createdCoords": {
    "active": false
  },
  "contactLocation": {
    "location": false
  },
  "databaseUploded": false,
  "channels": [],
  "assignedGroups": [],
  "_id": "64666685696358053f46c33a",
  "lastInteraction": "2023-05-18T17:55:17.560Z",
  "createdAt": "2023-05-18T17:55:17.561Z",
  "updatedAt": "2023-05-18T17:55:17.561Z",
  "__v": 0
}