Ventia
Contact
POST
/lead
api-key<token>

In: query

Request Body

application/json

firstName*string
lastName*string
emails*array<>
phones*array<>
detail*string
origin*string
agent*string

Response Body

application/json; charset=utf-8

curl -X POST "https://api.getventia.com/api/v1.0/lead" \  -H "Content-Type: application/json" \  -d '{    "firstName": "Agustin",    "lastName": "Suarez",    "emails": [      "agustin@example.com"    ],    "phones": [      "+59894444666"    ],    "detail": "",    "origin": "local",    "agent": "609d8512ee84d2388bde2353"  }'
{
  "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
}