Plugin Directory

Changeset 3211181


Ignore:
Timestamp:
12/20/2024 03:58:59 PM (16 months ago)
Author:
ibsofts
Message:

Updating the README.txt

Location:
go-high-level-extension-for-contact-form7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • go-high-level-extension-for-contact-form7/tags/1.0.0/README.txt

    r3211059 r3211181  
    8585
    8686**Service Used**: Go High Level CRM (LeadConnector)
    87 - **Data Sent**: Form name, email, phone number.
    88 - **When Data is Sent**: Data is sent when a Contact Form 7 submission is made on your site.
    89 - **Purpose**: To sync form submissions with Go High Level CRM for lead management.
    90 - **Authentication**:
    91    - The plugin authenticates with Go High Level using OAuth 2.0.
    92    - **Access Token**: An access token is used to authenticate API requests. This token expires after 24 hours.
    93    - **Refresh Token**: When the access token expires, a refresh token is used to request a new access token without requiring the user to reauthenticate. The refresh token is automatically used by the plugin to ensure seamless operation.
     87**Data Sent**: Form name, email, phone number.
     88**When Data is Sent**: Data is sent when a Contact Form 7 submission is made on your site.
     89**Purpose**: To sync form submissions with Go High Level CRM for lead management.
     90**Authentication**: The plugin authenticates with Go High Level using OAuth 2.0.
     91   **Access Token**:  An access token is used to authenticate API requests. This token expires after 24 hours.
     92   **Refresh Token**: When the access token expires, a refresh token is used to request a new access token without requiring the user to reauthenticate. The refresh token is automatically used by the plugin to ensure seamless operation.
    9493   
    9594**API Endpoints Used**:
    96 - **Token Endpoint**: https://services.leadconnectorhq.com/oauth/token
    97    - This endpoint is used to obtain the initial access token and refresh the token when expired.
     95**Token Endpoint**: https://services.leadconnectorhq.com/oauth/token
     96 This endpoint is used to obtain the initial access token and refresh the token when expired.
    9897   
    9998- **Contact Upsert Endpoint**: https://services.leadconnectorhq.com/contacts/upsert
     
    104103
    105104**Links to Terms and Privacy Policy**:
    106 - **Go High Level Terms of Service**: [Go High Level Terms of Service](https://www.gohighlevel.com/terms-of-service)
    107 - **Go High Level Privacy Policy**: [Go High Level Privacy Policy](https://www.gohighlevel.com/privacy)
     105 **Go High Level Terms of Service**: [Go High Level Terms of Service](https://www.gohighlevel.com/terms-of-service)
     106 **Go High Level Privacy Policy**: [Go High Level Privacy Policy](https://www.gohighlevel.com/privacy)
    108107
    109108Please note that the plugin automatically manages the OAuth token refresh process, so users do not need to take any additional action once the initial authentication is complete.
  • go-high-level-extension-for-contact-form7/trunk/README.txt

    r3211059 r3211181  
    8585
    8686**Service Used**: Go High Level CRM (LeadConnector)
    87 - **Data Sent**: Form name, email, phone number.
    88 - **When Data is Sent**: Data is sent when a Contact Form 7 submission is made on your site.
    89 - **Purpose**: To sync form submissions with Go High Level CRM for lead management.
    90 - **Authentication**:
    91    - The plugin authenticates with Go High Level using OAuth 2.0.
    92    - **Access Token**: An access token is used to authenticate API requests. This token expires after 24 hours.
    93    - **Refresh Token**: When the access token expires, a refresh token is used to request a new access token without requiring the user to reauthenticate. The refresh token is automatically used by the plugin to ensure seamless operation.
     87**Data Sent**: Form name, email, phone number.
     88**When Data is Sent**: Data is sent when a Contact Form 7 submission is made on your site.
     89**Purpose**: To sync form submissions with Go High Level CRM for lead management.
     90**Authentication**: The plugin authenticates with Go High Level using OAuth 2.0.
     91   **Access Token**:  An access token is used to authenticate API requests. This token expires after 24 hours.
     92   **Refresh Token**: When the access token expires, a refresh token is used to request a new access token without requiring the user to reauthenticate. The refresh token is automatically used by the plugin to ensure seamless operation.
    9493   
    9594**API Endpoints Used**:
    96 - **Token Endpoint**: https://services.leadconnectorhq.com/oauth/token
    97    - This endpoint is used to obtain the initial access token and refresh the token when expired.
     95**Token Endpoint**: https://services.leadconnectorhq.com/oauth/token
     96 This endpoint is used to obtain the initial access token and refresh the token when expired.
    9897   
    9998- **Contact Upsert Endpoint**: https://services.leadconnectorhq.com/contacts/upsert
     
    104103
    105104**Links to Terms and Privacy Policy**:
    106 - **Go High Level Terms of Service**: [Go High Level Terms of Service](https://www.gohighlevel.com/terms-of-service)
    107 - **Go High Level Privacy Policy**: [Go High Level Privacy Policy](https://www.gohighlevel.com/privacy)
     105 **Go High Level Terms of Service**: [Go High Level Terms of Service](https://www.gohighlevel.com/terms-of-service)
     106 **Go High Level Privacy Policy**: [Go High Level Privacy Policy](https://www.gohighlevel.com/privacy)
    108107
    109108Please note that the plugin automatically manages the OAuth token refresh process, so users do not need to take any additional action once the initial authentication is complete.
Note: See TracChangeset for help on using the changeset viewer.