App
Billage
Billage is the management software for SMEs and freelancers that unifies billing, CRM and task and project management.
What your agent can do with Billage
Triggers and actions 16 actions
- ActionAdd Product
Create a new Billage product. POST /v2/products.
- ActionCreate Account
Creates a new account.
- ActionCreate Contact
Creates a new contact in an account.
- ActionDelete Account
Delete a Billage account by id. DELETE /v2/accounts/{account-id}.
- ActionDelete Contact
Delete a Billage contact by id. DELETE /v2/contacts/{id}.
- ActionDelete Lead
Delete a Billage lead by id. DELETE /v2/leads/{id}.
- ActionGet Account
Fetch a single Billage account (company/customer record) by id. GET /v2/accounts/{account-id}.
- ActionGet Contact
Fetch a single Billage contact by id. GET /v2/contacts/{id}.
- ActionGet Lead
Fetch a single Billage lead by id. GET /v2/leads/{id}.
- ActionGet Product
Find a Billage product by id. GET /v2/products/{id}.
- ActionList Accounts
List/search Billage accounts by name, alias, vat, tags, etc. GET /v2/accounts.
- ActionList Contacts
List/search Billage contacts by criteria. GET /v2/contacts.
- ActionList Leads
List Billage leads. GET /v2/leads.
- ActionList Products
List/search Billage products by alias or name. GET /v2/products.
- ActionUpdate Account
Update an existing Billage account. PUT /v2/accounts.
- ActionUpdate Contact
Update an existing Billage contact. PUT /v2/contacts.
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 Billage 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.