-
Notifications
You must be signed in to change notification settings - Fork 126
Allow multiple Contact Notes via the API #22
Comments
At this time, we are not able to expose multiple notes through the API and thus not through any of our wrapper libraries. We're in the process of rolling out a new Contact Management System to our entire customer base (it sounds like you got access early as a partner Zach) which has lots of new features. In order to maintain predictable behavior in the API, we have to go with the lowest shared features between our new and old management features until we have 100% of the customer base on the new system. We'll be adding lots more features to the API once we complete this migration. |
Yeah, now I see that Notes is now not exposed at all. It had been working with one note earlier. I guess I'll be patient! |
This was two years ago, any updates on how to add multiple notes? Thanks! |
Still looking for answers on this also. When I try to add a note I get: json.max.items.violation:#/notes: 2 items were contained, but the maximum number of items allowed is 1. |
I've heard that API v3, whenever that gets completed, will have multiple note support. |
Wow, it's six years yesterday since I opened the issue! 🎂 |
The web interface allows for multiple Contact Notes, but the API is limited to add/updating 1 note per Contact:
#/notes: 2 items were contained, but the maximum number of items allowed is 1.
Please allow multiple notes!
The text was updated successfully, but these errors were encountered: