--- title: 'Doodle' description: 'Create and manage scheduling polls and booking pages via the Doodle API.' --- # Doodle Create and manage scheduling polls and booking pages via the Doodle API. | Detail | Value | |---|---| | Category | Scheduling | | Base URL | `https://doodle.com/api/v2.1` | | Authentication | API Key | | Endpoints | 5 | | Connector key | `doodle` | ## Using Doodle in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Doodle** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /polls](./get_polls_scheduling_listpolls) | List polls | | [POST /polls](./post_polls_scheduling_createpoll) | Create a poll | | [GET /polls/{pollId}](./get_polls_pollid_scheduling_getpoll) | Get a poll | | [GET /polls/{pollId}/participants](./get_polls_pollid_participants_scheduling_listparticipants) | List poll participants | | [POST /polls/{pollId}/close](./post_polls_pollid_close_scheduling_closepoll) | Close a poll | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.