Monday
The Monday.com Connector provides automated access to Monday.com API.
Prerequisites
The Monday.com connector requires an API token for authentication
In the Key Manager, add a Key.
Choose the “Monday.com” credential type.
Supply a name and then hit connect to set the API Token.
Scheduling
The Monday.com connector can be scheduled to ingest data once per day at a user-defined hour and timezone.
By default, the connector will run once at 6am PT.
See Daily Scheduling for more information.
Parameters
- board_name string
- required
- The name of monday.com board. Boards are a core component of the platform where users input all of their data to track of and manage anything, from simple everyday tasks to complex multi-step projects. Learn more about this object type.
Sample Switchboard Script
download monday_com from {
type: "monday_com";
board_name: "My Monday.com Board"; //Either Board_name or Board_id can be used, at least one is required
key: "monday_key";
} using {
*
};