Skip to main content
POST
/
workflows
/
v1
/
global-variables
/
bulk
Bulk Create Global Variables Endpoint
curl --request POST \
  --url https://api-qa.interactly.ai/workflows/v1/global-variables/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "variables": [
    {
      "name": "<string>",
      "value": "",
      "description": "<string>",
      "category": "<string>",
      "is_secret": false
    }
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Body

application/json
variables
BulkCreateGlobalVariableItem · object[]
required

Response

Successful Response