integrationDetail.label
Neo4j
Connect to Neo4j graph database
integrationDetail.overview.title
Integrate Neo4j graph database into the workflow. Can query, create, merge, update, and delete nodes and relationships.
integrationDetail.howItWorks.title
integrationDetail.howItWorks.steps.0.title
integrationDetail.howItWorks.steps.0.body
integrationDetail.howItWorks.steps.1.title
integrationDetail.howItWorks.steps.1.bodyNone
integrationDetail.howItWorks.steps.2.title
integrationDetail.howItWorks.steps.2.body
integrationDetail.tools.title
integrationDetail.tools.description
Query (MATCH)
Execute MATCH queries to read nodes and relationships from Neo4j graph database. For best performance and to prevent large result sets, include LIMIT in your query (e.g.,
Create Nodes/Relationships
Execute CREATE statements to add new nodes and relationships to Neo4j graph database
Merge (Find or Create)
Execute MERGE statements to find or create nodes and relationships in Neo4j (upsert operation)
Update Properties (SET)
Execute SET statements to update properties of existing nodes and relationships in Neo4j
Delete Nodes/Relationships
Execute DELETE or DETACH DELETE statements to remove nodes and relationships from Neo4j
Execute Cypher
Execute arbitrary Cypher queries on Neo4j graph database for complex operations
Introspect Schema
Introspect a Neo4j database to discover its schema including node labels, relationship types, properties, constraints, and indexes.
integrationDetail.faq.title
AACFlow's Neo4j integration lets you build AI-powered workflows that automate tasks in Neo4j without writing code. Connect to Neo4j graph database You can connect Neo4j to hundreds of other services in the same workflow β from CRMs and spreadsheets to messaging tools and databases.

integrationDetail.startAutomating.title
integrationDetail.startAutomating.description
integrationDetail.startAutomating.cta