Continuously Import Timeoff Requests to my App
Continuous Import of Timeoff Requests to Your App
This scenario enables your application to continuously sync Timeoff Requests from any external application to your app's API. It handles the initial import of Timeoff Requests and keeps them synchronized when a Timeoff Request is created, updated, or deleted in the external application.
When receiving Timeoff Requests data from the external application, the data is transformed into a format supported by your app's API. Additionally, if needed, your customers can customize the data mapping based on their specific external application setup.
How It Works
-
Initial Import:
- Perform the initial import by calling the Integration.app REST API or SDK in a loop from your code to retrieve data page by page.
- Integration.app transforms the output into a consistent format compatible with your API, allowing you to save the data efficiently.
-
Continuous Sync:
- Enable subscription via a single API or SDK call to continuously receive created, updated, or deleted events.
- Integration.app manages all integration-specific logic, including subscribing to/unsubscribing from webhooks, custom polling of events, or performing periodic full syncs.
- You will only receive the necessary events as real-time as supported by the external application's API.
Explore Similar Templates
Continuously Import Contacts to my App
Import Contacts and receive created/updated or deleted events
Works with:- +31
Continuously Import Users to my App
Import Users and receive created/updated or deleted events
Works with:- +40
Get all Timeoff Requests
Imports all Timeoff Requests from any external application to your App.
Get all Timeoff Balances
Imports all Timeoff Balances from any external application to your App.