How to triggring external script or API

Hi All,

I want to trigger from neo4j database to external python script or API, If any transaction will be perform or done (create, update and delete).

Hi, Neo4j is not real time database. You can use triggers but these do not call external scripts

Thanks