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 ​
- Go to Connections and click New Connection.
- Pick Doodle from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /polls | List polls |
| POST /polls | Create a poll |
| GET /polls/{pollId} | Get a poll |
| GET /polls/{pollId}/participants | List poll participants |
| POST /polls/{pollId}/close | Close a poll |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.