1. Home
  2. Third-Party
  3. Automate.io
  4. Receive Data from Automate.io within WordPress
  1. Home
  2. Third-Party
  3. Receive Data from Automate.io within WordPress

Receive Data from Automate.io within WordPress

This help file explains to you the basics of how to receive data from Automate.io. If you want to learn more about how to send data to Automate.io, take a look at this manual.

Receive Data within a Flows automation

If you are using the Flows feature of WP Webhooks, you can simply select the “Automate.io” integration from the integration dropdown of the trigger. This will generate a receivable URL, which you can use within the “Webhooks” app of Automate.io to send data to your WordPress website.
All of the sent data will then be available within the Flow itself.

Receive Data directly on an action URL

How to set up the Automate.io extension

  1. To get started, please create a new Bot within Automate.io.
  2. Once created, please set up the trigger of your choice and add an action.
  3. Within the newly added action, please search for “Webhooks” and select the “Webhooks” app along with the “POST data” action.
  4. Once added, you’re prompted to add a URL, which is where you place your webhook action URL from the next step.
  5. Head back to WP Webhooks -> Receive Data -> Your chosen action -> Create action URL and create a new URL.
  6. Place this URL into the URL field of the “Post data” action within Automate.io
An image of the automate.io webhook action
The webhook action screen within Automate.io

Now we accomplished that our module talks directly with our chosen action.
Since, as of now, the connection wouldn’t do anything as we don’t send over any specific values.
To change that, we offer our so-called arguments. This is a list of various attributes that you can use to send data to your chosen action. You will find further details about all available actions within the “Receive Data” tab of WP Webhooks.

The Post data settings of the automate.io webhook action
The Webhooks action with arguments inside of Automate.io


In the screenshot above, you can see that we added two different arguments and their respective values of our choice. While those arguments differ for each available webhook action, you might want to use what you desire.
A full list of all arguments is available within the argument list of our plugin under WordPress dashboard -> Settings -> WP Webhooks -> Receive Data -> Webhook Actions

That’s it! After clicking ok, you successfully set up the WP Webhooks module for Automate.io.

In case you would like to see any specific feature, you can request it here.

Updated on April 4, 2022

Was this article helpful?

Related Articles