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 | Add a file to a column value. |
AddFileToUpdate | Add a file to an update. |
BatchExtendTrialPeriod | Extends trial period of an application to selected accounts |
ClearItemUpdates | Clear an item's updates. |
CreateDocBlock | Create new document block |
CreateDocBoard | Create a new doc. |
CreateNotification | Create a new notification. |
DownloadAsset | Download a file uploaded to monday.com by providing the asset ID. |
DuplicateBoard | Duplicate a board. |
DuplicateGroup | Duplicate a group. |
DuplicateItem | Duplicate an item. |
GetOAuthAccessToken | Gets the OAuth access token from GitHub. |
GetOAuthAuthorizationURL | Gets the GitHub authorization URL. Access the URL returned in the output in a Web browser. This requests the access token that can be used as part of the connection string to GitHub. |
LikeUpdate | Like an update. |
MoveItemToBoard | Move an item to a different board. |
RemoveMockAppSubscription | Remove mock app subscription for the current account |
SetMockAppSubscription | Set mock app subscription for the current account |