How to store the variables like name, address, email etc which is collected from the user?

We want to collect some details from the user and store it and pass it to an api call in the tool. How to store the variables and how to access it?

1 Like

We believe that you are using Kore.ai platform. If yes, you can start using the entity node or agent node in our platform to fulfill the requirement.

  1. Create an agent node, and here you can collect some details(along with field datatype) from the end user, as shown in the screenshot below.

2. Create a script node along with the required variables and store them in context variables as shown in Script Definition below:

  1. Create a service node to send the saved variables’ data to an endpoint.

    Please follow the documentation mentioned below and create nodes as per the need.

Thanks,
Raja Seemakurthi