Continuously Import Users to my App

Add to your app

Works with:

  • Salesforce
  • HubSpot
  • MS Dynamics CRM
  • Zoho CRM
  • Pipedrive
  • 36+  see all

Continuous Import of Users to Your App

This scenario enables your application to continuously sync Users from any external application to your app's API. It handles the initial import of Users and keeps them synchronized when a User is created, updated, or deleted in the external application.

When receiving Users 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

  1. 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.
  2. 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.