SurveyMonkey entegrasyonu | Zervanor
← Tüm konnektörler

SurveyMonkey

Aynı zamanda bir ajan aracı
productivity

SurveyMonkey (API v3): build and manage surveys, pages, and questions; run collectors and send survey invitation emails; collect and read responses; manage contacts, contact lists, and webhooks. OAuth2 bearer-token auth. Response change detection uses polling; SurveyMonkey webhooks deliver unsigned, so webhook CRUD is exposed as actions rather than verified triggers.

82 eylemler · 1 tetikleyiciler

SurveyMonkey entegrasyonu — 82 aksiyon ve 1 tetikleyici ile SurveyMonkey'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Current User, Get User, Get Group, List Group Members, List Surveys. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.

Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.

Tetikleyiciler 1

SurveyMonkey üzerinde bir iş akışını başlatabilen olaylar.

polling

New or updated survey responses (polled)

Polls GET /surveys/{survey_id}/responses on a schedule using start_modified_at as a watermark and sort_order=ASC.

Eylemler 82

Zervanor'un SurveyMonkey üzerinde yapabilecekleri.

Surveys26

GET

List Surveys

List surveys owned by or shared with the account (GET /surveys). Offset (page) pagination.

POST

Create Survey

Create a survey (POST /surveys). Optionally create from a template or by copying another survey.

GET

Get Survey

Get a survey's top-level details (GET /surveys/{survey_id}).

GET

Get Survey Details

Get a survey's full expanded details including pages and questions (GET /surveys/{survey_id}/details).

PATCH

Update Survey

Partially update a survey's top-level fields (PATCH /surveys/{survey_id}).

PUT

Replace Survey

Replace a survey, including its full page/question structure (PUT /surveys/{survey_id}).

DELETE

Delete Survey

Delete a survey (DELETE /surveys/{survey_id}).

POST

Copy Survey

Copy an existing survey into a new survey (POST /surveys with from_survey_id). Convenience wrapper over create.

GET

List Survey Pages

List a survey's pages (GET /surveys/{survey_id}/pages).

POST

Create Survey Page

Add a page to a survey (POST /surveys/{survey_id}/pages).

GET

Get Survey Page

Get a survey page (GET /surveys/{survey_id}/pages/{page_id}).

PATCH

Update Survey Page

Partially update a survey page (PATCH /surveys/{survey_id}/pages/{page_id}).

PUT

Replace Survey Page

Replace a survey page (PUT /surveys/{survey_id}/pages/{page_id}).

DELETE

Delete Survey Page

Delete a survey page (DELETE /surveys/{survey_id}/pages/{page_id}).

GET

List Page Questions

List a page's questions (GET /surveys/{survey_id}/pages/{page_id}/questions).

POST

Create Question

Add a question to a page (POST /surveys/{survey_id}/pages/{page_id}/questions).

GET

Get Question

Get a question (GET /surveys/{survey_id}/pages/{page_id}/questions/{question_id}).

PATCH

Update Question

Partially update a question (PATCH /surveys/{survey_id}/pages/{page_id}/questions/{question_id}).

PUT

Replace Question

Replace a question (PUT /surveys/{survey_id}/pages/{page_id}/questions/{question_id}).

DELETE

Delete Question

Delete a question (DELETE /surveys/{survey_id}/pages/{page_id}/questions/{question_id}).

GET

List Survey Collectors

List collectors for a survey (GET /surveys/{survey_id}/collectors).

POST

Create Collector

Create a collector for a survey (POST /surveys/{survey_id}/collectors). type is usually 'weblink' or 'email'.

GET

List Survey Responses

List a survey's responses (GET /surveys/{survey_id}/responses). Poll with start_modified_at to detect new/updated responses.

GET

List Survey Responses (Bulk)

List a survey's responses with full answer detail (GET /surveys/{survey_id}/responses/bulk).

GET

Get Survey Response

Get a single response with full answer detail (GET /surveys/{survey_id}/responses/{response_id}).

DELETE

Delete Survey Response

Delete a response (DELETE /surveys/{survey_id}/responses/{response_id}).

Collectors14

GET

Get Collector

Get a collector (GET /collectors/{collector_id}).

PATCH

Update Collector

Partially update a collector (PATCH /collectors/{collector_id}).

DELETE

Delete Collector

Delete a collector (DELETE /collectors/{collector_id}).

GET

List Collector Messages

List messages for an email collector (GET /collectors/{collector_id}/messages).

POST

Create Collector Message

Create an invitation/reminder message for an email collector (POST /collectors/{collector_id}/messages).

GET

Get Collector Message

Get a collector message (GET /collectors/{collector_id}/messages/{message_id}).

PATCH

Update Collector Message

Partially update a collector message (PATCH /collectors/{collector_id}/messages/{message_id}).

DELETE

Delete Collector Message

Delete a collector message (DELETE /collectors/{collector_id}/messages/{message_id}).

POST

Send Collector Message

Send (schedule) a collector message to its recipients (POST /collectors/{collector_id}/messages/{message_id}/send).

GET

List Message Recipients

List recipients of a collector message (GET /collectors/{collector_id}/messages/{message_id}/recipients).

POST

Add Message Recipients

Add recipients to a collector message (POST /collectors/{collector_id}/messages/{message_id}/recipients).

GET

List Collector Recipients

List all recipients for a collector across its messages (GET /collectors/{collector_id}/recipients).

GET

List Collector Responses

List responses for a specific collector (GET /collectors/{collector_id}/responses).

POST

Create Collector Response

Create a response for a collector (POST /collectors/{collector_id}/responses). Used to submit answers programmatically.

Workgroups11

GET

List Workgroups

List workgroups in the team (GET /workgroups).

POST

Create Workgroup

Create a workgroup (POST /workgroups).

GET

Get Workgroup

Get a workgroup (GET /workgroups/{workgroup_id}).

PATCH

Update Workgroup

Partially update a workgroup (PATCH /workgroups/{workgroup_id}).

DELETE

Delete Workgroup

Delete a workgroup (DELETE /workgroups/{workgroup_id}).

GET

List Workgroup Members

List members of a workgroup (GET /workgroups/{workgroup_id}/members).

POST

Add Workgroup Member

Add a member to a workgroup (POST /workgroups/{workgroup_id}/members).

DELETE

Remove Workgroup Member

Remove a member from a workgroup (DELETE /workgroups/{workgroup_id}/members/{member_id}).

GET

List Workgroup Shares

List the resources shared with a workgroup (GET /workgroups/{workgroup_id}/shares).

POST

Create Workgroup Share

Share a resource (e.g. a survey) with a workgroup (POST /workgroups/{workgroup_id}/shares).

DELETE

Delete Workgroup Share

Remove a shared resource from a workgroup (DELETE /workgroups/{workgroup_id}/shares/{share_id}).

Contact Lists8

GET

List Contact Lists

List contact lists (GET /contact_lists).

POST

Create Contact List

Create a contact list (POST /contact_lists).

GET

Get Contact List

Get a contact list (GET /contact_lists/{contact_list_id}).

PATCH

Update Contact List

Partially update a contact list (PATCH /contact_lists/{contact_list_id}).

DELETE

Delete Contact List

Delete a contact list (DELETE /contact_lists/{contact_list_id}).

GET

List Contact List Contacts

List the contacts in a contact list (GET /contact_lists/{contact_list_id}/contacts).

POST

Add Contacts To List

Add contacts to a contact list (POST /contact_lists/{contact_list_id}/contacts).

POST

Bulk Add Contacts To List

Add multiple contacts to a contact list at once (POST /contact_lists/{contact_list_id}/contacts/bulk).

Contacts6

GET

List Contacts

List contacts in the account address book (GET /contacts).

POST

Create Contact

Create a contact in the account address book (POST /contacts).

POST

Bulk Create Contacts

Create multiple contacts at once (POST /contacts/bulk).

GET

Get Contact

Get a contact (GET /contacts/{contact_id}).

PATCH

Update Contact

Partially update a contact (PATCH /contacts/{contact_id}).

DELETE

Delete Contact

Delete a contact (DELETE /contacts/{contact_id}).

Webhooks5

GET

List Webhooks

List webhooks configured for the account (GET /webhooks).

POST

Create Webhook

Create a webhook subscription (POST /webhooks). SurveyMonkey deliveries are unsigned; verify by look-up, not signature.

GET

Get Webhook

Get a webhook (GET /webhooks/{webhook_id}).

PATCH

Update Webhook

Partially update a webhook (PATCH /webhooks/{webhook_id}).

DELETE

Delete Webhook

Delete a webhook (DELETE /webhooks/{webhook_id}).

Benchmark Bundles2

GET

List Benchmark Bundles

List available question benchmark bundles (GET /benchmark_bundles).

GET

Get Benchmark Bundle

Get a benchmark bundle and its questions (GET /benchmark_bundles/{bundle_id}).

Groups2

GET

Get Group

Get a group (team) by id (GET /groups/{group_id}).

GET

List Group Members

List the members of a group (GET /groups/{group_id}/members).

Survey Folders2

GET

List Survey Folders

List survey folders (GET /survey_folders).

POST

Create Survey Folder

Create a survey folder (POST /survey_folders).

Users2

GET

Get Current User

Get the authenticated user (GET /users/me). Identity + connectivity probe.

GET

Get User

Get a user by id (GET /users/{user_id}).

Roles1

GET

List Roles

List the roles available in the account/team (GET /roles).

Survey Categories1

GET

List Survey Categories

List available survey template categories (GET /survey_categories).

Survey Languages1

GET

List Survey Languages

List supported survey languages (GET /survey_languages).

Survey Templates1

GET

List Survey Templates

List available survey templates (GET /survey_templates).

SurveyMonkey kullanan Çözüm Şablonları

SurveyMonkey ile kendi otomasyonunu görsel tasarımcıda kur.

Sıkça sorulan sorular

SurveyMonkey ile neler otomatikleştirebilirim?

82 aksiyon var — örneğin: Get Current User, Get User, Get Group, List Group Members, List Surveys ve daha fazlası.

Hangi SurveyMonkey olayları bir workflow başlatabilir?

1 tetikleyici — örneğin: New or updated survey responses (polled).

SurveyMonkey bir AI agent aracı olarak kullanılabilir mi?

Evet. SurveyMonkey'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.

SurveyMonkey entegrasyonu nasıl modellenir?

SurveyMonkey sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.