See it in action
Ask why a consumer is not working. Chifty checks its connections, scans the recent API calls, opens the failing ones and reads the actual error returned by the third-party system:
- What’s happening: the state of each connection and what is really broken, quoting the third-party error. Here Chifty spots that the Shopify connection was never authorized and that the app is missing the
read_productsaccess scope. - What to do: the concrete fix. Here, re-send the setup link so the consumer completes the OAuth flow, with the exact scopes to request.

- “What’s going on with Acme Corp?”
- “Is the local agent of Acme Corp connected?”
- “How do I set up an Exact Online connection?”
Where to find it
Open Chifty from the button at the bottom of the platform sidebar. Conversations are saved per user: start a new chat anytime and pick up previous ones from the history.Chifty is in beta, available on all Unified API accounts. Support for Syncs accounts is coming.
Good to know
- Chifty only reads data. It cannot modify consumers, connections or configuration.
- Answers are scoped to your current account and environment, and respect your user permissions: Chifty cannot show you data you could not see in the platform yourself.
- It uses the Chift connector documentation (setup steps, prerequisites, known issues) to give precise, connector-aware guidance.