Connect Quriobot to GetResponse

We made connecting your Quriobot to GetResponse super easy! Just follow these steps:

  1. Setup your bot (I started with the Contact template with first and last names split up)
  2. Create variable on those variables you want to send to GetResponse (in this case just firstName, lastName, and email, but you can always add more variables):
  3. Create your Form Response connection based on your GetResponse form (use plain HTML variant): 1.
<form action="https://app.getresponse.com/add_subscriber.html" accept-charset="utf-8" method="post">
              <!-- Name -->
              Name: <input type="text" name="name"/><br/>
              <!-- Email field (required) -->
              E-Mail: <input type="text" name="email"/><br/>
              <!-- List token -->
              <!-- Get the token at: https://app.getresponse.com/campaign_list.html -->
              <input type="hidden" name="campaign_token" value="XXXXX" />
              <!-- Subscriber button -->
              <input type="submit" value="Eintragen"/>
</form>
Add form values:
1. 
    - **name** with value {{firstName}} {{lastName}}
    - **email** with value {{email}}
    - **campaign_token** with value the same as the value in the GetResponse form HTML code (shown as XXXXXX)
1. Add the URL from the form action (most likely something like_[https://app.getresponse.com/add_subscriber.html](https://events.us8.list-manage.com/subscribe/post))_ two variables ( _u_ and the _id_):

Extra tips:

  • Always remember and adhere to the GDPR and always explain your purpose for storing personal information it’s always good practice to have a double-opt-in for signing up by sending a verification email, that way you always have a legitimate email address
  • GetResponse (and other email campaigning tools like Hugo) usually have options for email automation or drip campaigns. This way you can easily send a welcome mail to those persons who signed up!
  • If you are using just a single field in GetResponse for Name you can just combine the variables:
  • Don’t want every signup in your email campaign but only, for a very exotic example, those people whose email address or name start with a ‘Q’ all you have to do is add an advanced condition!
  • You can set as many Response connections as you like!
  • Please note they will not always be executed in the order you created them.

Edit this page

Tags
See also