Skip to content

Doodle ​

Create and manage scheduling polls and booking pages via the Doodle API.

DetailValue
CategoryScheduling
Base URLhttps://doodle.com/api/v2.1
AuthenticationAPI Key
Endpoints5
Connector keydoodle

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 ​

EndpointSummary
GET /pollsList polls
POST /pollsCreate a poll
GET /polls/{pollId}Get a poll
GET /polls/{pollId}/participantsList poll participants
POST /polls/{pollId}/closeClose a poll

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.