Loading...
Loading...
Freshbooks integration. Manage Users, Organizations, Projects, Pipelines, Goals, Filters and more. Use when the user wants to interact with Freshbooks data.
npx skill4agent add membranedev/application-skills freshbooksmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search freshbooks --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Sales Invoices | list-sales-invoices | List all invoices in FreshBooks |
| List Purchase Invoices | list-purchase-invoices | List all bills (purchase invoices) in FreshBooks |
| List Contacts | list-contacts | List all clients/contacts in FreshBooks |
| List Products | list-products | List all items/billable items in FreshBooks |
| List Contact Payments | list-contact-payments | List all payments in FreshBooks |
| Get Sales Invoice | get-sales-invoice | Get a single invoice by ID |
| Get Purchase Invoice | get-purchase-invoice | Get a single bill (purchase invoice) by ID |
| Get Contact | get-contact | Get a single client/contact by ID |
| Get Product | get-product | Get a single item/billable item by ID |
| Get Contact Payment | get-contact-payment | Get a single payment by ID |
| Create Sales Invoice | create-sales-invoice | Create a new invoice in FreshBooks |
| Create Purchase Invoice | create-purchase-invoice | Create a new bill (purchase invoice) in FreshBooks |
| Create Contact | create-contact | Create a new client/contact in FreshBooks |
| Create Product | create-product | Create a new item/billable item in FreshBooks |
| Create Contact Payment | create-contact-payment | Create a new payment against an invoice |
| Update Sales Invoice | update-sales-invoice | Update an existing invoice |
| Update Contact | update-contact | Update an existing client/contact |
| Update Product | update-product | Update an existing item/billable item |
| Delete Sales Invoice | delete-sales-invoice | Delete/archive an invoice by setting vis_state to 1 |
| Delete Contact | delete-contact | Soft-delete a client/contact by setting vis_state to 1 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY