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