v6

latestOpenAPI 3.1.02026-08-04135335658.3 KB
Global Variables

Create Global Variable Endpoint

Create a new global variable for the team.

post/workflows/v1/global-variables

Request body

namestring required
valuestring
descriptionstring nullable
categorystring nullable
is_secretboolean

Response

Successful Response

Example response

{
  "variable": {
    "_id": "5eb7cf5a86d9755df3a6c593"
  }
}