=== RT Webhook for Gravity Forms === Contributors: raintech357 Tags: gravity forms, webhook, integration, zapier, json Requires at least: 5.0 Tested up to: 6.9 Stable tag: 2.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html An advanced webhook integration for Gravity Forms with field mapping, conditional logic, and custom headers. == Description == **RT Webhook for Gravity Forms** allows you to send form submission data to any external URL or service (like Zapier, Make.com, or your own custom API) with granular control. ### Advanced Features: * **Multiple Webhooks**: Assign multiple webhooks to a single form. * **Dynamic Field Mapping**: Select Gravity Forms fields from a dropdown and map them to custom JSON keys. * **Conditional Logic**: Trigger webhooks only when specific field values match your criteria. * **Custom HTTP Headers**: Add authorization tokens or other custom headers (e.g., Bearer tokens). * **Logging System**: Keep track of the last 10 webhook requests with full URLs, headers, payloads, and server responses. * **Support for Multiple Methods**: Use POST, GET, or PUT requests. == Installation == 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' browser in WordPress. 3. Look for the **RTWC Webhooks** menu in your dashboard sidebar. == Screenshots == 1. Webhook configuration screen with details and headers. 2. Field mapping and conditional logic UI. 3. Detailed logs for troubleshooting. == Changelog == = 2.0.0 = * Initial conversion from Contact Form 7 to Gravity Forms. * Added Field Mapping with dynamic dropdowns for GF. * Added Conditional Logic. * Added Custom Headers support. * Added Enhanced Logging system.