Intercom

Support Access token

Manage contacts, conversations, tickets and tags in Intercom from any Windmill script, flow or app.

Set up in 3 steps

1

Create an app and copy its token

At apps.intercom.com, create an app. Its access token is under the Authentication tab, and the API version it uses is shown on the app page — note both.

2

Add the resource in Windmill

Open Resources, add a resource of type intercom, and fill token and apiVersion with the version your app reports.

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

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

View raw schema →
FieldTypeRequiredWhat it is
apiVersionstringYes
tokenstringYes

Questions

Why does it ask for an API version?

Every request sends it as a header, and Intercom changes response shapes between versions. It must match the version your app is pinned to, or fields the scripts expect go missing.

Is my token stored on the hub?

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