Creates a new workspace variable. Workspace variables are key-value pairs or tables accessible from all the workspace workflows and retained until manually deleted. For an example of creating a table using this API, refer to our Knowledge Base.
The pretty name of the workspace variable. This is the name as it will appear in the UI. The pretty name can include alphanumerics, underscores, hyphens, and spaces. The workspace variable name will have the hyphens and spaces converted to underscores and all lowercase letters.
The value of the workspace variable to create. For a string variable, enclose the value in quotation marks; use true/false for booleans; numbers and JSON objects can also be provided.
A successful response.
The ID of the workspace where the variable lives.
The name of the workspace variable.
The pretty name of the workspace variable. This is the name as it will appear in the UI.
The value of the workspace variable.
The timestamp when the workspace variable was last updated.
The timestamp when the workspace variable was created.
The unique identifier of the workspace variable.