Connector Overview
Connectors let Jardine pull live account data during support handling. Use them when documentation alone is not enough.
Available Providers
- Stripe
- Postgres
- Supabase
- MongoDB
- HubSpot
- Gmail
When To Use Connectors
Use connectors for questions like:
- "What plan is this customer on?"
- "Is this account eligible for this action?"
- "What is the current account status?"
If docs can answer safely, skip connectors to keep setup simpler.
Recommended Rollout
- Start with one connector for one scenario.
- Confirm credentials and identity mapping.
- Test fallback behavior for missing data.
- Validate with real conversation examples.
- Expand gradually.
If Something Is Off
Connector validates but outcomes are still wrong
Check whether returned fields are actually relevant to the decision.
Intermittent failures
Check credentials, provider limits, and identity mapping stability.
Escalations jump after enabling connector logic
Check missing-data fallback behavior and route thresholds.
Next Step
Continue with Using Live Account Data.