Organizations database hooks
Im currently integrating PostHog and used the database hooks to track auth related events. Is there a way to hook into the organizations plugin?
4 Replies
currently there is no easier way other than making a plugin or tracking from the client. but if you make a plugin you just need to hook into org related endpoints and invoke the tracker from there.
Thanks!
Is there a list of all endpoints?
@bekacru
you could use the open api plugin to see the list of endpoints.
Love it