Logo
NeoArc Studio

Integration Spec Block

Document system integrations with source/target systems, protocols, data formats, and endpoint specifications.

Overview

The Integration Spec block documents system-to-system integrations with technical details including protocols, data formats, authentication, endpoints, and operational characteristics. Use this block to create complete integration documentation.

REST API Integration

A synchronous REST API integration between systems.

Event-Driven Integration

An asynchronous event-driven integration using message queues.

Block Properties

Integration Spec block properties
PropertyRequiredDescription
nameYesIntegration name
sourceSystemYesSystem sending data
targetSystemYesSystem receiving data
integrationPatternNoPattern type (sync, async, batch, event-driven, pub-sub)
protocolNoCommunication protocol (REST, GraphQL, gRPC, SOAP, Message Queue, File Transfer)
dataFormatNoData format (JSON, XML, CSV, Protobuf, Avro)
authenticationNoAuth method (None, API Key, OAuth2, JWT, mTLS, Basic Auth)
descriptionNoIntegration description
endpointsNoArray of endpoint specifications
errorHandlingNoHow errors are handled
retryPolicyNoRetry behaviour
slaNoPerformance expectations