manifest / integrations / bono-wordpress-plugin
Bono Leads Connector
Captures WordPress form submissions and sends them to Bono.
★ 0stars
4release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/let-group-ltd/bono-wordpress-plugin/releases/download/v0.6.3/bono-leads-connector.zipFrom the readme
Bono Leads Connector
Bono Leads Connector is a standalone WordPress plugin for sending WordPress form submissions to the Bono API as normalized lead source submissions.
Local Development
The local WordPress Docker project is separate from the plugin source.
- WordPress local project: bono-wp-local
- Plugin source: bono-wordpress-plugin
- Docker mounts the plugin into wp-content/plugins/bono-leads-connector
Start the local WordPress environment from bono-wp-local, then open the WordPress admin and activate Bono Leads Connector from the Plugins screen.
Settings
Plugin settings are available in WordPress Admin under Settings Bono Leads.
Configure:
- API Base URL
- API Key
- Site ID
- Debug Logging
Production API Base URLs must use https://. Local development may use http://localhost, http://127.0.0.1, or http://host.docker.internal so Docker-based WordPress can reach local services such as http://host.docker.internal:3000.
The MVP stores the API key in the WordPress options table as plain text. The settings UI masks saved keys and leaves the existing key unchanged when the field is submitted empty. The storage is isolated in BonoSettings so it can be hardened later.
Suppo
Read the full README on GitHub →