Adds a new option to an organization's SINGLE_SELECT or MULTI_SELECT attribute. Use this action to extend the available choices for an existing attribute. For example, adding a new department option like "Marketing" to a "Department" attribute. Prerequisites: - The organization…
slugRequiredstringA URL-friendly programmatic identifier for the new option. Typically lowercase with hyphens (e.g., 'engineering', 'sales-dept'). Used for programmatic access and filtering. While recommended to be unique, the API may allow duplicate slugs.
orgIdRequiredintegerThe unique numeric identifier of the organization. Obtain this from the user's profile (organizationId field) or from organization membership data.
valueRequiredstringThe human-readable display name for the new option (e.g., 'Engineering', 'Sales Team'). This is what users will see when selecting from the attribute options.
attributeIdRequiredstringThe unique identifier of the attribute to which the new option will be added. Obtain this from the 'retrieve_organization_attributes' action or when creating an attribute. Only attributes of type SINGLE_SELECT or MULTI_SELECT can have options.
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.