Last updated
© 2025 make.com
Last updated
Creates new organization variable. You can check the availability of the custom variables feature with the API call GET /organizations/{organizationId}
. If the response contains "customVariables": true
pair in the license
object then you have access to the custom variables feature.
A successful response contains all information about the new variable. If you don't have the custom variables feature available then the API call returns the error 404.
Refer to the for Make pricing plans overview.
The ID of the organization.
11
Number representing the type of the custom variable. The mapping of typeId and variable types is as follows:
Value assigned to the custom variable.
The name of the variable. You can use letters, digits, $ and _ characters in the custom variable name.
Successful response