← Tools Reference

Make

Make integration (Productivity, Developer Tools). Imported from open-connector.

API key9 toolshttps://api.make.com
GET
make_get_current_user
Get the authenticated Make user profile.

/users/me

2 parameters
ParamTypeRequiredDescription
includeInvitedOrgbooleanoptionalWhether pending organization invitations are included.
colsarrayoptionalMake user columns to include in the response.
GET
make_get_current_authorization
Get the current Make credential authorization details and scopes.

/users/me/current-authorization

GET
make_list_teams
List Make teams visible to the authenticated credential.

/teams

5 parameters
ParamTypeRequiredDescription
organizationIdintegeroptionalMake organization ID.
offsetintegeroptionalNumber of records to skip.
limitintegeroptionalMaximum number of records to return.
sortBystringoptionalMake team field to sort by.
sortDirstringoptionalMake sorting direction.
GET
make_list_scenarios
List Make scenarios for one team or organization.

/scenarios

12 parameters
ParamTypeRequiredDescription
teamIdintegeroptionalMake team ID.
organizationIdintegeroptionalMake organization ID.
idsarrayoptionalSpecific Make scenario IDs to retrieve.
folderIdintegeroptionalMake resource ID.
isActivebooleanoptionalWhether to return only active or inactive scenarios.
conceptbooleanoptionalWhether to return only scenario concepts.
typestringoptionalMake scenario type.
colsarrayoptionalMake scenario columns to include in the response.
offsetintegeroptionalNumber of records to skip.
limitintegeroptionalMaximum number of records to return.
sortBystringoptionalMake scenario field to sort by.
sortDirstringoptionalMake sorting direction.
GET
make_get_scenario
Get details for one Make scenario.

/scenarios/{scenarioId}

2 parameters
ParamTypeRequiredDescription
scenarioIdintegerrequiredMake scenario ID.
colsarrayoptionalMake scenario columns to include in the response.
POST
make_activate_scenario
Activate a Make scenario.

/api/v2

1 parameter
ParamTypeRequiredDescription
scenarioIdintegeroptionalMake scenario ID.
POST
make_deactivate_scenario
Deactivate a Make scenario.

/api/v2

1 parameter
ParamTypeRequiredDescription
scenarioIdintegeroptionalMake scenario ID.
POST
make_run_scenario_once
Run a Make scenario once on demand.

/scenarios/{scenarioId}/run

4 parameters
ParamTypeRequiredDescription
scenarioIdintegerrequiredMake scenario ID.
dataobjectoptionalScenario input values keyed by the Make scenario input name.
responsivebooleanoptionalWhether Make should wait for the scenario execution to finish.
callbackUrlstringoptionalCallback URL Make should call when the scenario execution finishes.
GET
make_get_scenario_usage
Get daily usage for a Make scenario over the previous 30 days.

/scenarios/{scenarioId}/usage

2 parameters
ParamTypeRequiredDescription
scenarioIdintegerrequiredMake scenario ID.
organizationTimezonebooleanoptionalWhether usage days are calculated in the organization timezone.