<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>connection on asdfasdfasdfasdfddd</title><link>https://academy.test.quriobot.com/tags/connection/</link><description>Recent content in connection on asdfasdfasdfasdfddd</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://academy.test.quriobot.com/tags/connection/index.xml" rel="self" type="application/rss+xml"/><item><title>Connect Quriobot to ActiveCampaign</title><link>https://academy.test.quriobot.com/response-connections-integrations/connect-quriobot-to-activecampaign/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/response-connections-integrations/connect-quriobot-to-activecampaign/</guid><description>This page describes how to connect your Quriobot to your ActiveCampaign account for retrieving leads via Quriobot and adding them to your lists in ActiveCampaign!
In short, all you need to create is a Form, which is connected to a list in ActiveCampaign, copy-paste a few details from the embed code of that form to a Response Connection Form type in Quriobot!
Step 1: Create a form in ActiveCampaign
Step 2: Get the embed code to copy paste some details to your Response Connect Form type in Quriobot</description></item><item><title>Connect Quriobot to HubSpot (via Zapier)</title><link>https://academy.test.quriobot.com/response-connections-integrations/connect-quriobot-to-hubspot-via-zapier/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/response-connections-integrations/connect-quriobot-to-hubspot-via-zapier/</guid><description>Connecting your Quriobot to Hubspot will, unfortunately, have to go via an intermediary party like Zapier, The reason for this is due to technical restrictions that Hubspot enforces on non-Hubspot submissions.
So what you need to make this work is the following:
Step 1: Connect your QB to Zapier. This is described in detail on this page.
Step 2: Connect your follow-up step in Zapier to your Hubspot account. For this, the Hubspot Create or Update Contact solution in Zapier was chosen.</description></item><item><title>Connect Quriobot to IFTTT</title><link>https://academy.test.quriobot.com/response-connections-integrations/connect-quriobot-to-ifttt/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/response-connections-integrations/connect-quriobot-to-ifttt/</guid><description>Connection Quriobot to the superbly cool Internet of Things connection platform IFTTT (IF This Than That). just follow these steps:
Step 1: Log in to IFTTT and create a new Applet in ITFFF. Search and select Webhook(step 1/6).
Step 2: Choose to R eceive a Web request and name your incoming request ( qb_response_connection in this example):
Step 3: Choose your next &amp;rsquo; That&amp;rsquo; step:
-in this example receiving a SMS was chosen, but this is of course fully up to you!</description></item><item><title>Connect Quriobot to Salesflare (via Zapier)</title><link>https://academy.test.quriobot.com/response-connections-integrations/connect-quriobot-to-salesflare-via-zapier/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/response-connections-integrations/connect-quriobot-to-salesflare-via-zapier/</guid><description>To easily connect Quriobot to Salesflare for, for example, lead data you will need to use a tool like Zapier as an intermediary party (as this will take care of the needed API connection in between)!
Step 1: Connect Quriobot to Zapier as explained here.
Step 2: Connect your Zap to Salesflare as explained here.
That&amp;rsquo;s it!</description></item><item><title>Connect Quriobot to Zoho CRM</title><link>https://academy.test.quriobot.com/response-connections-integrations/connect-quriobot-to-zoho-crm/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/response-connections-integrations/connect-quriobot-to-zoho-crm/</guid><description>Sending your collected leads from Quriobot to Zoho is easy! All you need to do is create a form in Zoho CRM and connect that data to your Quriobot&amp;rsquo;s Response connection Form type and here&amp;rsquo;s how to do that:
Step 1: Create and/ or login to your Zoho account here.
Step 2: Create a webform in Zoho via Settings &amp;gt; Webforms (in this case for leads):
Step 3: Add variables to your Zoho form.</description></item><item><title>Connect to Integromat (Zapier alternative)</title><link>https://academy.test.quriobot.com/response-connections-integrations/connect-to-integromat-zapier-alternative/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/response-connections-integrations/connect-to-integromat-zapier-alternative/</guid><description>Connecting to Zapier is described on this page, but there are, of course, many alternatives to Zapier. Some are even cheaper like Integromat(still free up to 1.000 connections per month)! The best thing is? it&amp;rsquo;s very easy to connect to them.
Just create your bot with the needed variables and in Integromat create a new scenario with a webhook connection plus you&amp;rsquo;re required to follow up connection (like Google sheets for example) and the only thing left is to copy-paste the webhook URL in Quriobot and off you go!</description></item><item><title>Send your Response data directly after a certain step answer</title><link>https://academy.test.quriobot.com/advanced-options-api-js-response-data-etc/send-your-response-data-directly-after-a-certain-step-answer/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/advanced-options-api-js-response-data-etc/send-your-response-data-directly-after-a-certain-step-answer/</guid><description>If you need to send the response data directly after a step answer is given without waiting for the whole bot to complete, you can use the onAnswer callback in the Advanced Initialization options on the Advanced tab (at the bottom):
{ onAnswer: function(results, question, storedData) { // prepare answers by index var answersByIndex = {}; results.answers.forEach(function(item) { answersByIndex[item.question.index] = { value: item.value.value, text: item.text &amp;amp;&amp;amp; item.text.answers_text ? (typeof item.text.answers_text === &amp;#34;object&amp;#34; ?</description></item></channel></rss>