@@ -19,7 +19,7 @@ for instructions on how to install or update Drupal modules.
* Get Copper API key. For this login into your Copper account. Go to Settings->Integrations->API Keys.
* Open /admin/config/services/webform-copper on your Drupal installation and enter email and API key there.
* Open "Emails/Handlers" section of your webform and add "Copper handler".
* Provide mapping between webform's fields and Copper fields. Possible copper fields could be found here https://developer.copper.com/leads/create-a-new-lead.html. **Important** – field "name" is required for Copper.
* Provide mapping between webform's fields and Copper fields. Possible copper fields could be found here https://developer.copper.com/leads/create-a-new-lead.html. **Important** – field "name" is required for Copper.
### PERMISSIONS ###
...
...
@@ -35,3 +35,6 @@ Also it's possible to alter data passing to Copper via
You hve to enable Leads on Copper UI side. To do so go to "Settings" -> open(if not opened) "Customize" fieldset -> "Lead Statuses" and click "Enable Leads" checkbox there. After that "Leads" link appear in your UI and integration will work.