Skip to content

Traduno

Traduno Customer Portal is a customer-facing translation portal API for managing projects, quotes, files, invoices, and reference data. This Blackbird app focuses on the customer portal workflow: create quote requests or projects with uploaded source files, search existing records, and download delivered or invoicing documents.

Before you connect the app, make sure that:

  • You have access to a Traduno Customer Portal tenant.
  • You have a Traduno API token generated in the Traduno interface.
  • You know your tenant host, for example organization.traduno.com.
  1. Add the Traduno app to your Blackbird environment.
  2. Create a connection.
  3. Enter the Traduno domain without any path suffix, for example organization.traduno.com.
  4. Enter your Traduno API token.
  5. Save the connection. The app validates it against GET /account.
  • Search projects searches projects with optional status, service, translation area, PO number, created date, deadline date, and visibility filters.
  • Create project creates a project from uploaded source files and one or more deliverables.
  • Get project retrieves a project by ID.
  • Search quotes searches quotes with optional status, service, translation area, PO number, created date, deadline date, and visibility filters.
  • Create quote creates a quote request with optional uploaded source files and one or more deliverables.
  • Get quote retrieves a quote by ID.
  • Accept quote accepts an estimated quote and returns the updated quote.
  • Reject quote rejects a quote with a reject message and returns the updated quote.
  • Download delivered file downloads a delivered project file.
  • Download invoice document downloads an invoice PDF.
  • On project status changed polls a specific project and triggers when its status changes.
  • On quote status changed polls a specific quote and triggers when its status changes.
  • Search invoices searches invoices with optional name, payment status, issue date, and payment deadline filters.
  • Get invoice retrieves an invoice by ID.
  • Project and quote creation support multiple deliverables. Deliverable list fields are index-based: item 1 in each deliverable input belongs to the first deliverable, item 2 to the second, and so on.
  • Currency is required for both project and quote creation.
  • Translation area, delivery files format, deliverable service code groups, deliverable target language code groups, and deliverable scheduling modes are required for both project and quote creation.
  • Source files are required for project creation and optional for quote creation.
  • Deliverable source language codes are required for quote creation and optional for project creation.
  • Deliverable service code groups and Deliverable target language code groups accept comma-separated values inside each item, for example T,TEP or de-DE,fr-FR.
  • Deliverable deadlines are date-time inputs used only for deliverables whose scheduling mode is deadline.
  • Deliverable turnaround times are integer inputs used only for deliverables whose scheduling mode is turnaround.
  • Source files are uploaded automatically inside Create project and Create quote request.

Do you want to use this app or do you have feedback on our implementation? Reach out to us using the established channels or create an issue.