Linux 软件免费装
Banner图

RT Webhook for Gravity Forms - CRM Integration

开发者 raintech357
更新时间 2026年7月12日 16:44
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

zapier gravity forms webhook crm integration make.com

下载

详情介绍:

RT Webhook for Gravity Forms is a flexible webhook integration plugin for Gravity Forms that connects your WordPress forms to hundreds of external services. Automate lead delivery, CRM syncing, team notifications, and custom API calls — all without writing a single line of code. Whether you want to push new leads to your CRM, trigger Zapier automations, fire Make.com (formerly Integromat) scenarios, post to a Slack channel, sync entries to Airtable or Google Sheets, or send data directly to your own REST API endpoint — this Gravity Forms webhook plugin gives you complete control over what data is sent, when it is sent, and how it is formatted. The entire admin experience is built as a modern React single-page app powered by the WordPress REST API, so managing webhooks feels fast, visual, and code-free. Why Choose RT Webhook for Gravity Forms? Key Features Multiple Webhooks Per Form Create as many webhooks as you need for a single Gravity Form. Send a new lead to your CRM, notify your team on Slack, and update a Google Sheet — all triggered by the same form submission, simultaneously. Dynamic Field Mapping Map any Gravity Forms field to a custom JSON key using an intuitive row-based interface. Field dropdowns are populated live from the selected form (showing each field's label and ID), so the JSON payload your endpoint receives looks exactly the way your API expects it. Conditional Logic Prevent unnecessary or irrelevant webhook calls with built-in per-webhook conditional rules. Fire a webhook only when a specific field equals, does not equal, or contains a defined value. Custom HTTP Headers Add any number of custom HTTP headers to each webhook — Authorization: Bearer your-token, x-api-key: your-key, or any proprietary header required by your endpoint. Built-in Logging Inspect every request with a logging panel that shows the full URL, HTTP method, request headers, JSON payload, status code, and raw server response body for the last 10 submissions. Multiple HTTP Methods Send POST, GET, or PUT requests. GET requests automatically append the payload as query arguments.

安装:

  1. Upload the plugin folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Make sure Gravity Forms is installed and active.
  4. Open the RTWCGF Webhooks menu in your dashboard sidebar to create and manage webhooks.

屏幕截图:

  • Webhook editor with Details, Field Mapping, Custom Headers, and Conditional Logic tabs.
  • Detailed request/response logs for troubleshooting.

升级注意事项:

3.0.0 Major update: the admin interface has been rebuilt as a React app on the WordPress REST API. Review your existing webhooks after updating to confirm field mappings still match your forms.

常见问题:

Does this require Gravity Forms?

Yes. Gravity Forms must be installed and active. The plugin reads forms and fields through the Gravity Forms API (GFAPI).

How is field data keyed in the payload?

Gravity Forms stores entry values by field ID. When you map a field, the plugin reads the value by its field ID and sends it under the webhook key you specify.

Can I send data to Zapier or Make.com?

Yes. Any service that accepts an incoming webhook URL — Zapier, Make.com (Integromat), n8n, HubSpot, Slack, Airtable, or a custom REST API — can be used as a destination.

Can I create more than one webhook per form?

Yes. There is no limit on the number of webhooks you can attach to a single Gravity Form. Each webhook can have its own URL, HTTP method, field mapping, headers, and conditional logic.

Can I control when a webhook fires?

Yes. Use the built-in conditional logic tab to fire a webhook only when a chosen field equals, does not equal, or contains a specific value.

Where can I troubleshoot failed webhook requests?

Open the Logs tab for any webhook to see the full request URL, HTTP method, headers, JSON payload, response status code, and raw response body for the last 10 submissions.

Does this plugin slow down my site?

No. Webhook requests are sent in the background after form submission and do not block the page from loading for your visitors.

更新日志:

3.0.0 2.0.0