Changeset 3211181
- Timestamp:
- 12/20/2024 03:58:59 PM (16 months ago)
- Location:
- go-high-level-extension-for-contact-form7
- Files:
-
- 2 edited
-
tags/1.0.0/README.txt (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
go-high-level-extension-for-contact-form7/tags/1.0.0/README.txt
r3211059 r3211181 85 85 86 86 **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. 94 93 95 94 **API Endpoints Used**: 96 -**Token Endpoint**: https://services.leadconnectorhq.com/oauth/token97 -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. 98 97 99 98 - **Contact Upsert Endpoint**: https://services.leadconnectorhq.com/contacts/upsert … … 104 103 105 104 **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) 108 107 109 108 Please 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 85 85 86 86 **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. 94 93 95 94 **API Endpoints Used**: 96 -**Token Endpoint**: https://services.leadconnectorhq.com/oauth/token97 -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. 98 97 99 98 - **Contact Upsert Endpoint**: https://services.leadconnectorhq.com/contacts/upsert … … 104 103 105 104 **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) 108 107 109 108 Please 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.