Xtrf
XTRF is a business and project management platform for translation agencies and language service providers.
- Base URL:
https://presentation.s.xtrf.eu/home-api - Auth:
header:X-AUTH-ACCESS-TOKEN(pass your key via theapiKeyinput)
Operations
getall— GET /accounting/customers/invoices — Lists all client invoices in all statuses (including not ready and drafts) that have been updated since a specific date.getallids— GET /accounting/customers/invoices/ids — Returns client invoices' internal identifiers.getbyid— GET /accounting/customers/invoices/{invoiceId} — Returns client invoice details.getdates— GET /accounting/customers/invoices/{invoiceId}/dates — Returns dates of a given client invoice.getdocument— GET /accounting/customers/invoices/{invoiceId}/document — Generates client invoice document (PDF).getpaymentterms— GET /accounting/customers/invoices/{invoiceId}/paymentTerms — Returns payment terms of a given client invoice.
Inputs
apiKey— your xtrf 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: getall
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: getall, getallids, getbyid, getdates, getdocument, getpaymentterms |
invoiceId |
string | no | — | Path parameter invoiceId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |