51ff854cfa
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
21 lines
610 B
JSON
21 lines
610 B
JSON
{
|
|
"speckleToken": "YOUR SPEKCLE TOKEN",
|
|
"functionInputs": {
|
|
"whisperMessage": "you are doing something weird",
|
|
"forbiddenSpeckleType": ""
|
|
},
|
|
"automationRunData": {
|
|
"project_id": "project id",
|
|
"model_id": "model id",
|
|
"branch_name": "branch name",
|
|
"version_id": "version id",
|
|
"speckle_server_url": "https://latest.speckle.systems",
|
|
"automation_id": "automation id",
|
|
"automation_revision_id": "automation revision id",
|
|
"automation_run_id": "automation run id",
|
|
"function_id": "function id",
|
|
"function_name": "function name",
|
|
"function_logo": null
|
|
}
|
|
}
|