Note Association through API - Note creation Trigger

Everytime note is created in Custom Object, Is it possible to associate note with Custom Object associated company through API or workflows.

Hey @SVenkatesan you should be ablet to achieve this through the associations api. Unfortunately right now there’s no way to programatically set associations based on notes through workflows. So it will take a bit of custom work to achieve!

I have understand that , I need to use association api to assocaite notes to a company
but is there any way to detect note creation in custom object,
Even if we build custom solution. we cannot read all the custom object record everytime and all its notes and associated with company right?

Ah! Apologies for the misunderstanding @SVenkatesan just to confirm, are you looking for a note that’s logged on a custom object record to be automatically associated with another record depending on your definitions?

This should be doable through the associations api, your definitions though might need to be defined prior to the data you send.

Yes , im looking for the same