Last updated
© 2025 make.com
Last updated
Creates a custom function. Specify function name
, description
and code
in the request body.
You cannot use a JavaScript reserved word for the function name
. Check the .
Make sure to use the same function name in the name
field and in the function's code
. Otherwise, you get the IM005 error.
Make validates the custom function's code first. You get an IM005 error if the code validation fails. The validation might fail because of a syntax error in the function's code or when the code uses a JavaScript feature that Make doesn't support. Check the in the Make Help center.
Check availability of the custom functions feature with the API call GET /organizations/{organizationId}
for the organization to which the team belongs. If the response contains "customFunctions": true
pair in the license
object then you have access to the custom functions feature.
Refer to the for Make pricing plans overview.
The name of the custom function.
The description of the custom function.
The code of the custom function.
Successful response