JSON field path
Read a count from an agreed field without requiring a proprietary response format.
Scheduled pull integration
Periodically request a controlled HTTPS JSON endpoint, read a count at a configured path, and update connection health on failure or recovery.
No bank connection required. You control the records; renewals and cancellations stay with the original provider.
Next 30 days · 3 items
Questions to answer before starting
When a system has no webhook, a read-only JSON endpoint is often the simplest integration. TutuYes reads a configured field on a schedule and brings its count and health into the Connections view.
A reliable pull needs boundaries. HTTPS, response size, waiting time, and target checks are enforced by the server, including during actual requests—not only in the form.
Core capabilities
Read a count from an agreed field without requiring a proprietary response format.
Configure authentication for the pull; sensitive upstream auth settings are encrypted at rest.
Time, size, protocol, and destination rules prevent one source from consuming resources indefinitely.
A failed pull is visible and a later success can recover instead of leaving stale error state forever.
How it works
Return stable JSON and choose the field that represents pending work.
Save the connection and run its connection test.
Test timeout, invalid JSON, auth failure, and later success before depending on it.
FAQ
The background checker uses a fixed interval rather than real-time delivery. Use webhooks for immediate events.
No. Private, loopback, and other unsafe targets are restricted to reduce SSRF and internal probing risk.
Time and size bounds make the pull fail with connection error state instead of reading without limit.
Start with the next renewal or to-do that genuinely needs action. Add the rest later.