← Tools Reference

Zigpoll

Zigpoll integration (Marketing, Productivity). Imported from open-connector.

API key8 toolshttps://v1.zigpoll.com
GET
zigpoll_get_current_user
Fetch the authenticated Zigpoll user object.

/me

GET
zigpoll_list_accounts
List Zigpoll account objects available to the authenticated user.

/accounts

GET
zigpoll_list_polls
List Zigpoll polls for an account.

/polls

1 parameter
ParamTypeRequiredDescription
accountIdstringoptionalThe Zigpoll account ID.
GET
zigpoll_get_poll
Fetch a Zigpoll poll by ID.

/poll

1 parameter
ParamTypeRequiredDescription
pollIdstringoptionalThe Zigpoll poll ID.
GET
zigpoll_list_slides
List Zigpoll slides for a poll.

/slides

1 parameter
ParamTypeRequiredDescription
pollIdstringoptionalThe Zigpoll poll ID.
GET
zigpoll_list_participants
List Zigpoll participants by account, poll, or slide with cursor pagination.

/participants

GET
zigpoll_list_responses
List Zigpoll responses by account, poll, or slide with cursor pagination.

/responses

POST
zigpoll_generate_survey_link
Generate a unique trackable Zigpoll survey link for a poll.

/generate-survey-link

3 parameters
ParamTypeRequiredDescription
pollIdstringrequiredThe Zigpoll poll ID.
metadataobjectoptionalOptional key-value metadata to attach to the generated survey activity.
expiresAtstringoptionalISO 8601 datetime after which the survey link expires.