Skip to content

#3232862: Add note creation to webform submissions

Motivation

Closes #3232862

Problem/Motivation

Would like to be able to add notes support to the module, starting with adding Notes via https://developers.pipedrive.com/docs/api/v1/Notes#addNote

Proposed resolution

Add the Notes controller and ability to map webform values to the content field on notes.

Changes

  • Includes the Notes controller and the ability to addNote.
  • Adds text as a field type that is available for mapping. Note:content is of the text field type instead of varchar.
  • Adds data key to grab IDs for person, deal and note.
Edited by Larry Walangitan

Merge request reports