pin note to deal via API request

TzviZiv
TzviZiv Member Posts: 4 VERIFIED MEMBER
Fourth Anniversary Photogenic

Hi,

Currently there is no option to pin a note to a deal via the add note, or update note API calls.

Can this be added ?

Thanks,

Tzvi

Tagged:

Comments

  • mac@datomni.com
    mac@datomni.com Member Posts: 21 VERIFIED MEMBER
    10 Comments 5 Likes Name Dropper First Answer

    POST to /v1/notes with deal_id and pinned_to_deal_flag: 1 to pin the note to the deal.

    Mac