Plugin Directory

Changeset 3433591


Ignore:
Timestamp:
01/06/2026 12:37:31 PM (2 months ago)
Author:
brainstormforce
Message:

Updated Readme

Location:
surecontact
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • surecontact/tags/0.0.2/readme.txt

    r3433517 r3433591  
    11=== SureContact ===
    22Contributors: brainstormforce
    3 Tags: crm, contact management, form integration, ecommerce crm
     3Tags: crm, contact management, form integration, ecommerce
    44Requires at least: 5.8
    55Tested up to: 6.9
     
    1818
    1919**Centralized Contact Management**
     20
    2021* Automatically capture contact data from multiple sources
    2122* Unified customer profiles with complete interaction history
     
    2425
    2526**Multi-Platform Data Capture**
     27
    2628* WordPress user registration and profile updates
     29* SureCart purchases and subscriptions
    2730* WooCommerce orders and customer data
    28 * SureCart purchases and subscriptions
    2931* Easy Digital Downloads transactions
    3032* FluentCRM subscriber integration
     
    3234
    3335**Lightweight & Performance-Optimized**
     36
    3437* Minimal database footprint
    3538* Efficient caching mechanisms
     
    3942
    4043**Secure Authentication & Data Sync**
     44
    4145* OAuth-based secure connection
    4246* Encrypted credential storage
     
    4650
    4751**E-commerce CRM Integration**
     52
    4853* Track customer purchase history
    4954* Monitor order values and frequency
     
    5358
    5459**Form Integration**
     60
    5561* Automatically capture form submissions as contacts
    5662* Support for popular form plugins
     
    5864* Lead source tracking
    5965* Form submission history
    60 
    6166
    6267### 🎯 How It Works
     
    9297
    9398**WordPress Core:**
     99
    94100* User registration and profile updates
    95101* User roles and capabilities
     
    97103
    98104### External Service Connection / Security
    99 SureContact connects your WordPress site with our SaaS securely. When a user initiates a connection, they are redirected to the SaaS login page. Upon clicking Connect, the SaaS generates a short-lived, single-use token which is sent back to WordPress via a redirect. WordPress then verifies the token server-to-server before storing the access token and user data for future API calls. Tokens are time-limited (1–5 minutes), single-use, and encrypted in transit using HTTPS. This ensures secure authentication, prevents token reuse, and protects user data. No actions are taken by WordPress until token verification succeeds. The access token will be used to sync contact data from various sources including WordPress users, e-commerce platforms (WooCommerce, SureCart, Easy Digital Downloads), and form submissions (SureForms, WPForms, Contact Form 7) to your SureContact workspace. All privacy and data handling comply with WordPress.org Plugin Guidelines.
     105SureContact connects your WordPress site with our SaaS securely. When a user initiates a connection, they are redirected to the SaaS login page. Upon clicking Connect, the SaaS generates a short-lived, single-use token which is sent back to WordPress via a redirect. WordPress then verifies the token server-to-server before storing the access token and user data for future API calls. Tokens are time-limited (1–5 minutes), single-use, and encrypted in transit using HTTPS. This ensures secure authentication, prevents token reuse, and protects user data. No actions are taken by WordPress until token verification succeeds. The access token will be used to sync contact data from various sources including WordPress users, e-commerce platforms (SureCart, WooCommerce, Easy Digital Downloads), and form submissions (SureForms, WPForms, Contact Form 7) to your SureContact workspace. All privacy and data handling comply with WordPress.org Plugin Guidelines.
    100106
    101107== Installation ==
     
    120126
    121127**After Installation**
    122 Once connected, SureContact will automatically start capturing contact data from your enabled sources. You can manage your contacts, view interaction history, and analyze customer behavior from your SureContact dashboard at https://app.surecontact.com/
     128Once connected, SureContact will automatically start capturing contact data from your enabled sources. You can manage your contacts, view interaction history, and analyze customer behavior from your [SureContact Dashboard](https://app.surecontact.com/)
    123129
    124130== Frequently Asked Questions ==
     
    128134
    129135= Do I need a SureContact account? =
    130 Yes, you need an active SureContact account to use this plugin. The plugin syncs your contact data to your SureContact workspace where you can manage and interact with your contacts. Visit https://app.surecontact.com/ to sign up.
     136Yes, you need an active SureContact account to use this plugin. The plugin syncs your contact data to your SureContact workspace where you can manage and interact with your contacts. Visit [SureContact](https://app.surecontact.com/) to sign up.
    131137
    132138= What data does SureContact capture? =
     
    158164
    159165== Privacy Policy ==
    160 This plugin connects to the SureContact service (https://surecontact.com) to sync contact data. See our privacy policy at: https://surecontact.com/privacy-policy/
    161 
     166This plugin connects to the [SureContact](https://surecontact.com) service to sync contact data. See our [Privacy Policy](https://surecontact.com/privacy-policy/)
    162167== Screenshots ==
    163168
     
    171176= 0.0.2 =
    172177* WordPress user integration (registration and profile updates)
     178* SureCart integration (purchases and subscriptions)
    173179* WooCommerce integration (orders and customer data)
    174 * SureCart integration (purchases and subscriptions)
    175180* SureForms integration (form submissions)
    176181* SureMembers integration
  • surecontact/trunk/readme.txt

    r3433515 r3433591  
    11=== SureContact ===
    22Contributors: brainstormforce
    3 Tags: crm, contact management, form integration, ecommerce crm
     3Tags: crm, contact management, form integration, ecommerce
    44Requires at least: 5.8
    55Tested up to: 6.9
     
    1818
    1919**Centralized Contact Management**
     20
    2021* Automatically capture contact data from multiple sources
    2122* Unified customer profiles with complete interaction history
     
    2425
    2526**Multi-Platform Data Capture**
     27
    2628* WordPress user registration and profile updates
     29* SureCart purchases and subscriptions
    2730* WooCommerce orders and customer data
    28 * SureCart purchases and subscriptions
    2931* Easy Digital Downloads transactions
    3032* FluentCRM subscriber integration
     
    3234
    3335**Lightweight & Performance-Optimized**
     36
    3437* Minimal database footprint
    3538* Efficient caching mechanisms
     
    3942
    4043**Secure Authentication & Data Sync**
     44
    4145* OAuth-based secure connection
    4246* Encrypted credential storage
     
    4650
    4751**E-commerce CRM Integration**
     52
    4853* Track customer purchase history
    4954* Monitor order values and frequency
     
    5358
    5459**Form Integration**
     60
    5561* Automatically capture form submissions as contacts
    5662* Support for popular form plugins
     
    5864* Lead source tracking
    5965* Form submission history
    60 
    6166
    6267### 🎯 How It Works
     
    9297
    9398**WordPress Core:**
     99
    94100* User registration and profile updates
    95101* User roles and capabilities
     
    97103
    98104### External Service Connection / Security
    99 SureContact connects your WordPress site with our SaaS securely. When a user initiates a connection, they are redirected to the SaaS login page. Upon clicking Connect, the SaaS generates a short-lived, single-use token which is sent back to WordPress via a redirect. WordPress then verifies the token server-to-server before storing the access token and user data for future API calls. Tokens are time-limited (1–5 minutes), single-use, and encrypted in transit using HTTPS. This ensures secure authentication, prevents token reuse, and protects user data. No actions are taken by WordPress until token verification succeeds. The access token will be used to sync contact data from various sources including WordPress users, e-commerce platforms (WooCommerce, SureCart, Easy Digital Downloads), and form submissions (SureForms, WPForms, Contact Form 7) to your SureContact workspace. All privacy and data handling comply with WordPress.org Plugin Guidelines.
     105SureContact connects your WordPress site with our SaaS securely. When a user initiates a connection, they are redirected to the SaaS login page. Upon clicking Connect, the SaaS generates a short-lived, single-use token which is sent back to WordPress via a redirect. WordPress then verifies the token server-to-server before storing the access token and user data for future API calls. Tokens are time-limited (1–5 minutes), single-use, and encrypted in transit using HTTPS. This ensures secure authentication, prevents token reuse, and protects user data. No actions are taken by WordPress until token verification succeeds. The access token will be used to sync contact data from various sources including WordPress users, e-commerce platforms (SureCart, WooCommerce, Easy Digital Downloads), and form submissions (SureForms, WPForms, Contact Form 7) to your SureContact workspace. All privacy and data handling comply with WordPress.org Plugin Guidelines.
    100106
    101107== Installation ==
     
    120126
    121127**After Installation**
    122 Once connected, SureContact will automatically start capturing contact data from your enabled sources. You can manage your contacts, view interaction history, and analyze customer behavior from your SureContact dashboard at https://app.surecontact.com/
     128Once connected, SureContact will automatically start capturing contact data from your enabled sources. You can manage your contacts, view interaction history, and analyze customer behavior from your [SureContact Dashboard](https://app.surecontact.com/)
    123129
    124130== Frequently Asked Questions ==
     
    128134
    129135= Do I need a SureContact account? =
    130 Yes, you need an active SureContact account to use this plugin. The plugin syncs your contact data to your SureContact workspace where you can manage and interact with your contacts. Visit https://app.surecontact.com/ to sign up.
     136Yes, you need an active SureContact account to use this plugin. The plugin syncs your contact data to your SureContact workspace where you can manage and interact with your contacts. Visit [SureContact](https://app.surecontact.com/) to sign up.
    131137
    132138= What data does SureContact capture? =
     
    158164
    159165== Privacy Policy ==
    160 This plugin connects to the SureContact service (https://surecontact.com) to sync contact data. See our privacy policy at: https://surecontact.com/privacy-policy/
    161 
     166This plugin connects to the [SureContact](https://surecontact.com) service to sync contact data. See our [Privacy Policy](https://surecontact.com/privacy-policy/)
    162167== Screenshots ==
    163168
     
    171176= 0.0.2 =
    172177* WordPress user integration (registration and profile updates)
     178* SureCart integration (purchases and subscriptions)
    173179* WooCommerce integration (orders and customer data)
    174 * SureCart integration (purchases and subscriptions)
    175180* SureForms integration (form submissions)
    176181* SureMembers integration
Note: See TracChangeset for help on using the changeset viewer.