How do I attach a Note to an Object
How do I attach a Note to an Object using API? I can create a Note, I can create my custom object, but I didnt find a way to connect the Note with the object.
2 Replies
I have tried.

@Pedro Magalhães you have to add relations via /noteTargets endpoint, /note endpoint doesn't allow you to add relation between note and object so you have to first create an note object, then other object you want to link with note and using /noteTargets link them together