Interactions
Authorization
apiKey api-key<token>
In: query
Path Parameters
idcontact*string
Request Body
application/json
reminderDate*string
Response Body
application/json; charset=utf-8
curl -X POST "https://api.getventia.com/api/v1.0/contact/string/reminder" \ -H "Content-Type: application/json" \ -d '{ "reminderDate": "2023-05-23T20:25:02.561Z" }'{
"message": "Reminder created",
"reminder": {
"content": {
"reminderDate": "2023-05-23T20:25:02.561Z"
},
"_id": "646d13b754f8f1d196927187",
"company": "609b3cff61ffd5f1e446d234",
"agent": "6234da84259c59d9a555c498",
"contact": "621e8a5463c02a8bd532ff8c",
"status": "started",
"via": "api",
"createdCoords": {
"active": false
},
"type": "reminder",
"createdAt": "2023-05-23T19:27:51.406Z",
"updatedAt": "2023-05-23T19:27:51.406Z",
"__v": 0
}
}