AFI AFI

Pabbly

Estimated reading: 2 minutes Updated August 1, 2026

Pabbly Connect is a popular automation platform: an alternative to Zapier with cheaper pricing. Advanced Form Integration sends form submissions to Pabbly via webhook URL, letting you trigger any of Pabbly’s 1,000+ app integrations from a WordPress form.

What you’ll need

  • An active Pabbly Connect account.
  • A workflow built in Pabbly with a Webhook trigger.
  • The Advanced Form Integration plugin installed and activated.

Get a Pabbly webhook URL

  1. Log in to Pabbly Connect.
  2. Click Create Workflow.
  3. For the trigger app, search and select Webhook.
  4. Choose Catch Webhook.
  5. Pabbly shows the unique webhook URL. Copy it.

Create the integration

The Pabbly webhook URL is entered per-integration, not in global settings.

  1. Go to WP Admin → AFI → Add New.
  2. Configure the trigger.
  3. In Action → Platform, select Pabbly.
  4. In Task, choose Send Data to Webhook.
  5. Paste the Pabbly webhook URL.
  6. Map the form fields you want to send.
  7. Optional: configure Conditional Logic.
  8. Click Save Integration.

Screenshot: AFI Add New screen with Pabbly selected, the webhook URL pasted, and field mapping below

Test the connection from Pabbly’s side

After saving the AFI integration, submit a test entry through your form. In Pabbly, click Test Webhook. Your test submission appears with all the mapped fields. Add action steps in Pabbly to route the data wherever you want.

Conditional logic example

Goal: only fire Pabbly for paid orders to avoid wasting Pabbly task quota on free signups.

Open the Conditional Logic panel, add a condition with the order total field, Greater Than, value 0.

Related docs