Ejecutar nodo específico mediante trigger público
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
POST
/triggers/node/{flowId}/{nodeId}/{apiKey}
Triggers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.hiveflow.com/api/triggers/node///' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": "Texto para procesar"
}'
Response Response Example
{
"success": true,
"nodeId": "string",
"result": {
"result": "string",
"usage": {}
}
}
Request
Path Params
flowId
string
required
nodeId
string
required
apiKey
string
required
Body Params application/json
Responses
Modified at 2025-06-19 15:26:15