Built by Metorial, the integration platform for agentic AI.
Retrieve all comments on a Doodle poll. Returns comments in chronological order with author names and timestamps.
List Doodle polls from the authenticated user's dashboard. Can retrieve polls you **created** or polls you **participated in**.
Add a participant's vote to a Doodle poll. Each preference value corresponds to a poll option in order: **0** = No, **1** = Yes, **2** = If need be (when enabled). Retrieve the poll first to see available options and their order.
Add a comment to a Doodle poll. Comments are visible to all participants and can be used to share notes, preferences, or constraints related to the scheduling poll.
Create a new Doodle scheduling poll. Supports both **text-based polls** (choosing between text options like restaurant names) and **date-based polls** (choosing between meeting times). Configure voting mode, visibility, and participant requirements.
Permanently delete a Doodle poll. Requires the poll's admin key, which is returned when the poll is created.
Remove a participant and their votes from a Doodle poll. Requires the poll's admin key for authorization.
Retrieve complete details of a Doodle poll including its options, participants, and their votes. Use this to check the current status and results of a scheduling poll.