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