What it does
If you have an external database (MySQL, PostgreSQL) with legacy operational data, Arya can sync specific tables as objects. Configurable sync per field, frequency, direction.Prerequisites
- Active account with MySQL / PostgreSQL
- Admin or Manager role on Arya to connect
- OAuth authorisation (or API key, where applicable)
Connect MySQL / PostgreSQL
What syncs
| Direction | Entity |
|---|---|
| Configurable | DB tables ↔ Arya objects |
| Configurable | Explicitly mapped fields |
| Configurable | Frequency (real-time, every N min, daily) |
Use in workflows
Once connected, MySQL / PostgreSQL appears as an action in the workflow builder. You can:- Trigger workflows from MySQL / PostgreSQL events
- Use MySQL / PostgreSQL as an action (e.g. create record, send message)
Troubleshooting
Authorisation error
Authorisation error
Slow or failed sync
Slow or failed sync
Check service API quota (rate limit). Reduce frequency if exceeding quota.
Data not synced
Data not synced
Verify field mapping and filters. Try manual sync from ⋯ → Sync now.
Duplicate errors
Duplicate errors
Arya uses unique keys for matching. Configure key (email, external ID) in Settings → Sync.