节点与集成
SurveyMonkey credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
- Create a SurveyMonkey account.
- Register an app from your **Developer dashboard > My apps**.
- Refer to Required app scopes for information on the scopes you must use.
Supported authentication methods
- API access token
- OAuth2
Related resources
Refer to SurveyMonkey's API documentation for more information about the service.
Using API access token
To configure this credential, you'll need:
- An Access Token: Generated once you create an app.
- A Client ID: Generated once you create an app.
- A Client Secret: Generated once you create an app.
Once you've created your app and assigned appropriate scopes, go to Settings > Credentials. Copy the Access Token, Client ID, and Secret and add them to n8n.
Using OAuth
To configure this credential, you'll need:
- A Client ID: Generated once you create an app.
- A Client Secret: Generated once you create an app.
Once you've created your app and assigned appropriate scopes:
- Go to the app's Settings > Settings.
- From n8n, copy the OAuth Redirect URL.
- Overwrite the app's existing OAuth Redirect URL with that URL.
- Select Submit Changes.
- Be sure the Scopes section contains the Required app scopes.
From the app's Settings > Credentials, copy the Client ID and Client Secret and add them to your n8n credential. You can now select Connect my account from n8n.
Required app scopes
Once you create your app, go to Settings > Scopes. Select these scopes for your n8n credential to work:
- View Surveys
- View Collectors
- View Responses
- View Response Details
- Create/Modify Webhooks
- View Webhooks
Select Update Scopes to save them.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。