Overview
If your application doesn’t use PostgreSQL, you can sync contacts with Minimo using our REST API. Every time a user is created or updated in your app, you call the Minimo API to keep contacts in sync.How it works
- On app startup: ensure your custom fields exist in Minimo
- On user create/update: call the upsert endpoint to sync the contact
- On user delete (optional): call the delete endpoint to remove the contact
Implementation
Use an AI coding tool
The fastest way to implement API sync is with our ready-made AI prompt. Give it to your AI coding tool (Cursor, Claude, Lovable, V0, Replit) and it will generate the full integration for you.Contact Sync AI Prompt
Ready-to-use prompt that generates a complete contact sync integration with custom field setup, upsert logic, and lifecycle hooks.