skip to Main Content

Creating an Uncanny Automator integration

April 14, 2023

Before we dive into developing a custom integration for Automator, please check out the terminology article to get familiar with how Automator is structured and how we call its key parts. Building a custom Automator Integration In this section we…

Adding an Action to Uncanny Automator

April 14, 2023

Now let's add an Action to our integration. This action will simply send emails to a desired address. We will have to add several options, so it can accept the email address, text and other parameters: The action file and class…

Uncanny Automator terminology

April 17, 2023

Before we dive into developing a custom integration for Automator, let's explain some of the Automator's terminology. Uncanny Automator is an automation plugin for WordPress. So it all revolves around automations. We call each automation a "Recipe". For now there…

Back To Top