Pass value from yellow chatbot to the parent webpage

Hi,

Is there any way to send value from the chatbot to the parent webpage? If the user adds an item to the cart from the bot then I need to update the cart item count on the website. Is there a way to send some value to the website?

Thanks,
Sandipan

1 Like

Hey @sandipan013

You can use webhook to send data from the chatbot to the parent webpage. To accomplish this you can use API action node. Refer to this guide for more information on API action node: Operational/Logical Nodes - Action and Logic | yellow.ai

Thanks!