curl --request POST \
--url https://demo.enneo.ai/api/mind/webhook/freshdesk \
--header 'Content-Type: application/json' \
--data '{
"freshdesk_webhook": {
"ticket_id": 123
}
}'
{
"success": true,
"ticketId": 123,
"eventId": 123
}
Cookie-based authentication
Successful operation
Data format of Enneo success messages
curl --request POST \
--url https://demo.enneo.ai/api/mind/webhook/freshdesk \
--header 'Content-Type: application/json' \
--data '{
"freshdesk_webhook": {
"ticket_id": 123
}
}'
{
"success": true,
"ticketId": 123,
"eventId": 123
}