// TRIGGER NODES

Contact Form 7 Trigger

1 min read Updated July 23, 2026

The Contact Form 7 trigger runs a workflow whenever a chosen Contact Form 7 form is submitted. Its mail-tag fields become named values you can use downstream.

When to use it

Use it to process Contact Form 7 enquiries: draft an AI reply, classify the message, or forward structured data to another system.

Requirements

  • The Contact Form 7 plugin is installed and active.
  • At least one form exists.

Configuration

  1. Add a Trigger node and choose Contact Form 7 from the Form submissions group.
  2. Select your form. The node reads its fields.
  3. Check the captured field list shown below the selector.

Using submitted fields

Contact Form 7 field names come from your form’s mail tags:

[[your-email] from trigger-1]
[[your-message] from trigger-1]

Use [Input from trigger-1] for the whole submission. See Data Flow and Variable Handling.

Local and Cloud

No credits. Works in both Local vs Cloud execution modes.

Was this helpful? Contact us