https://github.com/verygoodplugins/wp-fusion-custom-crm
Boostrap for connecting WP Fusion to a custom CRM
https://github.com/verygoodplugins/wp-fusion-custom-crm
Last synced: 5 months ago
JSON representation
Boostrap for connecting WP Fusion to a custom CRM
- Host: GitHub
- URL: https://github.com/verygoodplugins/wp-fusion-custom-crm
- Owner: verygoodplugins
- License: gpl-3.0
- Created: 2018-02-14T20:00:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T09:06:36.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T10:37:30.227Z (over 1 year ago)
- Language: PHP
- Size: 38.1 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Fusion - Custom CRM
Boostrap for connecting WP Fusion to a custom CRM.
## Getting Started
This plugin can be customized to allow [WP Fusion](https://wpfusion.com/) to connect to custom CRM systems. Just add your API calls to the methods provided, stir, and serve!
More info in our [Creating Custom CRM Modules tutorial](https://wpfusion.com/documentation/advanced-developer-tutorials/creating-custom-crm-modules/).
This starter plugin uses `custom` and `Custom` in several places as the CRM slug and name (respectively). You can do a case-sensitive find and replace on these two strings to update it for your CRM.
### Prerequisites
Requires [WP Fusion](https://wpfusion.com/)
### Installing
Upload to your /wp-content/plugins/ directory
## Changelog
### 1.1.8 - 8/14/2024
* Updated `sync_tags()` and `sync_cms_fields()` methods to show looping over tags and custom fields with page size / next token
### 1.1.7 - 5/22/2024
* Fixed incorrect filter name for `format_post_data()`, was `wpf_format_post_data` instead of `wpf_crm_post_data`
### 1.1.6 - 1/22/2024
* Added example for registering CRM-specific settings in the admin
### 1.1.5 - 1/18/2024
* Added example methods for `add_tag()` and `sync_lists()`
* Additional documentation for the `$supports` property
* Updated data storage for custom fields to include `crm_type`
### 1.1.4 - 11/1/2023
* Updated for PHPStan level 5 compatibility
### 1.1.3 - 4/5/2023
* Improved - The OAuth setup fields are now commented out to prevent UI glitches on the setup tab
### 1.1.2 - 4/5/2023
* Added additional inline docs
* Code cleanup
### 1.1.1 - 12/12/2022
* Added examples for `format_post_data()` and `track_event()`
### 1.1.0 - 4/18/2022
* Updated for WP Fusion v3.40.0
* Memoved `$map_meta_fields` in `add_contact()` and `update_contact()` methods
### 1.0.4 - 3/31/2022
* Added example showing OAuth authorization fields and handling in admin class
* Added `set_default_fields()` function in admin class
### 1.0.3 - 8/10/2021
* Added example edit_url
* Added example `format_field_value()`
* PHPCBF and documentation cleanup
### 1.0.2 - 12/26/2020
* Added example for HTTP response error handling
* Improved documentation
### 1.0.1 - 3/25/2020
* Removed show_key_end action and function in WPF_Custom_Admin (moved to core)
### 1.0 - 2/14/2018
* Initial release
## Authors
* **Jack Arturo** - *Initial work* - [Very Good Plugins](https://github.com/verygoodplugins)
## License
This project is licensed under the GPL License - see the [LICENSE.md](LICENSE.md) file for details