Integration
Connect Vouchsafe to Open Government, Queensland Government
When something happens in Vouchsafe, your agent does the next thing in Open Government, Queensland Government. Describe it in plain language and the automation is built, tested on every branch and kept running.
Build it
What do you want Vouchsafe and Open Government, Queensland Government to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Vouchsafe and Open Government, Queensland Government
Triggers and actions 3 triggers · 18 actions
Trigger
User Needs ReviewTriggers when a user could not be automatically verified, and needs your review.
Trigger
User VerifiedTriggers when a verification is automatically completed.
Action
Find addresses by postcodeSearch for addresses matching a given postcode. GET /api/v1/postcode-search (SearchPostcode).
Action
Get account detailRetrieve details for a specific monitored account (subject of an alert). GET /api/v1/accounts/{id} (GetAccountDetail).
Action
Get teamRetrieve details for a Vouchsafe team/workspace by ID. GET /api/v1/teams/{id} (GetTeam).
Action
Get verificationRetrieve a verification case's status and check results by ID. GET /api/v1/verifications/{id}.
Action
List verificationsList verification cases for the team. GET /api/v1/verifications.
Action
Perform smart lookupLook up and enrich identity details (e.g. email/phone) via Vouchsafe's smart lookup service. POST /api/v1/smart-lookups (PerformSmartLookup).
Action
Request VerificationStarts a verification session for an applicant, new user or customer.
Action
Toggle alertsEnable or disable proactive alert monitoring for an account. POST /api/v1/accounts/{id}/toggle-alerts (ToggleAlerts).
Trigger
New datasetFires when a new dataset is published on the Queensland Government open data portal.
Action
Find datasets by criteriaSearch datasets on the portal by keyword, tag, organization, or other facets.
Action
Find resources by criteriaSearch across all data resources by field/value criteria.
Action
Get datasetRetrieve the full metadata and resource list for a single dataset by its id or name.
Action
Get groupReturns one thematic group of the Queensland open data catalogue by its short name, with its title, description and dataset count. The portal blocks its own group endpoint, so the group is read from a dataset search instead; a group with no datasets is reported as not found.
Action
Get organizationReturns one publishing organisation of the Queensland open data catalogue by its short name, with its title, description and dataset count. The portal blocks its own organisation endpoint, so the organisation is read from a dataset search instead; an organisation with no datasets is reported as not found.
Action
Get resourceReturns one published file or service of the Queensland open data catalogue by its file id, including its download link, format and size.
Action
List datasetsReturns the short name of each dataset on the Queensland Government open data portal, up to 1000 per call.
Action
List groupsReturns every thematic group datasets are filed under on the Queensland open data portal, with a dataset count for each. The portal blocks its own group-list endpoint, so the groups are read from the dataset search's grouped counts.
Action
List organizationsReturns every publishing organisation on the Queensland open data portal, with a dataset count for each. The portal blocks its own organisation-list endpoint, so the organisations are read from the dataset search's grouped counts.
Action
List tagsReturns the tags used to label datasets on the Queensland open data portal, optionally narrowed to tags containing given text or belonging to one vocabulary.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Each app on its own
Reviews