Chat Interaction (Suggestions/Options to select from)

Describe the problem/error/question

I am using n8n as a chatbot and would like to add the possibility to give suggestions/options to chose from. Other chatbot are showing buttons to chose from.
Is there a way to achieve this in n8n?

To interact in the chat you have to use the “Respond to Webhook” node with this format:
{
“output”: “text”
}

Information on your n8n setup

  • n8n version:1.27.2
  • Running n8n via: Docker
  • Operating system: Ubuntu 20

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.