Articles in this section

Auto-generate mock data

Celigo Copilot assists integration builders by automatically generating mock test data and mock response data, thereby accelerating development and validation. This AI-powered feature enables rapid iteration and pre-deployment testing by simulating realistic input and output payloads, without relying on live or external data sources.

By leveraging the Copilot’s generative capabilities, you can:

  • Generate mock data that aligns with integrator.io canonical formats

  • Test integrations even when source or destination systems are unavailable

Example: Travel expense summary

Copilot prompt: Consider a scenario where you send travel expense summary data with fields such as expenseNumber, expenseAmount, and submittedBy. Based on it, generate mock output data and mock response data

Copilot_prompt.png

Mock output data for export

The JSON follows the integrator.io canonical format for the Mock Output panel in the export step. It simulates multiple records being exported from a source system (for example, an expense management app).

Mock_output_data.png

Mock response data for Import

The JSON adheres to the canonical import response structure in integrator.io, used in the import step > Mock Response section. It represents the successful processing of each exported record.

Mock_response_data.png