Harnessing Drupal's Triggers and Actions: A How-To Tutorial

thumb_up 1  ·  sell Drupal triggers and actions, Automating workflows in Drupal, Configuring event-driven actions in Drupal

 

In this chapter, we will learn about Triggers and Actions in Drupal. First let's look into Triggers.

It can be defined as changes happening within your site. The actions can be carried out either after creating a new content or any page.

Triggers

Following are the steps that will help you use triggers in Drupal.

Step 1 − First click Modules from the menu bar.

Step 2 − When you click Modules, you get the following page.

Here enable Trigger module. Then click Save Configuration at the bottom of the page.

Step 3 − Go back to the Trigger module and click Configure on the right side of the page as shown in the following image.

Step 4 − When you click Configure, you get the following page.

We have different tabs on the page that specify each trigger.

Comment Module − You can assign action to only those triggers relating to comment module.

Node Module − You can assign action to those triggers relating to Node module.

System Module − You can assign action to only those triggers relating to System module.

Taxonomy Module − You can trigger actions to the Taxonomy module.

User Module − At last we have the user module, here actions must be assigned in User module.

Actions

Tasks carried on a particular system object are called actions.

Step 1 − Click Configuration from the menu bar.

Step 2 − Click on Actions from the system section.

Step 3 − When you click Actions, you get the following page.

Step 4 − Select any one action from the dropdown and click Create.

Step 5 − When you choose an option and click Create, The following page appears.

Following are the option fields present on the page −

  • Label − Give a name to your action

  • Recipient − Enter your email address

  • Subject − Enter a subject you want to add to the action

  • Message − Enter the message you want to send to the visitor when clicked on any action.

After filling all the details, click Save.

Step(6) − You can see that your action is added to the list.

 

 

The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

An Introduction to Drupal

    Drupal is a free and open source Content Management System (CMS) that allows organizing, managing and publishing your content. It is…

arrow_forward
description

Installing Drupal: A Comprehensive Guide

    This chapter provides step-by-step procedure for Drupal installation. Before installing Drupal, the following system requirements are…

arrow_forward
description

Understanding the Drupal Architecture

  Drupal is a platform for web content management which is a powerful tool for building simple and complex sites. In this chapter, we are…

arrow_forward
description

Exploring Drupal's Main Menu Functionality

    In this chapter, we will study how to Create Menus in Drupal. Menus are very important to easily navigate in your website. Menus…

arrow_forward
description

Mastering Drupal's Blocks and Regions

  In this chapter, we will study about Drupal Blocks & Regions. Blocks are container objects that are used to organize your content of…

arrow_forward
arrow_back « Back