Skip to main content
Expensify logo

Expensify

Manage Expensify: expense reports, exports, policies via Integration Server. Exposes 14 actions covering the full API surface the agent needs - read and write.

What it can do

MethodWhat it does
expensify_get_employee_listList all employees in the organization - GetEmployeeList job.
expensify_get_expense_report_listList expense reports with optional filters - GetExpenseReportList.
expensify_get_expense_reportRetrieve a single expense report by ID - GetExpenseReport.
expensify_create_expense_reportCreate a new expense report - CreateExpenseReport.
expensify_approve_expense_reportApprove an expense report - ApproveExpenseReport.
expensify_reject_expense_reportReject an expense report - RejectExpenseReport.
expensify_reimburse_expense_reportMark a report for reimbursement - ReimburseExpenseReport.
expensify_get_expense_listList expenses with optional filters - GetExpenseList.
expensify_export_expensesExport expenses to an external system - ExportExpensesToIntegration.
expensify_get_policy_listList all company expense policies - GetPolicyList.
expensify_get_policyRetrieve a single policy by ID - GetPolicy.
expensify_create_policyCreate a new expense policy - CreatePolicy.
expensify_update_policyUpdate an existing policy - UpdatePolicy.
expensify_get_report_analyticsGet aggregated analytics/insights on reports - GetReportAnalytics.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
EXPENSIFY_PARTNER_USER_IDExpensify - Settings - Account - API - generate credentials.
EXPENSIFY_PARTNER_USER_SECRETSecret paired with the partner user ID.

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope - regenerate it.
  • 429 Too Many Requests - you hit the provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Expensify!