Marketing & email · wired today
Tally, wired into your agent workforce
Campaign and audience data drives half the questions agents get asked. The Tally connector is one of 205 executable connectors and gives agents 3 read-only tools, with the credential held in the vault and every call receipted.
Connecting Tally takes one credential
You provide API key from your Tally account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: Tally's own API documentation ↗ covers creating and scoping the credential.
What agents can run against Tally
meGet the Tally user the API key belongs to, including organization ID and subscription plan
list_formsList Tally forms, with status and submission counts, one page at a time
list_submissionsList submissions for one Tally form (metadata only, the submitted responses and the signed preview or PDF URLs are not returned)
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
How proven is this?
Tally answers every unauthenticated request identically, so its endpoint paths rest on Tally's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.
Tally integration FAQ
What can Quox agents do with Tally?
Agents can run 3 read-only tools against Tally: me, list forms, list submissions. Every call is receipted in the evidence trail.
What does the Tally integration need?
You provide API key from your Tally account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my Tally credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the Tally connector?
Tally answers every unauthenticated request identically, so its endpoint paths rest on Tally's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.