Rasa Chatbot - Sending customData from website to rasa server

Hello everyone. I want to know how to print the customData . My scenario is i want to read a variable in my application session data and send it via webchat to my customactions and then replace it in api. typically i’m using this to give personalised data to the logged in user.

Hi @shanrock!

You’ll have to customize the socketio channel for that. Checkout this answer.

1 Like

Hi @saurabh-m523. I am able to get the customData from the chatbot. Now i want to know how to send this to my api body via customActions?

Hi @shanrock were you able to implement it? Can you share important code lines?