Phrase

Productivity Access token

Manage localization keys, translations, jobs and branches in Phrase from any Windmill script, flow or app.

Set up in 3 steps

1

Create an access token

In Phrase, open your profile settings then Access Tokens, and create one with the scopes your scripts need.

2

Add the resource in Windmill

Open Resources, add a resource of type phrase. Set baseUrl to your data centre — https://api.phrase.com/v2/ for the EU, https://api.us.app.phrase.com/v2 for the US — and paste the token.

3

Run your first script

Fork any script below and read before writing anything. There are hundreds here, so search by the verb you need.

Scripts

Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.

Resource type

phrase — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
baseUrlstringYesDifferent URLs for EU and US data centers: https://api.phrase.com/v2/ or https://api.us.app.phrase.com/v2
tokenstringYesAccess token generated in user settings.

Questions

Which baseUrl do I need?

The one for the data centre your account lives in. A token from a US account does not answer on the EU host, and the failure looks like a bad token rather than a wrong region.

Is my token stored on the hub?

Never. It lives only in your own Windmill workspace, encrypted at rest.