=== Lead Integration with Abstract One ===
Contributors: abstract2401
Tags: crm, leads, contact form 7, wpforms, abstract one
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.7
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Sync Contact Form 7 and WPForms submissions to Abstract One CRM in real time.

== Description ==

Lead Integration with Abstract One connects your WordPress forms to Abstract One CRM. Create workflows to map form fields to CRM parameters and send every submission to your CRM instantly.

* Contact Form 7 support
* WPForms support
* Workflow-based configuration
* Field mapping with validation
* Encrypted API key storage
* UTM parameter tracking

== External Services ==

This plugin relies on the following third-party service:

= Abstract One CRM API =

* **What the service is and what it is used for:** Abstract One is a CRM platform. This plugin sends form submission data (lead information) from your WordPress site to Abstract One so leads appear in your CRM in real time.
* **What data is sent and when:** When a visitor submits a connected Contact Form 7 or WPForms form and the matching workflow is active, the plugin sends the mapped lead fields (such as name, mobile number, email, UTM parameters, and other fields you configure) along with your workflow's Project ID, Campaign ID, and Sub Source to Abstract One's API endpoint (`https://app.abstractone.in/api/website-lead-create`). Data is transmitted over HTTPS at the time of form submission.
* **Terms of Service:** https://abstractone.in/terms-and-condition/
* **Privacy Policy:** https://abstractone.in/privacy-policy/

No lead data is sent unless you create and activate a workflow with valid API credentials.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to Abstract One → Add Workflow to configure your first integration

== Frequently Asked Questions ==

= Which form plugins are supported? =

Contact Form 7 and WPForms.

= Where do I get API credentials? =

See Abstract One → Instructions for documentation links.

= Does this plugin send data to external servers? =

Yes. When a workflow is active, mapped form submission data is sent to Abstract One CRM. See the External Services section above for details.

== Changelog ==

= 1.0.7 =
* Updated tested up to WordPress 7.0

= 1.0.6 =
* Fixed Contact Form 7 hidden field detection in workflow field mapping
* Replaced inline admin scripts with wp_enqueue / wp_add_inline_script
* Updated text domain to match plugin slug
* Updated readme (tested up to, stable tag, contributors, external services disclosure)
* Removed directory asset files from plugin package
