=== Maxentro Connector ===
Contributors: maxentro
Tags: email marketing, ai email, lead generation, outreach, crm
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Connect WordPress to the Maxentro SaaS for AI email outreach, lead sync, email queue orchestration, and reply analysis.

== Description ==

Maxentro Connector is a lightweight WordPress connector for the Maxentro SaaS.

The connector lets a site owner:

* Enter a Maxentro SaaS API URL, license key, and optional API key.
* Activate/check license status.
* Sync leads from WordPress to the SaaS backend.
* Queue AI-generated email drafts in the SaaS backend.
* Open the SaaS dashboard for lead management, SMTP pool, email queue, and reply analysis.

This plugin connects to an external SaaS service. A Maxentro subscription or trial license is required for SaaS features.

== External Service Disclosure ==

This plugin sends configured lead/contact data and license information to the Maxentro SaaS API endpoint configured by the site administrator.

Default API endpoint for the current version:

https://maxentro.cloud

Data sent may include:

* License key
* API key when configured
* Site URL
* Lead email
* Lead name/company/website/source
* Request metadata required by WordPress HTTP API

The SaaS service processes these records for lead management, AI email draft generation, email queueing, usage limits, and reply analysis.

The official SaaS API and product domain is https://maxentro.cloud. Privacy Policy and Terms are available on the product website.

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/maxentro-connector/` or install the ZIP through WordPress Admin.
2. Activate the plugin.
3. Open **Maxentro** in WordPress Admin.
4. Enter the SaaS API Base URL, License Key, and optional API Key.
5. Click **Activate / Check License**.
6. Sync a test lead and queue a test AI draft.

== Frequently Asked Questions ==

= Does this plugin send emails directly from WordPress? =

No. This connector sends lead and queue requests to the SaaS backend. Sending policy, limits, SMTP pool, and provider integration are handled by the SaaS.

= Is a paid service required? =

Yes. A SaaS trial or subscription license is required for production use.

= Can I self-host the backend? =

The connector supports changing the API Base URL, so a dedicated deployment can be used when offered by the vendor.

== Changelog ==

= 0.1.0 =
* Initial connector initial version: license activation, lead sync, AI draft queue request, admin settings page, REST sync endpoint.
