Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST
https://{{host}}/api/v1/public/bot/{{botId}}
application/json
auth: {{JWT}}
host
https://platform.kore.ai
botId
curl --location 'https://{{host}}/agentassist/api/v1/hooks/st-c04e225f-a30b-5a0a-9524-a60ebdbxxxxx' \ --header 'Content-Type: application/json' \ --header 'token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \ --data '{ "conversationId": "atesta-m03sxxxxx", "botId": "st-c04e225f-a30b-5a0a-9524-a60ebdbxxxxx", "events": [ { "name": "TRIGGER_SUMMARY_EVENT", "data": { "language": "English", "locale": "en", "type": "post" } } ] }'
conversationId
events
events[].name
"TRIGGER_SUMMARY_EVENT"
events[].data
events[].data.language
"English"
events[].data.locale
"en"
events[].data.type
"post"
{ "STATUS": "OK" }
Was this page helpful?