App
Easybill
Create invoices, quotations and delivery notes with Easybill's cloud-based accounting software.
What your agent can do with Easybill
Triggers and actions 14 actions
- ActionAdd customer
Create a new customer. POST /customers
- ActionAdd document
Create a new document (invoice, quote, etc). POST /documents
- ActionAdd project
Create a new project. POST /projects
- ActionAdd task
Create a new task. POST /tasks
- ActionAdd time tracking
Create a new time tracking entry. POST /time-trackings
- ActionDelete customer
Delete a customer. DELETE /customers/{id}
- ActionDelete document
Delete a document. DELETE /documents/{id}
- ActionGet customer
Fetch a single customer by id. GET /customers/{id}
- ActionGet document
Fetch a single document by id. GET /documents/{id}
- ActionList documents
Fetch a list of documents. GET /documents
- ActionList projects
Fetch a list of projects. GET /projects
- ActionList tasks
Fetch a list of tasks. GET /tasks
- ActionUpdate customer
Update an existing customer. PUT /customers/{id}
- ActionUpdate document
Update an existing document. PUT /documents/{id}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Easybill API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.