Build Integration Service flow configurations with connections, mapping steps, and schedules.
Last verified: May 2026
Build Integration Service flow configurations with connections, mapping steps, schedules, and error handling.
Required Fields
compartmentIddisplayNameintegrationInstance.instanceIdflow.flowTypeflow.connectionsflow.stepsOutput will appear here...Your team needs to sync customer data between Salesforce and Oracle ERP nightly. Without Integration Service, this would require: Salesforce API client + Oracle API client + custom mapping code + scheduling + error handling = 2-3 weeks of development. The builder generates an Integration flow: Salesforce connection, Oracle ERP connection, visual mapping designer for the customer schema, cron schedule. End-to-end integration in 1 day. Cost: ~$200/month for the volume vs $0/month for custom code, but the time-to-value justifies it for most teams.
Build Integration Service flow configurations with connections, mapping steps, and schedules. This tool helps OCI engineers generate valid configurations quickly without consulting documentation, reducing errors and accelerating infrastructure deployment. All processing runs in your browser with no data sent to external servers.
The builder constructs OCI Integration Service flow configurations: integration resource (compartment, instance, integration type: SCHEDULED / APP_DRIVEN / FILE_BASED), connections (per-system credentials and endpoints), data mapping definitions (source schema → target schema with transformation rules), schedule (cron-based for SCHEDULED type), and error handling. Output is generated as oci integration commands and Terraform oci_integration_integration_instance resources.
Integration Service has 50+ pre-built adapters for popular SaaS systems (Salesforce, NetSuite, ServiceNow, Workday, etc.). For SaaS-to-SaaS integrations, this is dramatically easier than writing custom code against each vendor's API. The trade-off: more expensive than custom code at high volume.
Use Integration Service for SCHEDULED batch ETL between SaaS systems (nightly Salesforce → Oracle ERP sync). For real-time event-driven integrations (e.g., 'when an order arrives in Shopify, immediately update Oracle'), you may need custom code or webhook architectures.
Watch the per-message billing on Integration Service — high-volume integrations can rack up significant costs. For >100K messages/day workloads, custom code on OCI Functions + Object Storage may be 5-10x cheaper than Integration Service.
Was this tool helpful?
Disclaimer: This tool runs entirely in your browser. No data is sent to our servers. Always verify outputs before using them in production. AWS, Azure, and GCP are trademarks of their respective owners.