Skip to content

Heroku ​

Manage apps, dynos, config vars, and releases with the Heroku Platform API.

DetailValue
CategoryCloud & Infra
Base URLhttps://api.heroku.com
AuthenticationBearer Token
Endpoints8
Connector keyheroku

Using Heroku in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Heroku from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /appsList apps
POST /appsCreate an app
GET /apps/{app_id_or_name}Get app details
DELETE /apps/{app_id_or_name}Delete an app
GET /apps/{app_id_or_name}/dynosList dynos
PATCH /apps/{app_id_or_name}/formation/{formation_id_or_type}Scale dynos
GET /apps/{app_id_or_name}/config-varsList config vars
GET /apps/{app_id_or_name}/releasesList releases

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.