Deutsch
cURL
curl --request POST \ --url https://demo.enneo.ai/api/mind/reminder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ticketId": 1, "type": "reOpenTicket", "date": "2024-08-29 14:38:12" } '
{ "id": 123, "ticketId": 321, "type": "reOpenTicket", "date": "2024-08-29 14:38:12", "status": "open" }
JWT-based authentication
The id of the ticket against which to compare the intent examples
1
reOpenTicket
freeText
"2024-08-29 14:38:12"
Reminder created
Reminder object
Reminder id
123
321
Reminder type
Reminder status
open
closed
deleted