Skip to content

How FreshBooks’s scores are calculated

The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.

verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10

PA Score21/100

Agent-ready 32.9 × 0.30 = 9.87

API quality 5.1 × 0.20 = 1.02

Openness 32.4 × 0.20 = 6.48

Built-in AI 5.3 × 0.15 = 0.79

Automation 17.1 × 0.15 = 2.56

(9.87 + 1.02 + 6.48 + 0.79 + 2.56) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 20.73 ÷ 1.00 = 20.7

Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.

Agent-ready32.9/100×0.30 of the PA blend

Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.

Point an agent at llms.txt or agent-oriented docsweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [probe] https://www.freshbooks.com/llms.txtPROBE llms.txt: HTTP 404 at https://www.freshbooks.com/llms.txt
  • [probe] https://www.freshbooks.com/api/start.mdPROBE docs-md: HTTP 404 at https://www.freshbooks.com/api/start.md

Run the product headlessly / in CI for automationweight 2

2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max

  • [claimed-docs] https://www.freshbooks.com/api/authentication"FreshBooks APIs use the OAuth 2.0 protocol for authentication and authorization... This method creates a token to keep your account secure and connected." The Authorization section documents the identity model and per-endpoint scopes (with a dedicated tutorial, "How To Find The Right Scopes For Your App"), and the API changelog records that legacy bearer tokens were "replaced with JWT tokens".
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [github] https://github.com/freshbooks/freshbooks-nodejs-sdkGet/set data from FreshBooks using the REST API.
  • [claimed-docs] https://www.freshbooks.com/api/authenticationAuthentication - FreshBooks

Plug MCP servers into this product so it can use their toolsweight 3

n/a — not applicable to this product: excluded from numerator and denominator

  • [claimed-docs] https://www.freshbooks.com/api/authenticationAuthentication - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [github] https://github.com/freshbooks/freshbooks-nodejs-sdkGet/set data from FreshBooks using the REST API.

Connect an agent via an official MCP serverweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

  • [probe] https://www.freshbooks.com/llms.txtPROBE llms.txt: HTTP 404 at https://www.freshbooks.com/llms.txt
  • [probe] https://www.freshbooks.com/api/start.mdPROBE docs-md: HTTP 404 at https://www.freshbooks.com/api/start.md
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.

Use an official CLIweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [github] https://github.com/freshbooks/freshbooks-nodejs-sdkGet/set data from FreshBooks using the REST API.
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [probe] https://www.freshbooks.com/llms.txtPROBE llms.txt: HTTP 404 at https://www.freshbooks.com/llms.txt
  • [probe] https://www.freshbooks.com/api/start.mdPROBE docs-md: HTTP 404 at https://www.freshbooks.com/api/start.md

Drive the product through a documented public APIweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://www.freshbooks.com/api/authenticationAuthentication - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/parametersSearch, Paging and Includes - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/webhooksWebhook Callbacks - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/invoicesInvoices - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/expensesExpenses - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/journal-entriesJournal Entries - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/reportsOther Reports - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/errorsErrors - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/startPostman Collection
  • [github] https://github.com/freshbooks/freshbooks-nodejs-sdkGet/set data from FreshBooks using the REST API.
  • [claimed-docs] https://www.freshbooks.com/api/authentication"FreshBooks APIs use the OAuth 2.0 protocol for authentication and authorization... This method creates a token to keep your account secure and connected." The Authorization section documents the identity model and per-endpoint scopes (with a dedicated tutorial, "How To Find The Right Scopes For Your App"), and the API changelog records that legacy bearer tokens were "replaced with JWT tokens".
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [claimed-docs] https://www.freshbooks.com/api/webhooks"Webhooks allow you to keep your application in sync with FreshBooks. You can subscribe to FreshBooks Webhooks to receive real-time notifications... you can register a callback for the invoice.create method." Registration uses a verification handshake ("we will automatically send an HTTP POST request containing a unique verification code"), and the code doubles as the HMAC secret "to calculate signatures used to verify webhooks are from FreshBooks". Honest caveat kept verbatim: "FreshBooks does not currently guarantee the speed at which a webhook is delivered after an event has occurred, and delivery could range from a few seconds to several minutes."
  • [claimed-docs] https://www.freshbooks.com/api/journal-entriesAgent-postable ledger writes are documented: "Journal entries are the building blocks of financial accounting and record all transactions in your business... Before creating a journal entry you will need to query the Get Accounts endpoint. This will return an array of accounts. The account_uuid will be used when adding a journal entry. New entries must include the account_uuid, and the debit or credit amounts" — via the Create Adjustment Journal Entry endpoint.
  • [claimed-docs] https://www.freshbooks.com/api/reports"Reports in FreshBooks provide detailed data on various aspects of your business. There are seven types of reports you are able to access" — including Invoice Details, Manual Journal Entry, and Payments Collected — exposing statement data over the same authenticated API.

Issue scoped/least-privilege API credentials for an agentweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://www.freshbooks.com/api/authentication"FreshBooks APIs use the OAuth 2.0 protocol for authentication and authorization... This method creates a token to keep your account secure and connected." The Authorization section documents the identity model and per-endpoint scopes (with a dedicated tutorial, "How To Find The Right Scopes For Your App"), and the API changelog records that legacy bearer tokens were "replaced with JWT tokens".
  • [claimed-docs] https://www.freshbooks.com/api/authenticationAuthentication - FreshBooks

Build against official SDKsweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [github] https://github.com/freshbooks/freshbooks-nodejs-sdkGet/set data from FreshBooks using the REST API.
  • [github] https://github.com/freshbooks/freshbooks-nodejs-sdkPre-configured [ExpressJS](https://expressjs.com/) app. Includes authentication via [PassportJS](http://www.passportjs.org/).
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [claimed-docs] https://www.freshbooks.com/api/startPostman Collection
  • [probe] https://www.freshbooks.com/llms.txtPROBE llms.txt: HTTP 404 at https://www.freshbooks.com/llms.txt
  • [probe] https://www.freshbooks.com/api/start.mdPROBE docs-md: HTTP 404 at https://www.freshbooks.com/api/start.md

Subscribe to events via webhooksweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://www.freshbooks.com/api/webhooksWebhook Callbacks - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/webhooks"Webhooks allow you to keep your application in sync with FreshBooks. You can subscribe to FreshBooks Webhooks to receive real-time notifications... you can register a callback for the invoice.create method." Registration uses a verification handshake ("we will automatically send an HTTP POST request containing a unique verification code"), and the code doubles as the HMAC secret "to calculate signatures used to verify webhooks are from FreshBooks". Honest caveat kept verbatim: "FreshBooks does not currently guarantee the speed at which a webhook is delivered after an event has occurred, and delivery could range from a few seconds to several minutes."

Agent-ready = 59.2 ÷ 180 × 100 = 32.9

API quality5.1/100×0.20 of the PA blend

The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.

Explore an interactive API reference with runnable examplesweight 2

2 (weight) × 3 (quality) × 0.6 (partial) = 3.6 of 20 max

  • [claimed-docs] https://www.freshbooks.com/api/startPostman Collection
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [probe] https://www.freshbooks.com/llms.txtPROBE llms.txt: HTTP 404 at https://www.freshbooks.com/llms.txt
  • [probe] https://www.freshbooks.com/api/start.mdPROBE docs-md: HTTP 404 at https://www.freshbooks.com/api/start.md

Download a machine-readable API spec (OpenAPI or equivalent)weight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://www.freshbooks.com/api/startPostman Collection
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [probe] https://www.freshbooks.com/llms.txtPROBE llms.txt: HTTP 404 at https://www.freshbooks.com/llms.txt
  • [probe] https://www.freshbooks.com/api/start.mdPROBE docs-md: HTTP 404 at https://www.freshbooks.com/api/start.md

Test against a sandbox environment without touching production dataweight 1

1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Rely on versioned APIs with a documented deprecation policyweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://www.freshbooks.com/api/authentication"FreshBooks APIs use the OAuth 2.0 protocol for authentication and authorization... This method creates a token to keep your account secure and connected." The Authorization section documents the identity model and per-endpoint scopes (with a dedicated tutorial, "How To Find The Right Scopes For Your App"), and the API changelog records that legacy bearer tokens were "replaced with JWT tokens".
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [probe] https://www.freshbooks.com/llms.txtPROBE llms.txt: HTTP 404 at https://www.freshbooks.com/llms.txt
  • [probe] https://www.freshbooks.com/api/start.mdPROBE docs-md: HTTP 404 at https://www.freshbooks.com/api/start.md

API quality = 3.6 ÷ 70 × 100 = 5.1

Openness32.4/100×0.20 of the PA blend

Can you leave, inspect, or self-host — data export, open source, portability.

Do everything through the API that I can do in the UIweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [claimed-docs] https://www.freshbooks.com/api/journal-entriesAgent-postable ledger writes are documented: "Journal entries are the building blocks of financial accounting and record all transactions in your business... Before creating a journal entry you will need to query the Get Accounts endpoint. This will return an array of accounts. The account_uuid will be used when adding a journal entry. New entries must include the account_uuid, and the debit or credit amounts" — via the Create Adjustment Journal Entry endpoint.
  • [claimed-docs] https://www.freshbooks.com/api/reports"Reports in FreshBooks provide detailed data on various aspects of your business. There are seven types of reports you are able to access" — including Invoice Details, Manual Journal Entry, and Payments Collected — exposing statement data over the same authenticated API.
  • [claimed-docs] https://www.freshbooks.com/api/authentication"FreshBooks APIs use the OAuth 2.0 protocol for authentication and authorization... This method creates a token to keep your account secure and connected." The Authorization section documents the identity model and per-endpoint scopes (with a dedicated tutorial, "How To Find The Right Scopes For Your App"), and the API changelog records that legacy bearer tokens were "replaced with JWT tokens".
  • [claimed-docs] https://www.freshbooks.com/api/webhooks"Webhooks allow you to keep your application in sync with FreshBooks. You can subscribe to FreshBooks Webhooks to receive real-time notifications... you can register a callback for the invoice.create method." Registration uses a verification handshake ("we will automatically send an HTTP POST request containing a unique verification code"), and the code doubles as the HMAC secret "to calculate signatures used to verify webhooks are from FreshBooks". Honest caveat kept verbatim: "FreshBooks does not currently guarantee the speed at which a webhook is delivered after an event has occurred, and delivery could range from a few seconds to several minutes."
  • [claimed-docs] https://www.freshbooks.com/bill-pay"FreshBooks Bill Pay makes it easy for small businesses to manage bills, schedule payments, and pay any vendor by ACH or check." Capture is automated: "Upload a file or snap a photo; Bill Pay reads the details and recreates the bill in FreshBooks", and "Bill Pay tracks due dates and executes your scheduled payments so nothing slips."
  • [claimed-docs] https://www.freshbooks.com/pricingFreshBooks Payroll ($40/mo plus $6/mo per user)
  • [claimed-docs] https://www.freshbooks.com/pricingTeam Members ($11/mo per user)
  • [claimed-docs] https://www.freshbooks.com/bookkeepingA human bookkeeping tier sits alongside the software: "Get tax-ready with professional bookkeeping services for small business" with "Dedicated bookkeepers" and "a clear recommendation for what to do next (including whether you're better suited for a more hands-on bookkeeping partner or a more automated option)".

Export all of my data in open formats and leaveweight 3

3 (weight) × 5 (quality) × 0.6 (partial) = 9.0 of 30 max

  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [claimed-docs] https://www.freshbooks.com/api/reports"Reports in FreshBooks provide detailed data on various aspects of your business. There are seven types of reports you are able to access" — including Invoice Details, Manual Journal Entry, and Payments Collected — exposing statement data over the same authenticated API.
  • [claimed-docs] https://www.freshbooks.com/api/journal-entriesAgent-postable ledger writes are documented: "Journal entries are the building blocks of financial accounting and record all transactions in your business... Before creating a journal entry you will need to query the Get Accounts endpoint. This will return an array of accounts. The account_uuid will be used when adding a journal entry. New entries must include the account_uuid, and the debit or credit amounts" — via the Create Adjustment Journal Entry endpoint.
  • [github] https://github.com/freshbooks/freshbooks-nodejs-sdkGet/set data from FreshBooks using the REST API.
  • [probe] https://www.freshbooks.com/llms.txtPROBE llms.txt: HTTP 404 at https://www.freshbooks.com/llms.txt
  • [probe] https://www.freshbooks.com/api/start.mdPROBE docs-md: HTTP 404 at https://www.freshbooks.com/api/start.md

Read the product's source under an open licenseweight 2

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Self-host the core productweight 3

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Openness = 16.2 ÷ 50 × 100 = 32.4

Built-in AI5.3/100×0.15 of the PA blend

Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.

Get AI-generated insights and suggestions from my data inside the productweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Set up automations that run autonomously in the backgroundweight 2

2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max

  • [claimed-docs] https://www.freshbooks.com/api/webhooks"Webhooks allow you to keep your application in sync with FreshBooks. You can subscribe to FreshBooks Webhooks to receive real-time notifications... you can register a callback for the invoice.create method." Registration uses a verification handshake ("we will automatically send an HTTP POST request containing a unique verification code"), and the code doubles as the HMAC secret "to calculate signatures used to verify webhooks are from FreshBooks". Honest caveat kept verbatim: "FreshBooks does not currently guarantee the speed at which a webhook is delivered after an event has occurred, and delivery could range from a few seconds to several minutes."
  • [claimed-docs] https://www.freshbooks.com/accountingBank reconciliation is automated: "FreshBooks lets you link your bank account and create automated workflows for bank reconciliation and transaction management", and "Keep your books organized with 100+ integrations and automations like embedded payroll and bank reconciliation."
  • [claimed-docs] https://www.freshbooks.com/bill-pay"FreshBooks Bill Pay makes it easy for small businesses to manage bills, schedule payments, and pay any vendor by ACH or check." Capture is automated: "Upload a file or snap a photo; Bill Pay reads the details and recreates the bill in FreshBooks", and "Bill Pay tracks due dates and executes your scheduled payments so nothing slips."
  • [claimed-docs] https://www.freshbooks.com/api/journal-entriesAgent-postable ledger writes are documented: "Journal entries are the building blocks of financial accounting and record all transactions in your business... Before creating a journal entry you will need to query the Get Accounts endpoint. This will return an array of accounts. The account_uuid will be used when adding a journal entry. New entries must include the account_uuid, and the debit or credit amounts" — via the Create Adjustment Journal Entry endpoint.

Delegate tasks to a built-in AI assistant inside the productweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Operate the product with natural-language commandsweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [probe] https://www.freshbooks.com/llms.txtPROBE llms.txt: HTTP 404 at https://www.freshbooks.com/llms.txt
  • [probe] https://www.freshbooks.com/api/start.mdPROBE docs-md: HTTP 404 at https://www.freshbooks.com/api/start.md
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [claimed-docs] https://www.freshbooks.com/api/authentication"FreshBooks APIs use the OAuth 2.0 protocol for authentication and authorization... This method creates a token to keep your account secure and connected." The Authorization section documents the identity model and per-endpoint scopes (with a dedicated tutorial, "How To Find The Right Scopes For Your App"), and the API changelog records that legacy bearer tokens were "replaced with JWT tokens".

Built-in AI = 4.8 ÷ 90 × 100 = 5.3

Automation17.1/100×0.15 of the PA blend

Depth of automation primitives — rules, scheduling, bulk operations, webhooks.

Perform bulk operations across many items at onceweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://www.freshbooks.com/api/parametersSearch, Paging and Includes - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/startThe API documentation index spans the full accounting surface: Clients, Credits, Invoices, Invoice Profiles, Other Income, Payments, Taxes, Online Payments, Expenses, Bill Vendors (beta), Bills, Expense Categories, plus Journal Entries and Reports — with a Postman collection, a Tools and Libraries page, request-limits documentation, and a "Getting Started with FreshBooks NodeJS SDK" tutorial for the official SDK.
  • [claimed-docs] https://www.freshbooks.com/api/invoicesInvoices - FreshBooks
  • [claimed-docs] https://www.freshbooks.com/api/expensesExpenses - FreshBooks

Define rules that trigger actions automatically on eventsweight 3

3 (weight) × 4 (quality) × 0.6 (partial) = 7.2 of 30 max

  • [claimed-docs] https://www.freshbooks.com/api/webhooks"Webhooks allow you to keep your application in sync with FreshBooks. You can subscribe to FreshBooks Webhooks to receive real-time notifications... you can register a callback for the invoice.create method." Registration uses a verification handshake ("we will automatically send an HTTP POST request containing a unique verification code"), and the code doubles as the HMAC secret "to calculate signatures used to verify webhooks are from FreshBooks". Honest caveat kept verbatim: "FreshBooks does not currently guarantee the speed at which a webhook is delivered after an event has occurred, and delivery could range from a few seconds to several minutes."
  • [claimed-docs] https://www.freshbooks.com/api/webhooksWebhook Callbacks - FreshBooks

Schedule recurring jobs or workflowsweight 2

2 (weight) × 4 (quality) × 0.6 (partial) = 4.8 of 20 max

  • [claimed-docs] https://www.freshbooks.com/bill-pay"FreshBooks Bill Pay makes it easy for small businesses to manage bills, schedule payments, and pay any vendor by ACH or check." Capture is automated: "Upload a file or snap a photo; Bill Pay reads the details and recreates the bill in FreshBooks", and "Bill Pay tracks due dates and executes your scheduled payments so nothing slips."
  • [claimed-docs] https://www.freshbooks.com/bill-payFreshBooks Bill Pay* makes it easy for small businesses to manage bills, schedule payments, and pay any vendor by ACH or check.
  • [claimed-docs] https://www.freshbooks.com/bill-payForward your bills to your FreshBooks account, schedule vendor payments, and watch each payment move from created to paid.
  • [claimed-docs] https://www.freshbooks.com/api/webhooks"Webhooks allow you to keep your application in sync with FreshBooks. You can subscribe to FreshBooks Webhooks to receive real-time notifications... you can register a callback for the invoice.create method." Registration uses a verification handshake ("we will automatically send an HTTP POST request containing a unique verification code"), and the code doubles as the HMAC secret "to calculate signatures used to verify webhooks are from FreshBooks". Honest caveat kept verbatim: "FreshBooks does not currently guarantee the speed at which a webhook is delivered after an event has occurred, and delivery could range from a few seconds to several minutes."

Version, review, and roll back my automationsweight 1

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Automation = 12.0 ÷ 70 × 100 = 17.1