Table of Contents

Paragon trigger

Alexander Gao Updated by Alexander Gao

Paragon 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 Paragon. 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 Paragon workflow
  1. After set a Trigger automation block, let's open Paragon, and log in:

  1. Then click on the button of New Workflow at upper right corner:

  1. Let's give it a description, or a name:

  1. Click on the button of Create:

  1. It shows this page:

  1. Then below Select a trigger we select API Endpoint:
  1. After that, below How do you want to define test data for this step we choose Detect parameters by sending a test request:
  1. Now copy the URL:
Prepare Landbot request to Paragon
  1. During the time it waits for the datas, let's open Landbot, then paste the URL to Trigger automation block:

Please pay attention to test-endpoint behind of URL, if you just want to test the trigger you may keep it. But if you want to test the whole workflow after add more actions, it's better to delete it, so you can get the right response.
  1. Now we are going to the variables we want to send to Paragon, then scroll down and go to Set data (variables) to be sent, where you can see we are setting values to the Landbot variables:
  1. And click on Test webhook trigger button:
  1. If you scroll down, you will see the response from Paragon:

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

Inside of Paragon check request data
  1. Now we turn back to Paragon:

Now we have seen in the body there is a code with the information we sent. Means Paragon has received our variables.

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

So until here the trigger of Paragon is done.

How did we do?

How to list events from Google Calendar using Paragon

Contact