Files
IFC-Exporter-Grasshopper/example.function_inputs.json
NLSA 1cefb95b48
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
Initial commit
2026-03-13 21:42:44 +01:00

21 lines
562 B
JSON

{
"speckleToken": "YOUR SPEKCLE TOKEN",
"functionInputs": {
"whisperMessage": "you are doing something weird",
"forbiddenSpeckleType": "wall"
},
"automationRunData": {
"project_id": "project id",
"speckle_server_url": "https://latest.speckle.systems",
"automation_id": "automation id",
"automation_run_id": "automation run id",
"function_run_id": "function run id",
"triggers": [
{
"payload": { "modelId": "model id", "versionId": "version id" },
"triggerType": "versionCreation"
}
]
}
}