Automations samples

The ability of Webhooks add-on to allow you configure triggers to receive data or actions to send data can be used for multiples purposes.

In this page, you will find some examples about real or useful automations you can setup with this add-on on your site:

Connect sites

With the ability of Webhooks add-on you can connect sites together that has this add-on to run actions on a site based on trigger completions from another site, there is an example:

Site A

TRIGGER
When user purchases a product

ACTION
Send data to a webhook

Site B

TRIGGER
On receive data from a webhook

ACTION
Enroll user in a course

Clone information between sites

Since Webhooks add-on lets you send and receive information from any external resource and AutomatorWP includes the tags feature, you can combine both features to clone information between different sites.

Example of cloning a post:

Site A

TRIGGER
When user publishes a post

ACTION
Send post information to a webhook

Site B

TRIGGER
On receive data from a webhook

ACTION
Create a post using this information

Example of cloning a user:

Site A

TRIGGER
When user purchases a product

ACTION
Send user information to a webhook

Site B

TRIGGER
On receive data from a webhook

ACTION
Create a user using this information

Note: The Site A trigger can be any anything you want, when user clicks a button, completes a course or submits a specific form.

Connect with web services

Additionally, you can use Webhooks add-on to connect your site with web services la Zapier or Integromat on unlimited ways, there are some examples of the automations you can perform:

TRIGGER
On receive data from Zapier

ACTION
Add referral to the user
TRIGGER
When user check-ints at event

ACTION
Send data to Integromat

An API for your application

Other useful feature of Webhooks add-on is that lets you to create your own API for your needs to run actions on your WordPress in other ways you can’t, there are some examples:

TRIGGER
On receive data from a webhook

ACTION
Enroll user in a course
TRIGGER
On receive data from a webhook

ACTION
Add user to a group