Table of Contents

Automate.io trigger

Alexander Gao Updated by Alexander Gao

Automate.io Trigger with Trigger automation block

Prepare Landbot
  1. Firstly, we have to make a little flow for collect information, like name, email, age, etc.

The information that we collect, will be stored in variables, that we will send to Automate.io. As in the example below, we are storing the name input in the variable @name, that we will use later

  1. Then let's set a Trigger automation block.

Create Automate.io bot
  1. After set a Trigger automation block, let's open Automate.io, and log in:

  1. We need to do is press Create a Bot:

  1. Then search Webhook, then click on its icon:

  1. In the method, choose Incoming hook:

  1. Then let's click on Setup Webhooks:

  1. Later it will display this page:

  1. Click on the button of Copy:

  1. Then click on the button of I'm done

Prepare Landbot request to Automate.io
  1. During the time it waits for the datas, let's open Landbot:

  1. Then paste the URL to Webhooks block:

  1. Now we are going to set the variables we want to send to Automate.io.

  1. And click on Test webhook trigger button:
  1. If you scroll down, you will see the response from Automate.io:

  1. As long as the status code is 200, means our request is successfully sent.

In Automate.io check request data
  1. Now we turn back to Automate.io:

Now we have seen below appears new fields. Means Automate.io has received our variables.

Yes, the @name, @email, and @age are the same as we sent to Automate.io:
This is how the trigger works, we send variables to Automate.io, they receive, and when we try to test it as we did in step 15, it will be shown.

  1. And now click on the button of Looks Good,

  1. Let's go back to Automate.io:

  1. We will find below Outputs Fields, there are the variables we sent to Automate.io

So until here the trigger of Automate.io is done.

How did we do?

Contact