Last updated
© 2025 make.com
Last updated
Creates a new hook with data passed in the request body. In the response, it returns all details of the created hook.
The name of the hook. The name must be at most 128 characters long and does not need to be unique.
The unique ID of the team in which a hook will be created.
The hook type strictly related to the app for which the hook was created.
Set the method parameter to true to add the HTTP method to the request body.
Set the header parameter to true to add headers to the request body.
Set the stringify parameter to true to return JSON payloads as strings.
The unique ID of the connection that will be included in the created hook.
The unique ID of the form that will be included in the created hook.
Successful response