Accelo
Project management Deployment and tokenManage Accelo companies, contacts, projects and tickets from any Windmill script, flow or app.
Set up in 3 steps
1
Get your credential
In Accelo, register an application under your account's API settings to obtain a token. Note your deployment name — the yourcompany in yourcompany.accelo.com.
2
Add the resource in Windmill
Open Resources, add a resource of type accelo, and fill it in.
3
Run your first script
Fork any script below and read before writing anything.
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
accelo — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| clientId | string | Yes | The client ID of your Accelo application. |
| clientSecret | string | Yes | The client secret of your Accelo application. |
| deployment | string | Yes | The deployment subdomain of your Accelo instance. For example, 'mydeployement' for 'https://mydeployement.accelo.com'. |
Questions
Is my credential stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.