---
title: "Bulk Create Global Variables Endpoint"
method: POST
path: "/workflows/v1/global-variables/bulk"
tags: ["Global Variables"]
---

# Bulk Create Global Variables Endpoint

`POST /workflows/v1/global-variables/bulk`

Bulk create/upsert global variables for the team.

## Request body

- BulkCreateGlobalVariablesRequest
  - `variables` BulkCreateGlobalVariableItem[], required
    - `name` string, required
    - `value` string
    - `description` string, nullable
    - `category` string, nullable
    - `is_secret` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/35cbea12a781/schema)
