Core Nodes

Tekos Nodes
Tekos flow conversational content is represented as nodes in a network or Flow. The nodes have inputs where they receive messages and outputs where they sen...
Tue, 12 Nov, 2019 at 6:30 PM
Text Node
Used to send a plain text message to the chatbot's user, a handlebars-like syntax can be used to insert values from the chat context, for examp...
Tue, 12 Nov, 2019 at 6:24 PM
Buttons or Quick Replies Nodes
Buttons or Quick Replies allow you to get message recipient input by sending buttons in a message. When a quick reply is tapped, the value of the bu...
Tue, 12 Nov, 2019 at 6:38 PM
Card or Generic Template Node
Generic Template is a small card with few lines of text, an optional image and buttons. Two or more generic templates can be combined t...
Tue, 12 Nov, 2019 at 6:40 PM
Interaction Classifier
This node is to be used with Tekos Platform. The Subflow process the payload received from Tekos In and has 5 outputs: 1- new interact...
Tue, 12 Nov, 2019 at 6:51 PM
Function or Custom JavaScript Code
A JavaScript function block to run against the messages being received by the node. The messages are passed in as a JavaScript object called msg. By...
Tue, 12 Nov, 2019 at 6:44 PM
Deleting context and attributes from the file store
Context can be permenantly deleted by using a Change node set to delete.
Fri, 1 Nov, 2019 at 10:57 AM
How can I customize my bot and logo ?
There is a node for this:  Drag and drop the node in the palette and link it to the inject node Customize the name and the avatar using the mxc link...
Thu, 31 Oct, 2019 at 1:34 PM
How to get the mxc link of a file
Here are the steps:
Thu, 31 Oct, 2019 at 1:44 PM
Incoming Webhook
Problem You want to post JSON data to a flow. Solution Use the HTTP In node to listen for POST requests that have their Content-Type set to application/j...
Tue, 12 Nov, 2019 at 6:56 PM