create_poll
ChatGPTCreate a new poll with a single multiple-choice question. Mirrors the Geekbot CLI
poll create.Geekbot runs asynchronous standups and polls for distributed teams in Slack and Microsoft Teams. This app connects to your Geekbot workspace. Submit your standup reports directly from ChatGPT, or pull team data into any conversation — read recent reports, check poll results, see who said what, and turn it into a summary, a weekly digest, or a recap for leadership.
poll create.poll create.users or are synced from the channel. Mirrors the Geekbot CLI standup create.users or are synced from the channel. Mirrors the Geekbot CLI standup create.report delete.report delete.report edit.report edit.poll_id to fetch a single poll. Use include_questions/include_members to control payload size: drop questions or members for a leaner list. Results are paginated: pass cursor from next_cursor while has_more is true. Use this first to get poll IDs for fetching results.poll_id to fetch a single poll. Use include_questions/include_members to control payload size: drop questions or members for a leaner list. Results are paginated: pass cursor from next_cursor while has_more is true. Use this first to get poll IDs for fetching results.report_id to fetch a single report with its answers. Listing defaults to the last 7 days when no dates are given (the API caps the window at 90 days). Results are paginated: pass cursor from next_cursor while has_more is true. Use list_standups first to get standup IDs.report_id to fetch a single report with its answers. Listing defaults to the last 7 days when no dates are given (the API caps the window at 90 days). Results are paginated: pass cursor from next_cursor while has_more is true. Use list_standups first to get standup IDs.standup_id to fetch a single standup. Use include_questions/include_members to control payload size: keep questions for IDs before posting, drop members for a leaner list. Results are paginated: pass cursor from next_cursor while has_more is true. Use this first to get standup IDs for other tools.standup_id to fetch a single standup. Use include_questions/include_members to control payload size: keep questions for IDs before posting, drop members for a leaner list. Results are paginated: pass cursor from next_cursor while has_more is true. Use this first to get standup IDs for other tools.query to search by name/email instead of listing everyone.query to search by name/email instead of listing everyone.