Use this file to discover all available pages before exploring further.
A CrmBoardColumn represents a stage (step) within a CRM board. In the Nexudus UI these are called CRM Stages.Each stage has two main components:
Auto assignment — controls which opportunities are automatically added to this stage. Enable one of the boolean triggers (e.g. TourRequests, SignUps, Cancellations, ProductPurchased) to auto-populate the stage when the corresponding event occurs.
Auto actions — controls what happens when an opportunity reaches this stage. Assign a message macro (CannedResponseId), a task list (TaskListId), and/or an account action (ActivateAccount, DeactivateAccount, DeleteAccount, ConfirmTour, WinOpportunity, LoseOpportunity).
Stages are ordered by Position within their parent board. Opportunities move through stages either automatically (when conditions are met) or manually.
This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header.
The authenticated user must be a full unrestricted administrator or have the CrmBoardColumn-Create role.