Improvements to SurveyMonkey

This commit is contained in:
Jan Oberhauser 2020-04-27 01:03:01 +02:00
parent 9ca21f2e52
commit b0de2a94fc
4 changed files with 8 additions and 7 deletions

View file

@ -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`,
},
{

View file

@ -1,6 +1,6 @@
import {
OptionsWithUri,
} from 'request';
} from 'request';
import {
IExecuteFunctions,

View file

@ -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 KiB