Push Connector Requirements
04 - Preserving Important Metadata
Author/Editor information (along with created/modified timestamps) are very important to many law firms. When Universal Migrator pushes data to your API, it has the ability to push associated metadata if your API accepts it. We recommend that all ...
05 - Patterns to Implement & Avoid
When you're building your API, you should avoid falling into the following traps: Patterns to Avoid These are patterns that you should avoid. Avoid Non-JSON Requests/Responses Your API should only accept JSON requests and only respond with JSON ...
02 - Building APIs in the Best Order
When building your API, you should think about object dependencies and build the top-level items first. For example, your application may have the following data types: Users Contacts Practice Areas Matters (Requires Contacts and Practice Areas) Time ...
03 - Required API Operations
Each data type that Universal Migrator will load to your system must support four operations: Create Search (list) Sparse Update Delete All Four Operations are Required Before our team can write the code to push a data type to your application, your ...
01 - Allowing Universal Migrator to Authenticate with your API
In order for Universal Migrator to push data to your system, you should select one of the authentication methods below. Option 1: OAuth2 Authentication (Recommended) If using this method, you should provision Universal Migrator as an OAUTH2 ...
Push Connector Requirements.
Universal Migrator facilitates migrations between hundreds of different applications into destination applications whom we have built a push connector for. If you are reading this article, you likely want Universal Migrator to load data into your ...