mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 12:35:46 +03:00
⚡ Improvements to SurveyMonkey
This commit is contained in:
parent
9ca21f2e52
commit
b0de2a94fc
@ -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`,
|
||||
},
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
import {
|
||||
OptionsWithUri,
|
||||
} from 'request';
|
||||
} from 'request';
|
||||
|
||||
import {
|
||||
IExecuteFunctions,
|
||||
|
@ -21,7 +21,7 @@ import {
|
||||
|
||||
import {
|
||||
createHmac,
|
||||
} from 'crypto';
|
||||
} from 'crypto';
|
||||
|
||||
export class SurveyMonkeyTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue
Block a user