<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flow Archives - Quidget</title>
	<atom:link href="https://quidget.chat/documentation/flow/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description></description>
	<lastBuildDate>Fri, 13 Jun 2025 11:36:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://quidget.chat/wp-content/uploads/2024/09/favicon.png</url>
	<title>Flow Archives - Quidget</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Creating a new node</title>
		<link>https://quidget.chat/documentation/creating-a-new-node-2/</link>
		
		<dc:creator><![CDATA[Anna Hordiienko]]></dc:creator>
		<pubDate>Fri, 13 Jun 2025 11:36:00 +0000</pubDate>
				<guid isPermaLink="false">https://quidget.ai/?post_type=documentation&#038;p=2957</guid>

					<description><![CDATA[<p>Creating a new node Overview When you create a new bot and open the Flow page, you see an initial chatbot flow. This starter pack includes three pre-made nodes, including the /start node, which starts the chatbot conversation. You can easily build upon this default flow by adding new nodes. Each node can handle different [&#8230;]</p>
<p>The post <a href="https://quidget.chat/documentation/creating-a-new-node-2/">Creating a new node</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Creating a new node</h2>



<h4 class="wp-block-heading"><strong>Overview</strong></h4>



<p class="wp-block-paragraph">When you create a new bot and open the Flow page, you see an initial chatbot flow. This starter pack includes three pre-made nodes, including the /start node, which starts the chatbot conversation.</p>



<p class="wp-block-paragraph">You can easily build upon this default flow by adding new nodes. Each node can handle different tasks and interactions to make your chatbot more helpful to users.</p>



<h3 class="wp-block-heading"><strong>How to Create a New Node</strong></h3>



<p class="wp-block-paragraph">Follow these steps to add a new node to your chatbot flow:</p>



<ol class="wp-block-list">
<li>Open the Flow page.</li>



<li>Hover your cursor over an existing node.</li>



<li>You will see two buttons appear on the right side:&#8221;+&#8221; button (add a new node) &#8220;Duplicate&#8221; button (create a copy of the current node) To create a new node, click the &#8220;+&#8221; button.</li>
</ol>



<p class="wp-block-paragraph"><em><strong>Tip:</strong>&nbsp;Use the “Duplicate” button to quickly copy an existing node and its settings.</em></p>



<ol start="4" class="wp-block-list">
<li>In the window that opens, <strong>enter a clear name for your new node</strong> in the Node Name field. <em>(This name helps you find and manage the node later.)</em></li>



<li><strong>Click Add action</strong> and select the desired action type (for example, select Message to send a text response).</li>



<li>Fill in the details for the chosen action. For the Message action:</li>



<li>Type the message you want your chatbot to send to users.</li>



<li>When finished, click Save to add your new node.</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">Your newly created node appears connected to the previous node in the flow. You can drag the new node around to organize your flow clearly.</p>
<p>The post <a href="https://quidget.chat/documentation/creating-a-new-node-2/">Creating a new node</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Connecting Nodes</title>
		<link>https://quidget.chat/documentation/connecting-nodes-2/</link>
		
		<dc:creator><![CDATA[Anna Hordiienko]]></dc:creator>
		<pubDate>Fri, 13 Jun 2025 11:30:39 +0000</pubDate>
				<guid isPermaLink="false">https://quidget.ai/?post_type=documentation&#038;p=2958</guid>

					<description><![CDATA[<p>Connecting Nodes Overview Connecting nodes allows your chatbot conversation to move from one node to another, creating a logical conversation flow for users. Nodes can be connected using visual arrows that clearly show the chatbot’s path of interaction. How to Connect Nodes You can connect nodes in two ways. Option 1:&#160;Drag and Drop Connection Use [&#8230;]</p>
<p>The post <a href="https://quidget.chat/documentation/connecting-nodes-2/">Connecting Nodes</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Connecting Nodes</h2>



<p class="wp-block-paragraph"><strong>Overview</strong></p>



<p class="wp-block-paragraph">Connecting nodes allows your chatbot conversation to move from one node to another, creating a logical conversation flow for users. Nodes can be connected using visual arrows that clearly show the chatbot’s path of interaction.</p>



<h3 class="wp-block-heading"><strong>How to Connect Nodes</strong></h3>



<p class="wp-block-paragraph">You can connect nodes in two ways.</p>



<p class="wp-block-paragraph"><strong>Option 1:</strong>&nbsp;<strong>Drag and Drop Connection</strong></p>



<p class="wp-block-paragraph">Use this method to visually link nodes:</p>



<ol class="wp-block-list">
<li>Hover your mouse over the node you want to connect from.</li>



<li>Click and hold the &#8220;Out&#8221; arrow that appears on the right side of this node.</li>



<li>Drag the line to the &#8220;In&#8221; arrow of the node you want to connect to.</li>



<li>Release the mouse button to complete the connection.</li>



<li>Click Save.</li>
</ol>



<p class="wp-block-paragraph">This creates a visual connection (arrow line) between the two nodes.</p>



<p class="wp-block-paragraph"><strong>Option 2: Using the &#8220;Go to node&#8221; Field</strong></p>



<p class="wp-block-paragraph">Use this method if you know the exact name of the node you want to connect:</p>



<ol class="wp-block-list">
<li>Select the node you want to connect from (click on it to open settings).</li>



<li>Find the Go to node field.</li>



<li>Enter the name of the node you wish to connect to.</li>



<li>Click Add transition to create the connection automatically.</li>
</ol>



<p class="wp-block-paragraph">An arrow line displays to visually confirm the new connection.</p>
<p>The post <a href="https://quidget.chat/documentation/connecting-nodes-2/">Connecting Nodes</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Adding Buttons</title>
		<link>https://quidget.chat/documentation/adding-buttons-2/</link>
		
		<dc:creator><![CDATA[Anna Hordiienko]]></dc:creator>
		<pubDate>Fri, 13 Jun 2025 11:27:19 +0000</pubDate>
				<guid isPermaLink="false">https://quidget.ai/?post_type=documentation&#038;p=2959</guid>

					<description><![CDATA[<p>Adding Buttons to Messages Buttons allow users to interact directly with your messages. With buttons, you can direct users to websites, open apps, or start specific actions like making purchases. How to Add Buttons Follow these steps to add buttons to your messages: Note:&#160;If you use a GO TO button, first&#160;create the related nodes. Button [&#8230;]</p>
<p>The post <a href="https://quidget.chat/documentation/adding-buttons-2/">Adding Buttons</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Adding Buttons to Messages</h2>



<p class="wp-block-paragraph">Buttons allow users to interact directly with your messages. With buttons, you can direct users to websites, open apps, or start specific actions like making purchases.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading"><strong>How to Add Buttons</strong></h3>



<p class="wp-block-paragraph">Follow these steps to add buttons to your messages:</p>



<ol class="wp-block-list">
<li>Open the&nbsp;<strong>Message node</strong>&nbsp;you want to edit.</li>



<li>Click the&nbsp;<strong>Keyboard icon</strong>.</li>



<li>Choose the&nbsp;<strong>type of button</strong>&nbsp;from the available options.</li>



<li>Enter the text you want displayed on the button.</li>



<li>Click Save</li>
</ol>



<p class="wp-block-paragraph"><strong>Note:</strong>&nbsp;If you use a GO TO button, first&nbsp;<a rel="nofollow" href="http://creating-a-new-node" target="_blank" rel="noreferrer noopener">create the related nodes</a>.</p>



<p class="wp-block-paragraph"><strong>Button Placement Options</strong>&nbsp;You have two ways to position buttons. The button position affects which button types you can use:</p>



<p class="wp-block-paragraph"><strong>Inline:</strong>&nbsp;Buttons appear directly below the message text.&nbsp;<strong>Reply:</strong>&nbsp;Buttons appear under the user&#8217;s input field, typical in messaging apps like Telegram or Viber.</p>



<p class="wp-block-paragraph">Selecting button placement does not affect WebChat.</p>



<p class="wp-block-paragraph">Use different buttons depending on your scenario:</p>



<ol class="wp-block-list">
<li>Inline:</li>
</ol>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Function</th><th>Description</th></tr></thead><tbody><tr><td><strong>TEXT</strong></td><td>Send the text added to the “Value” field to the user.</td></tr><tr><td><strong>URL</strong></td><td>Send the link added to the “Value” field to the user.</td></tr><tr><td><strong>GO TO</strong></td><td>Transfer the user to the Node added to the “Value” field.</td></tr><tr><td><strong>BACK</strong></td><td>Transfer the user to the previous Node.</td></tr></tbody></table></figure>



<ol start="2" class="wp-block-list">
<li>Reply</li>
</ol>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Function</th><th>Description</th></tr></thead><tbody><tr><td><strong>TEXT</strong></td><td>Send the text added to the “Value” field to the user.</td></tr><tr><td><strong>GO TO</strong></td><td>Transfer the user to the Node added to the “Value” field.</td></tr><tr><td><strong>PHONE</strong></td><td>Gives an opportunity to share the phone.</td></tr><tr><td><strong>LOCATION</strong></td><td>Provides an opportunity to share the location.</td></tr><tr><td><strong>BACK</strong></td><td>Transfer the user to the previous Node.</td></tr></tbody></table></figure>
<p>The post <a href="https://quidget.chat/documentation/adding-buttons-2/">Adding Buttons</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Request info</title>
		<link>https://quidget.chat/documentation/request-info/</link>
		
		<dc:creator><![CDATA[Anna Hordiienko]]></dc:creator>
		<pubDate>Fri, 13 Jun 2025 11:26:33 +0000</pubDate>
				<guid isPermaLink="false">https://quidget.ai/?post_type=documentation&#038;p=2960</guid>

					<description><![CDATA[<p>Requesting information from user The block &#8220;Request information from the user&#8221; is used to gather information from the user. This information can be used to personalize the user&#8217;s experience, to provide better recommendations, or to improve the product or service. The information that is requested can vary depending on the product or service, but it [&#8230;]</p>
<p>The post <a href="https://quidget.chat/documentation/request-info/">Request info</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Requesting information from user</h2>



<p class="wp-block-paragraph">The block &#8220;<em>Request information from the user</em>&#8221; is used to gather information from the user. This information can be used to personalize the user&#8217;s experience, to provide better recommendations, or to improve the product or service. The information that is requested can vary depending on the product or service, but it can include things like the user&#8217;s&nbsp;<strong>NAME</strong>,&nbsp;<strong>EMAIL</strong>,&nbsp;<strong>PHONE NUMBER</strong>&nbsp;and&nbsp;<strong>LOCATION</strong>.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Steps:</h3>



<ol class="wp-block-list">
<li>Click the &#8220;Request Info&#8221; action.</li>



<li>Enter the text of your message to the user.</li>



<li>Add the text of your success message.</li>



<li>Add the text of your error message.</li>



<li>Click the &#8220;Save&#8221; button.</li>
</ol>
<p>The post <a href="https://quidget.chat/documentation/request-info/">Request info</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Variables</title>
		<link>https://quidget.chat/documentation/variables/</link>
		
		<dc:creator><![CDATA[Anna Hordiienko]]></dc:creator>
		<pubDate>Thu, 12 Jun 2025 11:20:31 +0000</pubDate>
				<guid isPermaLink="false">https://quidget.ai/?post_type=documentation&#038;p=2961</guid>

					<description><![CDATA[<p>Using variables in your messages You can use variables in your messages to personalize them for your customers. For example, you could use the&#160;{{{customer.name}}}&#160;variable to include the customer&#8217;s name in your message. To see a list of available variables, click on the curly braces icon&#160;{}. Steps:</p>
<p>The post <a href="https://quidget.chat/documentation/variables/">Variables</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Using variables in your messages</h2>



<p class="wp-block-paragraph">You can use variables in your messages to personalize them for your customers. For example, you could use the&nbsp;<strong>{{{customer.name}}}</strong>&nbsp;variable to include the customer&#8217;s name in your message. To see a list of available variables, click on the curly braces icon&nbsp;<strong>{}</strong>.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Steps:</h3>



<ol class="wp-block-list">
<li>Enter the variable name in your message, surrounded by curly braces.</li>



<li>Click the &#8220;Save&#8221; button.</li>
</ol>
<p>The post <a href="https://quidget.chat/documentation/variables/">Variables</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Webhooks</title>
		<link>https://quidget.chat/documentation/webhooks/</link>
		
		<dc:creator><![CDATA[Anna Hordiienko]]></dc:creator>
		<pubDate>Thu, 12 Jun 2025 11:15:00 +0000</pubDate>
				<guid isPermaLink="false">https://quidget.ai/?post_type=documentation&#038;p=2962</guid>

					<description><![CDATA[<p>Using webhooks A webhook is a simple way to send data to another application or service. It can be used to automate tasks, trigger actions, collect data, create dashboards, and build chatbots. Steps: The table provides information on the various methods and their descriptions. Method Description POST Creates a new resource on the server. GET [&#8230;]</p>
<p>The post <a href="https://quidget.chat/documentation/webhooks/">Webhooks</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Using webhooks</h2>



<p class="wp-block-paragraph">A webhook is a simple way to send data to another application or service. It can be used to automate tasks, trigger actions, collect data, create dashboards, and build chatbots.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Steps:</h3>



<ol class="wp-block-list">
<li>Click the &#8220;Webhook&#8221; action.</li>



<li>Select the &#8220;Run&#8221; option (before or after).</li>



<li>Select the &#8220;Method&#8221; (GET, POST, PUT, PATCH, DELETE).</li>



<li>Enter the URL of the webhook.</li>



<li>You may need to enter these Header values. You have the option to use the &#8220;+ Add Headers&#8221; button and fill in the &#8220;Key&#8221; and &#8220;Value&#8221; (for example, the API key).</li>



<li>You will also need to enter Parameter values. To do this, you can use the button &#8220;+ Add Parameters&#8221; and fill in the &#8220;Key&#8221; and &#8220;Value&#8221; (for example, the data of longitude and latitude, city, age, etc.).</li>



<li>Click the &#8220;Save&#8221; button.</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">The table provides information on the various methods and their descriptions.</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Method</th><th>Description</th></tr></thead><tbody><tr><td><strong>POST</strong></td><td>Creates a new resource on the server.</td></tr><tr><td><strong>GET</strong></td><td>Retrieves a resource from the server.</td></tr><tr><td><strong>PUT</strong></td><td>Updates an existing resource on the server.</td></tr><tr><td><strong>PATCH</strong></td><td>Updates a portion of an existing resource on the server.</td></tr><tr><td><strong>DELETE</strong></td><td>Deletes a resource from the server.</td></tr></tbody></table></figure>
<p>The post <a href="https://quidget.chat/documentation/webhooks/">Webhooks</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Logic actions</title>
		<link>https://quidget.chat/documentation/logic-actions/</link>
		
		<dc:creator><![CDATA[Anna Hordiienko]]></dc:creator>
		<pubDate>Wed, 11 Jun 2025 11:40:59 +0000</pubDate>
				<guid isPermaLink="false">https://quidget.ai/?post_type=documentation&#038;p=2963</guid>

					<description><![CDATA[<p>Using logic actions A logic action is a type of action that allows you to test a message against a condition. If the condition is met, the action will be executed. To use a logic action, you need to add it to a node and complete the following settings. Steps: For example, you could use [&#8230;]</p>
<p>The post <a href="https://quidget.chat/documentation/logic-actions/">Logic actions</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Using logic actions</h2>



<p class="wp-block-paragraph">A logic action is a type of action that allows you to test a message against a condition. If the condition is met, the action will be executed. To use a logic action, you need to add it to a node and complete the following settings.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Steps:</h3>



<ol class="wp-block-list">
<li>Click the &#8220;Logic&#8221; action.</li>



<li>Enter the Input value that you want to test (if empty, the input value will be a message).</li>



<li>Select the &#8220;Condition&#8221; (CONTAIN, EQUAL, GTE, LTE, IS, REGEX).</li>



<li>Enter the value that you want to test.</li>



<li>Turn on the &#8220;Ignore case when doing comparison&#8221; toggle if you want to ignore the case.</li>



<li>Select the &#8220;Action&#8221; (GO TO, CONTEXT).</li>



<li>Enter the value that you want to use in the action.</li>



<li>Click the &#8220;Save&#8221; button.</li>
</ol>



<p class="wp-block-paragraph">For example, you could use a logic action to test if a message contains a certain word. If the message does contain the word, you could then execute an action that sends the message to a different queue.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">The table shows the different conditions and their descriptions, with examples:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Condition</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td><strong>CONTAIN</strong></td><td>Checks if a string contains a certain substring.</td><td>CONTAIN (text, &#8216;hello&#8217;)</td></tr><tr><td><strong>EQUAL</strong></td><td>Checks if two strings are equal.</td><td>EQUAL (text1, text2)</td></tr><tr><td><strong>GTE</strong></td><td>Tests if a number is greater than or equal to a certain value.</td><td>GTE (1, 10)</td></tr><tr><td><strong>LTE</strong></td><td>Checks if a number is less than or equal to a certain value.</td><td>LTE (7, 10)</td></tr><tr><td><strong>IS</strong></td><td>Tests if a value is true or false.</td><td>IS (true)</td></tr><tr><td><strong>REGEX</strong></td><td>Checks if a string matches a certain regular expression.</td><td>REGEX (text, &#8216;d+&#8217;)</td></tr></tbody></table></figure>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">Action is a keyword that tells the system what to do after processing the message. There are two types of actions:&nbsp;<strong>GO TO</strong>&nbsp;and&nbsp;<strong>CONTEXT</strong>.</p>



<ul class="wp-block-list">
<li><strong>GO TO</strong> tells the system to go to another node in the conversation flow.</li>



<li><strong>CONTEXT</strong> tells the system to show the value of a context variable.</li>
</ul>



<p class="wp-block-paragraph">Here is a table that shows the different actions and their corresponding values:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Action</th><th>Value</th></tr></thead><tbody><tr><td><strong>GO TO</strong></td><td>Node name or command (/…)</td></tr><tr><td><strong>CONTEXT</strong></td><td>Context variable name</td></tr></tbody></table></figure>
<p>The post <a href="https://quidget.chat/documentation/logic-actions/">Logic actions</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Listener action</title>
		<link>https://quidget.chat/documentation/listener-action/</link>
		
		<dc:creator><![CDATA[Anna Hordiienko]]></dc:creator>
		<pubDate>Tue, 10 Jun 2025 11:41:57 +0000</pubDate>
				<guid isPermaLink="false">https://quidget.ai/?post_type=documentation&#038;p=2964</guid>

					<description><![CDATA[<p>Using listener actions A listener in HTTP requests is a component that waits for and captures incoming requests sent from clients to a server. It manages these requests by accepting connections, decoding data, routing requests, and executing associated actions. Steps: If you have the &#8220;customer._id&#8221; of the user you want to send a message to, [&#8230;]</p>
<p>The post <a href="https://quidget.chat/documentation/listener-action/">Listener action</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Using listener actions</h2>



<p class="wp-block-paragraph">A listener in HTTP requests is a component that waits for and captures incoming requests sent from clients to a server. It manages these requests by accepting connections, decoding data, routing requests, and executing associated actions.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Steps:</h3>



<ol class="wp-block-list">
<li>Click the &#8220;Listener&#8221; action.</li>



<li>Copy the secret URL for using it in trigger service.</li>



<li>(a) Add a &#8220;Message&#8221; action and use your listener variables to send them to the user.<br>(b) Add a &#8220;Send To&#8221; action and use your listener variables to send them to the specified users.</li>



<li>Add the text of your message.</li>



<li>Click the &#8220;Save&#8221; button.</li>
</ol>



<p class="wp-block-paragraph">If you have the &#8220;customer._id&#8221; of the user you want to send a message to, you can use option 3. (a).<br>If you want to send your message to several users of your bot or channel (Slack), use option 3. (b).</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">All variables the listener receive and record are stored in the following format — {{ listener.X }}; the X is the name of the variable the trigger passes. For example {{ listener.content }}.</p>
<p>The post <a href="https://quidget.chat/documentation/listener-action/">Listener action</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Send To</title>
		<link>https://quidget.chat/documentation/send-to/</link>
		
		<dc:creator><![CDATA[Anna Hordiienko]]></dc:creator>
		<pubDate>Mon, 09 Jun 2025 11:43:30 +0000</pubDate>
				<guid isPermaLink="false">https://quidget.ai/?post_type=documentation&#038;p=2965</guid>

					<description><![CDATA[<p>Using the &#8220;Send To&#8221; action Send To action allows you to send notifications to your selected customers or channels. Steps: Functions available in “Send to” action: Function Description RUN The conditions for launching the “Send To” action. If you select &#8220;Before&#8221;, the “Send To” action will run without waiting for a response from the user. [&#8230;]</p>
<p>The post <a href="https://quidget.chat/documentation/send-to/">Send To</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Using the &#8220;Send To&#8221; action</h2>



<p class="wp-block-paragraph">Send To action allows you to send notifications to your selected customers or channels.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Steps:</h3>



<ol class="wp-block-list">
<li>Click the &#8220;Send To&#8221; action.</li>



<li>Select the &#8220;Run&#8221; option (before or after).</li>



<li>Select the &#8220;Filters&#8221; (ANY, QUERY, CHANNEL).</li>



<li>Enter the value that you want to send the message to.</li>



<li>Click the &#8220;Save&#8221; button.</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">Functions available in “Send to” action:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Function</th><th>Description</th></tr></thead><tbody><tr><td><strong>RUN</strong></td><td>The conditions for launching the “Send To” action. If you select &#8220;Before&#8221;, the “Send To” action will run without waiting for a response from the user. If you select “After”, the “Send To” action will run after the user responds.</td></tr><tr><td><strong>TO INPUT FIELD (ANY ONLY)</strong></td><td>If you have the filter &#8220;ANY&#8221; selected, then in this field you will be able to enter or select from existing users of your Bot.</td></tr><tr><td><strong>SEND INCOMING MESSAGE</strong></td><td>Allows you to choose whether to send push notifications to the user.</td></tr><tr><td><strong>MESSAGE</strong></td><td>Enter your message. You can use variables, CONTEXT, insert attachments and add buttons.</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Filters allows you to choose exactly who to send the message to:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Filter</th><th>Description</th></tr></thead><tbody><tr><td><strong>ANY</strong></td><td>Choose any users of your bot from the drop-down list, or by searching for the ones you want.</td></tr><tr><td><strong>QUERY</strong></td><td>Enter the users you need in JSON</td></tr><tr><td><strong>CHANNEL</strong></td><td>Choose which channel to send the message to (only available in Slack).</td></tr></tbody></table></figure>
<p>The post <a href="https://quidget.chat/documentation/send-to/">Send To</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Context</title>
		<link>https://quidget.chat/documentation/context/</link>
		
		<dc:creator><![CDATA[Anna Hordiienko]]></dc:creator>
		<pubDate>Sun, 08 Jun 2025 00:44:00 +0000</pubDate>
				<guid isPermaLink="false">https://quidget.ai/?post_type=documentation&#038;p=2966</guid>

					<description><![CDATA[<p>Using the &#8220;Context&#8221; action &#8220;Context&#8221; help you to store data in variables for the later use. Steps: Here are the functions that you can use inside the “Context” action: Function Description RUN The conditions for launching the “Context” action. If you select &#8220;Before&#8221;, the “Context” action will run without waiting for a response from the [&#8230;]</p>
<p>The post <a href="https://quidget.chat/documentation/context/">Context</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Using the &#8220;Context&#8221; action</h2>



<p class="wp-block-paragraph">&#8220;Context&#8221; help you to store data in variables for the later use.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">Steps:</h3>



<ol class="wp-block-list">
<li>Click the &#8220;Context&#8221; action.</li>



<li>Select the &#8220;Run&#8221; option (before or after).</li>



<li>Enter the key that you want to use.</li>



<li>Enter the value that you want to use.</li>



<li>Click the &#8220;Save&#8221; button.</li>
</ol>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p class="wp-block-paragraph">Here are the functions that you can use inside the “Context” action:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Function</th><th>Description</th></tr></thead><tbody><tr><td><strong>RUN</strong></td><td>The conditions for launching the “Context” action. If you select &#8220;Before&#8221;, the “Context” action will run without waiting for a response from the user. If you select “After”, the “Context” action will run after the user responds.</td></tr><tr><td><strong>KEY</strong></td><td>Give the name to the key, to remember what the context is about. It is up to you how to name it.</td></tr><tr><td><strong>VALUE</strong></td><td>In the &#8220;Value&#8221;, you must specify a variable from the possible system or a variable from a webhook.</td></tr></tbody></table></figure>
<p>The post <a href="https://quidget.chat/documentation/context/">Context</a> appeared first on <a href="https://quidget.chat">Quidget</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
