Boostrap for connecting WP Fusion to a custom CRM.
This plugin can be customized to allow WP Fusion 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.
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.
Requires WP Fusion
Upload to your /wp-content/plugins/ directory
- Updated
sync_tags()andsync_cms_fields()methods to show looping over tags and custom fields with page size / next token
- Fixed incorrect filter name for
format_post_data(), waswpf_format_post_datainstead ofwpf_crm_post_data
- Added example for registering CRM-specific settings in the admin
- Added example methods for
add_tag()andsync_lists() - Additional documentation for the
$supportsproperty - Updated data storage for custom fields to include
crm_type
- Updated for PHPStan level 5 compatibility
- Improved - The OAuth setup fields are now commented out to prevent UI glitches on the setup tab
- Added additional inline docs
- Code cleanup
- Added examples for
format_post_data()andtrack_event()
- Updated for WP Fusion v3.40.0
- Memoved
$map_meta_fieldsinadd_contact()andupdate_contact()methods
- Added example showing OAuth authorization fields and handling in admin class
- Added
set_default_fields()function in admin class
- Added example edit_url
- Added example
format_field_value() - PHPCBF and documentation cleanup
- Added example for HTTP response error handling
- Improved documentation
- Removed show_key_end action and function in WPF_Custom_Admin (moved to core)
- Initial release
- Jack Arturo - Initial work - Very Good Plugins
This project is licensed under the GPL License - see the LICENSE.md file for details