New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

node-red-contrib-asyntai

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-asyntai

Node-RED nodes for Asyntai: ask the AI chatbot, read leads and conversations, update the knowledge base, and start a flow on chat events.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

node-red-contrib-asyntai

Node-RED nodes for Asyntai, the AI agent that answers your website visitors.

Put your own AI agent into any flow: ask it a question, act on every new lead the moment a visitor leaves an address, read chat transcripts, and feed fresh knowledge to it from the systems you already run.

Nodes

NodeWhat it does
ask AsyntaiSends a question and returns the answer, written from your own website content, documents and product feed.
Asyntai eventsStarts a flow the moment a visitor leaves an email or a phone number, starts a chat, asks for a person, or opens a support ticket.
Asyntai leadsReads the contact details visitors left in the chat.
Asyntai chatsLists recent chats, or returns the full transcript of one chat.
Asyntai knowledgeAdds text or a page to what the agent answers from, lists what is stored, and removes an item.

Install

From the Node-RED editor: Menu → Manage palette → Install, then search for node-red-contrib-asyntai.

From the command line, in your Node-RED user directory (usually ~/.node-red):

npm install node-red-contrib-asyntai

Restart Node-RED. The nodes appear in the Asyntai group in the palette.

Set up

  • Sign in at asyntai.com and open Settings → API.
  • Copy your API key.
  • Drag any Asyntai node onto the canvas and open it.
  • Next to API, press the pencil, paste the key, and press Test connection.
  • Press Add, then Done, then Deploy.

Example: send every new lead to a chat channel

[Asyntai events: A visitor left an email] → [function] → [your chat node]

Tick Register on the events node and fill in Public URL with the address that reaches your Node-RED from the internet. The node then creates the webhook in Asyntai for you and removes it when you delete the node.

Example: answer a question from anywhere

[inject "What are your opening hours?"] → [ask Asyntai] → [debug]

Example: keep the knowledge current

[inject every hour] → [http request: your stock API] → [Asyntai knowledge: Add text]

Requirements

  • Node-RED 3.0 or newer, on Node.js 18 or newer.
  • An Asyntai plan that includes API access.

Licence

MIT

Keywords

node-red

FAQs

Package last updated on 23 Sep 2026

Related posts