Creates a new custom attribute for an existing organization, used to enhance data collection for event bookings or user profiles.
nameRequiredstringThe human-readable display name for the organization attribute.
slugRequiredstringA unique, URL-friendly identifier for the organization attribute, typically a lowercase version of the name with spaces or special characters replaced by hyphens or underscores. This slug must be unique within the organization.
typeRequiredstringThe data type of the organization attribute, determining its behavior and storage.
orgIdRequiredintegerThe unique identifier of the organization for which this attribute is being created. This ID is used in the API request path.
enabledbooleanIndicates whether the organization attribute is active and usable upon creation. Set to `true` to enable, `false` to disable. If not specified, the system's default behavior for new attributes (e.g., enabled) will apply.
optionsRequiredarrayA list of options for the attribute. This field is always required. For `SINGLE_SELECT` or `MULTI_SELECT` types, this list must contain at least one option definition. For `TEXT` or `NUMBER` types, an empty list `[]` should be provided.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.