Gorgias

Support Domain, email and API key

Create and update tickets, customers and messages in Gorgias from any Windmill script, flow or app.

Set up in 3 steps

1

Create an API key

In Gorgias, open Settings then REST API, and create an API key for your account.

2

Add the resource in Windmill

Open Resources, add a resource of type gorgias. domain is the yourcompany in yourcompany.gorgias.com, username is your account email, and apiKey is the key.

3

Run your first script

Fork any script below and read before writing anything. There are dozens 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

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

View raw schema →
FieldTypeRequiredWhat it is
apiKeystringYesAPI key retrieved from the dashboard.
domainstringYesDomain of the workspace.
usernamestringYesEmail used to register for Gorgias.

Questions

Why an email as well as a key?

Gorgias authenticates over HTTP Basic with the account email as the username and the key as the password. Neither works alone.

Are my credentials stored on the hub?

Never. They live only in your own Windmill workspace, encrypted at rest.