Installation
Step 0:
Make sure you fulfill all the requirement listed below:
1. Lime Server version: 13.0.3.8
2. Making the Lime Webclient accessible from the following IP range: 84.19.149.64/27
3. Make sure the customer has a BizWizard application with the Event modlue enabled.
Otherwise go to prime to find out how to order one or request the Event module.
4. Make sure you have an API user for the integration in LISA
Step 0.5
If you want to be able to send event invite emails with feedback to Lime CRM you must have the Lime CRM Newletter integration set up.
See here for installation instructions
Step 1:
To install Addon Lime Event on Lime CRM Server version 13.0.3.8 (or newer) you must manually install the .whl file on the server. Log in and download the latest package of Addon Lime Event
Copy the .whl file to the server (example c:\temp)
Install the package by running:
pip install c:\temp\addon_lime_event-<version>-py3-none-any.whl --index-url https://pypi.lime.tech/simple
in an elevated LIME Pro Command Prompt. Log in details can be found on Workplace.
Restart the service Lime CRM Webserver
Step 2:
Add a new participant status in LISA with the key queue. (Optional: add a campaign type event)
Add a formresponseid integer field to the participant card. It can be hidden.
If you do not want to use the misc field on the participant you can create a formresponse field instead.
Step 3:
Make sure your Lime Admin Addon Lime Event configuration is set up properly. See the configuration page for a more in depth guide how to set it up. By pressing the save-button the configuration is validated and possible errors are displayed.
Step 4:
Give your API account the right privileges in LISA. The account will need read permissions to all tables used by the integration: campaign, person and participant. It will also need write (and add) permissions for participant.
Step 5:
Find your API key (or generate a new one). Create a Lime CRM integration in BizWizard using your base URL and API key. Log in to your BizWizard site and go to Administration -> Integrations and add a Lime CRM integration from the button in the top left corner.
(Or chose an existing one if you already have a Newsletter integration).
The Configuration page will look like this with quite a few validation errors and warnings. This is OK, fix the warnings by filling out the required information and click validate at the top left corner.