Make integration (Productivity, Developer Tools). Imported from open-connector.
https://api.make.com/users/me
| Param | Type | Required | Description |
|---|---|---|---|
| includeInvitedOrg | boolean | optional | Whether pending organization invitations are included. |
| cols | array | optional | Make user columns to include in the response. |
/users/me/current-authorization
/teams
| Param | Type | Required | Description |
|---|---|---|---|
| organizationId | integer | optional | Make organization ID. |
| offset | integer | optional | Number of records to skip. |
| limit | integer | optional | Maximum number of records to return. |
| sortBy | string | optional | Make team field to sort by. |
| sortDir | string | optional | Make sorting direction. |
/scenarios
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | integer | optional | Make team ID. |
| organizationId | integer | optional | Make organization ID. |
| ids | array | optional | Specific Make scenario IDs to retrieve. |
| folderId | integer | optional | Make resource ID. |
| isActive | boolean | optional | Whether to return only active or inactive scenarios. |
| concept | boolean | optional | Whether to return only scenario concepts. |
| type | string | optional | Make scenario type. |
| cols | array | optional | Make scenario columns to include in the response. |
| offset | integer | optional | Number of records to skip. |
| limit | integer | optional | Maximum number of records to return. |
| sortBy | string | optional | Make scenario field to sort by. |
| sortDir | string | optional | Make sorting direction. |
/scenarios/{scenarioId}
| Param | Type | Required | Description |
|---|---|---|---|
| scenarioId | integer | required | Make scenario ID. |
| cols | array | optional | Make scenario columns to include in the response. |
/api/v2
| Param | Type | Required | Description |
|---|---|---|---|
| scenarioId | integer | optional | Make scenario ID. |
/api/v2
| Param | Type | Required | Description |
|---|---|---|---|
| scenarioId | integer | optional | Make scenario ID. |
/scenarios/{scenarioId}/run
| Param | Type | Required | Description |
|---|---|---|---|
| scenarioId | integer | required | Make scenario ID. |
| data | object | optional | Scenario input values keyed by the Make scenario input name. |
| responsive | boolean | optional | Whether Make should wait for the scenario execution to finish. |
| callbackUrl | string | optional | Callback URL Make should call when the scenario execution finishes. |
/scenarios/{scenarioId}/usage
| Param | Type | Required | Description |
|---|---|---|---|
| scenarioId | integer | required | Make scenario ID. |
| organizationTimezone | boolean | optional | Whether usage days are calculated in the organization timezone. |