Envoice
Connector for the envoice API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.envoice.in - Auth:
header:x-auth-key(pass your key via theapiKeyinput)
Operations
clientapi_all— GET /api/client/all — Return all clients for the accountclientapi_candelete— GET /api/client/candelete — Check if the provided client can be deletedclientapi_details— GET /api/client/details — Return client details. Activities and invoices included.estimationapi_all— GET /api/estimation/all — Return all estimation for the accountestimationapi_details— GET /api/estimation/details — Return estimation dataestimationapi_status— GET /api/estimation/status — Retrieve the status of the estimation
Inputs
apiKey— your envoice API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: clientapi_all
apiKey: <your key>