verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
95 stars 73 forks source link

Pipedrive: Note field deprecated #607

Closed Diewy closed 2 years ago

Diewy commented 2 years ago

Description

The Pipedrive API deprecated the note field for leads, see: https://pipedrive.readme.io/docs/changelog#replacing-the-note-field-in-leads-api-with-fields-in-notes-api

When selecting a note field in the CRM integration, it returns an error stating the field is deprecated.

When enabling "Map to Note", no note is added to the lead as well.

Steps to reproduce

  1. Add Pipedrive as CRM Integration
  2. Enable "Map to lead"
  3. Select a field as "Note" field
  4. Submit the form
  5. Check the queue

Form settings

Additional info

Additional context

engram-design commented 2 years ago

Thanks for the heads-up. Fixed for the next release. To get the fix early, change your verbb/formie requirement in composer.json to:

"require": {
  "verbb/formie": "dev-craft-3 as 1.4.21.1",
  "...": "..."
}

Then run composer update.

engram-design commented 2 years ago

Fixed in 1.4.22