Celigo’s Integrator.io provides different methods for exporting and receiving data, including Standard Type/Scheduled Exports and Webhook Listeners. These approaches help automate data transfers and ensure seamless integration between applications.
Standard Type/Scheduled Exports
Standard Type or Scheduled exports allow users to retrieve data from a source application at predefined intervals. This method is useful when real-time data retrieval is not necessary, and periodic updates are sufficient.
- Scheduled Execution – Runs at set intervals (hourly, daily, weekly, etc.).
- Batch Processing – Retrieves data in bulk rather than in real-time.
- Efficient Resource Usage – Reduces API calls and optimizes system performance.
Webhook Listener
Webhook listeners enable real-time data transfer by receiving HTTP POST requests from a source application whenever an event occurs. Instead of polling for updates, webhook listeners react instantly to incoming data.
- Event-Driven – Triggers data flow immediately when an event occurs.
- Reduces API Load – Eliminates the need for frequent polling.
- Supports Various Content Types – Can process JSON, XML, and URL-encoded data.
Choosing Between Scheduled Exports and Webhook Listeners
- Use Scheduled Exports when periodic data retrieval is sufficient and batch processing is preferred.
- Use Webhook Listeners when real-time updates are required, such as order status changes or inventory updates.
By leveraging these methods, businesses can optimize their integration workflows and ensure efficient data synchronization in Celigo.