every.ai
Every is an AI-native CRM and invoicing platform that helps small businesses find clients, win work, and get paid. Start free, no card.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 6 · Act 11 · Transact 0 · Score: Not yet scored
Tool inspector
convert_estimate_to_invoice
Turn an estimate/quote you already created (create_invoice with kind: 'estimate') into a real payable invoice with the same parties and line items — use once work is approved and it is time to bill. Creates a new invoice; the original estimate is left untouched. Only works on documents from this browser session.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
public_id |
string | yes | The public_id of the estimate to convert (created with create_invoice's kind: 'estimate'), starts with gi_. |
issue_date |
string | no | ISO 8601 date (YYYY-MM-DD) for the new invoice. Defaults to today. |
due_date |
string | no | ISO 8601 date (YYYY-MM-DD) the new invoice is due. Defaults to 30 days from issue. |
Raw JSON schema
{
"type": "object",
"properties": {
"public_id": {
"type": "string",
"description": "The public_id of the estimate to convert (created with create_invoice's kind: 'estimate'), starts with gi_.",
"maxLength": 80
},
"issue_date": {
"type": "string",
"format": "date",
"description": "ISO 8601 date (YYYY-MM-DD) for the new invoice. Defaults to today."
},
"due_date": {
"type": "string",
"format": "date",
"description": "ISO 8601 date (YYYY-MM-DD) the new invoice is due. Defaults to 30 days from issue."
}
},
"required": [
"public_id"
],
"additionalProperties": false
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.