05-11-2023 01:42 AM
I cannot create a survey for conversation created by Intergrator.
I'm starting conversation with request /ws/v19/clientapplications/messaging/conversation/start?searchContactOnAttribute={value}
https://pubhub.devnetcloud.com/media/enterprise-chat-and-email/docs/guides/interaction-api-developer-guide/d2/d44/classclientapplications_1_1pages_1_1asyncmessaging_1_1_start_conversation_page.html#v19_clientapplications_start_conversation_page
after conversation is finished I try to create survey with request to endpoint /egain/chat/entrypoint/survey
I'm getting http 400 without any message. I'm assuming that sid attribute value is incorrect. When conversation is created by js sdk everything works fine. I found that conversation sessions created by js sdk are stored in EGLV_BOSH_SESSION and one created by ece api are stored in EGLV_ASYNC_SESSION. Column value SESSION_ID from EGLV_BOSH_SESSION allows to create a survey and SESSION_ID from EGLV_ASYNC_SESSION doesn't. I tried some variants of sid e.g
SESSION_ID
ACTIVITY_ID_SESSION_ID
ACTIVITY_ID
I need to create a survey for conversation created by a ECE REST API. Is it possible?
05-11-2023 10:57 PM
11-21-2024 09:52 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide