2eec40a4be
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
21 lines
562 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|