Authorizations
Cookie-based authentication
Body
application/json
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
Show child attributes
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
}