Authorizations
Enter the JWT token.
Response
200 - application/json
A list of available node types.
The componentId for the node.
Example:
"webhook"
A human-friendly name for the node.
Example:
"Webhook"
Available options:
trigger
, action
, condition
A map of field names to Laravel validation rules.
Example:
{
"data.method": ["required", "in:GET,POST,PUT,PATCH,DELETE"],
"data.url\"": ["required", "url_with_template"]
}