Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the add-in beyond simple SELECT/INSERT/UPDATE/DELETE operations with Monday.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Monday, along with an indication of whether the procedure succeeded or failed.
CData Excel Add-In for Monday Stored Procedures
| Name | Description |
| AddFileToColumn | Attaches a file to a specific column value within a board, enhancing item management. |
| AddFileToUpdate | Uploads and associates a file with a specific update, providing additional context. |
| BatchExtendTrialPeriod | Extends the trial period for an application across multiple selected accounts, allowing for continued testing or evaluation. |
| ChangeColumnMetadata | Updates the metadata or properties of a specific column in a board, such as its type or settings. |
| ClearItemUpdates | Removes all updates associated with a specific item on a board, clearing its update history. |
| CreateColumn | Creates a new column in a board, allowing for customized data fields. |
| CreateDocBlock | Adds a new content block to a document associated with a workspace. |
| CreateDocBoard | Creates a new document within a workspace board. |
| CreateNotification | Generates a new notification for users about specific events or updates. |
| DeleteColumn | Deletes an existing column from a board, removing its associated data. |
| DownloadAsset | Downloads a file that was uploaded to Monday.com by specifying the asset ID. |
| DuplicateBoard | Creates an exact copy of an existing board, including all items, columns, and structures. |
| DuplicateGroup | Duplicates an existing group of items within a board. |
| DuplicateItem | Duplicates an item within a board, including its related data and structure. |
| GetOAuthAccessToken | Fetches the OAuth Access Token, which is used to authenticate and authorize API calls made to Monday. |
| GetOAuthAuthorizationURL | Retrieves the OAuth Authorization URL, allowing the client to direct the user's browser to the authorization server and initiate the OAuth process. |
| LikeUpdate | Registers a 'like' on a specific update, providing a quick way to acknowledge or endorse updates. |
| MoveItemToBoard | Moves a specific item from one board to another, preserving its associated data. |
| PinUpdate | Pins an update to the top of the feed for better visibility and priority. |
| RemoveMockAppSubscription | Removes a mock application subscription associated with the current account. |
| SetMockAppSubscription | Sets a mock application subscription for the current account, simulating app usage. |
| UnpinUpdate | Unpins a previously pinned update, returning it to the standard feed order. |