Supported destinations
Planasonix ships connectors for common go-to-market, support, ads, and data platforms. Availability depends on your plan and enabled connectors for your workspace. Typical categories include:CRM and sales
CRM and sales
Sync accounts, contacts, leads, opportunities, and custom objects into systems your sales team uses daily.
Marketing and lifecycle
Marketing and lifecycle
Push lists, traits, and events into email, push, and customer engagement tools for segmentation and personalization.
Support and success
Support and success
Update ticket properties, user profiles, or health scores so support sees warehouse-backed context.
Ads and audiences
Ads and audiences
Refresh custom audiences and offline conversions where the platform exposes stable APIs.
Internal APIs and webhooks
Internal APIs and webhooks
Send structured payloads to HTTP endpoints when you operate proprietary services or niche tools.
Object selection
When you configure a sync, you choose a destination object (or equivalent resource type). That choice drives:- Which fields appear in the mapper
- Which operations the API allows (create-only vs full CRUD)
- How batching and pagination behave during a run
Field selection
After you pick an object, you enable the fields you want Planasonix to write. You should:- Include required fields the API rejects when missing
- Include identifiers used for upsert or update (external IDs, email, or platform-specific keys)
- Omit sensitive fields you do not intend to send from the warehouse
- Discovered schema
- Manual fields
When discovery is available, refresh schema after you add custom fields in the destination so new columns appear in the mapper without guesswork.
Credentials and environments
Store production and sandbox credentials as separate connections. Point test syncs at sandbox destinations so API limits and data pollution do not affect production customers.Field-level security in the destination still applies. If a user or integration lacks permission to write a field, the run fails for those rows; use monitoring to catch partial failures early.