mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Improvements to SurveyMonkey
This commit is contained in:
@@ -12,11 +12,12 @@ export class SurveyMonkeyApi implements ICredentialType {
|
||||
name: 'accessToken',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
description: `The access token must have the following scopes:</br>
|
||||
- Create/modify webhooks</br>
|
||||
- View webhooks</br>
|
||||
- View surveys</br>
|
||||
- View collectors</br>
|
||||
description: `The access token must have the following scopes:</br />
|
||||
- Create/modify webhooks</br />
|
||||
- View webhooks</br />
|
||||
- View surveys</br />
|
||||
- View collectors</br />
|
||||
- View responses<br />
|
||||
- View response details`,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user