A Zabun integration that extends the Formie plugin for Craft CMS.
This plugin requires:
- Craft CMS 5.0.0 or later
- PHP 8.2 or later
- Formie 3.0 or later
- A Zabun account
You can install this plugin from the Plugin Store or with Composer.
Go to the Plugin Store in your project’s Control Panel and search for “Formie Zabun Integration”. Then press “Install”.
Open your terminal and run the following commands:
# go to the project directory
cd /path/to/my-project.test
# tell Composer to load the plugin
composer require esign/craft-formie-zabun
# tell Craft to install the plugin
./craft plugin/install formie-zabun
- Navigate to Formie > Settings > CRM
- Click "new integration"
- Select 'Zabun' as your integration provider
- Enter your Zabun credentials and save the integration
- After saving, click the refresh button to verify the API connection
- Go to the form you want to connect with Zabun
- Navigate to the Integrations tab
- Enable your Zabun integration
- Map your form fields:
- Map to Contact Message for user messages
- Map to Contact Request for user property requests
- Map each field carefully, be sure to configure your form fields to match the accepted content types
For more information about the Zabun API, refer to the Zabun API documentation.
This plugin is licensed under the MIT License. Please see License File for more information.