Heroku ​
Manage apps, dynos, config vars, and releases with the Heroku Platform API.
| Detail | Value |
|---|---|
| Category | Cloud & Infra |
| Base URL | https://api.heroku.com |
| Authentication | Bearer Token |
| Endpoints | 8 |
| Connector key | heroku |
Using Heroku in a workflow ​
- Go to Connections and click New Connection.
- Pick Heroku from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /apps | List apps |
| POST /apps | Create 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}/dynos | List dynos |
| PATCH /apps/{app_id_or_name}/formation/{formation_id_or_type} | Scale dynos |
| GET /apps/{app_id_or_name}/config-vars | List config vars |
| GET /apps/{app_id_or_name}/releases | List releases |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.