Expensify
Expense reports, exports, reconciliation jobs, policies, and expenses through the Expensify Integration Server.
Tools
| Name | Description |
|---|---|
export_reportsRun the official Expensify Report Exporter job. | Run the official Expensify Report Exporter job. |
export_card_reconciliationRun the official Expensify Reconciliation job. | Run the official Expensify Reconciliation job. |
download_fileDownload a file generated by the Expensify Report Exporter or Reconciliation job. | Download a file generated by the Expensify Report Exporter or Reconciliation job. |
create_reportCreate an Expensify report with the official create/report job. | Create an Expensify report with the official create/report job. |
create_expensesCreate Expensify expenses with the official create/expenses job. | Create Expensify expenses with the official create/expenses job. |
create_policyCreate an Expensify policy with the official create/policy job. | Create an Expensify policy with the official create/policy job. |
create_expense_rulesCreate Expensify expense rules with the official create/expenseRules job. | Create Expensify expense rules with the official create/expenseRules job. |
get_policyGet an Expensify policy with the official get/policy job. | Get an Expensify policy with the official get/policy job. |
get_policy_listGet an Expensify policy summary list with the official get/policyList job. | Get an Expensify policy summary list with the official get/policyList job. |
get_domain_card_listGet domain credit cards with the official get/domainCardList job. | Get domain credit cards with the official get/domainCardList job. |
update_policyUpdate an Expensify policy with the official update/policy job. | Update an Expensify policy with the official update/policy job. |
update_report_statusUpdate report status with the official update/reportStatus job. | Update report status with the official update/reportStatus job. |
submit_jobSubmit a raw official Expensify requestJobDescription. Credentials are injected from the connection. | Submit a raw official Expensify requestJobDescription. Credentials are injected from the connection. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('expensify', 'export_reports', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'expensify',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Expensify to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Expensify support?
Expensify supports 13 tools including Export Reports, Export Card Reconciliation, Download File, Create Report, Create Expenses, and more.
Can I use Expensify with AI agents?
Yes. Add Expensify to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Expensify be used in stateful agent workflows?
Yes. Agents can combine Expensify tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Expensify use?
Expensify uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Expensify integration cost?
The Expensify integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Expensify in minutes
Get 20,000 free action executions every month. No credit card required.