@sendpulse/n8n-nodes-sendpulse 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +21 -0
- package/README.md +820 -0
- package/dist/credentials/SendPulseApi.credentials.d.ts +10 -0
- package/dist/credentials/SendPulseApi.credentials.js +37 -0
- package/dist/credentials/SendPulseApi.credentials.js.map +1 -0
- package/dist/credentials/SendPulseOAuth2Api.credentials.d.ts +10 -0
- package/dist/credentials/SendPulseOAuth2Api.credentials.js +62 -0
- package/dist/credentials/SendPulseOAuth2Api.credentials.js.map +1 -0
- package/dist/icons/sendpulse.dark.svg +4 -0
- package/dist/icons/sendpulse.svg +4 -0
- package/dist/images/mailing-list-operation.png +0 -0
- package/dist/images/node.png +0 -0
- package/dist/images/workflow1.png +0 -0
- package/dist/images/workflow2.png +0 -0
- package/dist/images/workflow3.png +0 -0
- package/dist/nodes/SendPulseA360/SendPulseA360.node.d.ts +4 -0
- package/dist/nodes/SendPulseA360/SendPulseA360.node.js +174 -0
- package/dist/nodes/SendPulseA360/SendPulseA360.node.js.map +1 -0
- package/dist/nodes/SendPulseA360/SendPulseA360.node.json +25 -0
- package/dist/nodes/SendPulseA360/sendpulse.svg +4 -0
- package/dist/nodes/SendPulseChatbots/SendPulseChatbots.node.d.ts +4 -0
- package/dist/nodes/SendPulseChatbots/SendPulseChatbots.node.js +489 -0
- package/dist/nodes/SendPulseChatbots/SendPulseChatbots.node.js.map +1 -0
- package/dist/nodes/SendPulseChatbots/SendPulseChatbots.node.json +25 -0
- package/dist/nodes/SendPulseChatbots/sendpulse.svg +4 -0
- package/dist/nodes/SendPulseChatbots/shared/utils.d.ts +5 -0
- package/dist/nodes/SendPulseChatbots/shared/utils.js +45 -0
- package/dist/nodes/SendPulseChatbots/shared/utils.js.map +1 -0
- package/dist/nodes/SendPulseCrm/SendPulseCrm.node.d.ts +4 -0
- package/dist/nodes/SendPulseCrm/SendPulseCrm.node.js +1750 -0
- package/dist/nodes/SendPulseCrm/SendPulseCrm.node.js.map +1 -0
- package/dist/nodes/SendPulseCrm/SendPulseCrm.node.json +25 -0
- package/dist/nodes/SendPulseCrm/sendpulse.svg +4 -0
- package/dist/nodes/SendPulseEmail/SendPulseEmail.node.d.ts +4 -0
- package/dist/nodes/SendPulseEmail/SendPulseEmail.node.js +992 -0
- package/dist/nodes/SendPulseEmail/SendPulseEmail.node.js.map +1 -0
- package/dist/nodes/SendPulseEmail/SendPulseEmail.node.json +25 -0
- package/dist/nodes/SendPulseEmail/sendpulse.svg +4 -0
- package/dist/nodes/SendPulseFileManager/SendPulseFileManager.node.d.ts +4 -0
- package/dist/nodes/SendPulseFileManager/SendPulseFileManager.node.js +234 -0
- package/dist/nodes/SendPulseFileManager/SendPulseFileManager.node.js.map +1 -0
- package/dist/nodes/SendPulseFileManager/SendPulseFileManager.node.json +25 -0
- package/dist/nodes/SendPulseFileManager/sendpulse.svg +4 -0
- package/dist/nodes/SendPulsePopUps/SendPulsePopUps.node.d.ts +4 -0
- package/dist/nodes/SendPulsePopUps/SendPulsePopUps.node.js +196 -0
- package/dist/nodes/SendPulsePopUps/SendPulsePopUps.node.js.map +1 -0
- package/dist/nodes/SendPulsePopUps/SendPulsePopUps.node.json +25 -0
- package/dist/nodes/SendPulsePopUps/sendpulse.svg +4 -0
- package/dist/nodes/SendPulseSms/SendPulseSms.node.d.ts +4 -0
- package/dist/nodes/SendPulseSms/SendPulseSms.node.js +347 -0
- package/dist/nodes/SendPulseSms/SendPulseSms.node.js.map +1 -0
- package/dist/nodes/SendPulseSms/SendPulseSms.node.json +25 -0
- package/dist/nodes/SendPulseSms/sendpulse.svg +4 -0
- package/dist/nodes/SendPulseSmtp/SendPulseSmtp.node.d.ts +4 -0
- package/dist/nodes/SendPulseSmtp/SendPulseSmtp.node.js +644 -0
- package/dist/nodes/SendPulseSmtp/SendPulseSmtp.node.js.map +1 -0
- package/dist/nodes/SendPulseSmtp/SendPulseSmtp.node.json +25 -0
- package/dist/nodes/SendPulseSmtp/sendpulse.svg +4 -0
- package/dist/nodes/SendPulseVerifier/SendPulseVerifier.node.d.ts +4 -0
- package/dist/nodes/SendPulseVerifier/SendPulseVerifier.node.js +195 -0
- package/dist/nodes/SendPulseVerifier/SendPulseVerifier.node.js.map +1 -0
- package/dist/nodes/SendPulseVerifier/SendPulseVerifier.node.json +25 -0
- package/dist/nodes/SendPulseVerifier/sendpulse.svg +4 -0
- package/dist/nodes/SendPulseWebPush/SendPulseWebPush.node.d.ts +4 -0
- package/dist/nodes/SendPulseWebPush/SendPulseWebPush.node.js +697 -0
- package/dist/nodes/SendPulseWebPush/SendPulseWebPush.node.js.map +1 -0
- package/dist/nodes/SendPulseWebPush/SendPulseWebPush.node.json +25 -0
- package/dist/nodes/SendPulseWebPush/sendpulse.svg +4 -0
- package/dist/package.json +67 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +67 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialType, INodeProperties, ICredentialTestRequest, Icon } from 'n8n-workflow';
|
|
2
|
+
export declare class SendPulseApi implements ICredentialType {
|
|
3
|
+
name: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
icon: Icon;
|
|
6
|
+
documentationUrl: string;
|
|
7
|
+
properties: INodeProperties[];
|
|
8
|
+
authenticate: IAuthenticateGeneric;
|
|
9
|
+
test: ICredentialTestRequest;
|
|
10
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SendPulseApi = void 0;
|
|
4
|
+
class SendPulseApi {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.name = 'sendPulseApi';
|
|
7
|
+
this.displayName = 'SendPulse API';
|
|
8
|
+
this.icon = { light: 'file:../icons/sendpulse.svg', dark: 'file:../icons/sendpulse.dark.svg' };
|
|
9
|
+
this.documentationUrl = 'https://sendpulse.com/integrations/api';
|
|
10
|
+
this.properties = [
|
|
11
|
+
{
|
|
12
|
+
displayName: 'Access Token',
|
|
13
|
+
name: 'accessToken',
|
|
14
|
+
type: 'string',
|
|
15
|
+
typeOptions: { password: true },
|
|
16
|
+
default: '',
|
|
17
|
+
},
|
|
18
|
+
];
|
|
19
|
+
this.authenticate = {
|
|
20
|
+
type: 'generic',
|
|
21
|
+
properties: {
|
|
22
|
+
headers: {
|
|
23
|
+
Authorization: '=Bearer {{$credentials?.accessToken}}',
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
this.test = {
|
|
28
|
+
request: {
|
|
29
|
+
baseURL: 'https://api.sendpulse.com',
|
|
30
|
+
url: '/user/info',
|
|
31
|
+
method: 'GET',
|
|
32
|
+
},
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.SendPulseApi = SendPulseApi;
|
|
37
|
+
//# sourceMappingURL=SendPulseApi.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendPulseApi.credentials.js","sourceRoot":"","sources":["../../credentials/SendPulseApi.credentials.ts"],"names":[],"mappings":";;;AAQA,MAAa,YAAY;IAAzB;QACI,SAAI,GAAG,cAAc,CAAC;QACtB,gBAAW,GAAG,eAAe,CAAC;QAC9B,SAAI,GAAS,EAAE,KAAK,EAAE,6BAA6B,EAAE,IAAI,EAAE,kCAAkC,EAAE,CAAC;QAChG,qBAAgB,GAAG,wCAAwC,CAAC;QAC5D,eAAU,GAAsB;YAC5B;gBACI,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;aACd;SACJ,CAAC;QACF,iBAAY,GAAyB;YACjC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACR,OAAO,EAAE;oBACL,aAAa,EAAE,uCAAuC;iBACzD;aACJ;SACJ,CAAC;QACF,SAAI,GAA2B;YAC3B,OAAO,EAAE;gBACL,OAAO,EAAE,2BAA2B;gBACpC,GAAG,EAAE,YAAY;gBACjB,MAAM,EAAE,KAAK;aAChB;SACJ,CAAC;IACN,CAAC;CAAA;AA7BD,oCA6BC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ICredentialType, INodeProperties, Icon, ICredentialTestRequest } from 'n8n-workflow';
|
|
2
|
+
export declare class SendPulseOAuth2Api implements ICredentialType {
|
|
3
|
+
name: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
icon: Icon;
|
|
6
|
+
documentationUrl: string;
|
|
7
|
+
extends: string[];
|
|
8
|
+
properties: INodeProperties[];
|
|
9
|
+
test: ICredentialTestRequest;
|
|
10
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SendPulseOAuth2Api = void 0;
|
|
4
|
+
class SendPulseOAuth2Api {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.name = 'sendPulseOAuth2Api';
|
|
7
|
+
this.displayName = 'SendPulse OAuth2 API';
|
|
8
|
+
this.icon = { light: 'file:../icons/sendpulse.svg', dark: 'file:../icons/sendpulse.dark.svg' };
|
|
9
|
+
this.documentationUrl = 'https://sendpulse.com/integrations/api';
|
|
10
|
+
this.extends = ['oAuth2Api'];
|
|
11
|
+
this.properties = [
|
|
12
|
+
{
|
|
13
|
+
displayName: 'Grant Type',
|
|
14
|
+
name: 'grantType',
|
|
15
|
+
type: 'hidden',
|
|
16
|
+
default: 'clientCredentials',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
displayName: 'Scope',
|
|
20
|
+
name: 'scope',
|
|
21
|
+
type: 'hidden',
|
|
22
|
+
default: '',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
displayName: 'Access Token URL',
|
|
26
|
+
name: 'accessTokenUrl',
|
|
27
|
+
type: 'hidden',
|
|
28
|
+
default: 'https://api.sendpulse.com/oauth/access_token',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
displayName: 'Client ID',
|
|
32
|
+
name: 'clientId',
|
|
33
|
+
type: 'string',
|
|
34
|
+
default: '',
|
|
35
|
+
required: true,
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
displayName: 'Client Secret',
|
|
39
|
+
name: 'clientSecret',
|
|
40
|
+
type: 'string',
|
|
41
|
+
typeOptions: { password: true },
|
|
42
|
+
default: '',
|
|
43
|
+
required: true,
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
displayName: 'Authentication',
|
|
47
|
+
name: 'authentication',
|
|
48
|
+
type: 'hidden',
|
|
49
|
+
default: 'body',
|
|
50
|
+
},
|
|
51
|
+
];
|
|
52
|
+
this.test = {
|
|
53
|
+
request: {
|
|
54
|
+
baseURL: 'https://api.sendpulse.com',
|
|
55
|
+
url: '/user/info',
|
|
56
|
+
method: 'GET',
|
|
57
|
+
},
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.SendPulseOAuth2Api = SendPulseOAuth2Api;
|
|
62
|
+
//# sourceMappingURL=SendPulseOAuth2Api.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendPulseOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/SendPulseOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,kBAAkB;IAA/B;QACC,SAAI,GAAG,oBAAoB,CAAC;QAC5B,gBAAW,GAAG,sBAAsB,CAAC;QACrC,SAAI,GAAS,EAAE,KAAK,EAAE,6BAA6B,EAAE,IAAI,EAAE,kCAAkC,EAAE,CAAC;QAChG,qBAAgB,GAAG,wCAAwC,CAAC;QACzD,YAAO,GAAG,CAAC,WAAW,CAAC,CAAC;QACxB,eAAU,GAAsB;YAC5B;gBACI,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,mBAAmB;aAC/B;YACD;gBACI,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACd;YACD;gBACI,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,8CAA8C;aAC1D;YACD;gBACI,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACjB;YACD;gBACI,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACjB;YACD;gBACI,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM;aAClB;SACJ,CAAC;QACF,SAAI,GAA2B;YAC3B,OAAO,EAAE;gBACL,OAAO,EAAE,2BAA2B;gBACpC,GAAG,EAAE,YAAY;gBACjB,MAAM,EAAE,KAAK;aAChB;SACJ,CAAC;IACN,CAAC;CAAA;AAtDD,gDAsDC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="200" height="200" fill="#009FC1"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.527 167H61.281L49.1074 116.919H26V100.79H64.099L70.4113 127.296L95.4349 33H113.244L121.924 104.061H141.312C144.242 98.7593 149.991 95.1498 156.641 95.1498C166.222 95.1498 174 102.707 174 112.069C174 121.431 166.222 128.988 156.641 128.988C149.991 128.988 144.355 125.379 141.312 120.077H106.143L100.958 84.2088L78.527 167Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="200" height="200" fill="#009FC1"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.527 167H61.281L49.1074 116.919H26V100.79H64.099L70.4113 127.296L95.4349 33H113.244L121.924 104.061H141.312C144.242 98.7593 149.991 95.1498 156.641 95.1498C166.222 95.1498 174 102.707 174 112.069C174 121.431 166.222 128.988 156.641 128.988C149.991 128.988 144.355 125.379 141.312 120.077H106.143L100.958 84.2088L78.527 167Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SendPulseA360 = void 0;
|
|
4
|
+
const n8n_workflow_1 = require("n8n-workflow");
|
|
5
|
+
class SendPulseA360 {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.description = {
|
|
8
|
+
displayName: 'SendPulse Automation360',
|
|
9
|
+
name: 'sendPulseA360',
|
|
10
|
+
icon: 'file:sendpulse.svg',
|
|
11
|
+
group: ['transform'],
|
|
12
|
+
version: 1,
|
|
13
|
+
subtitle: '={{ $parameter["operation"] + ": " + $parameter["resource"] }}',
|
|
14
|
+
description: 'Interact with SendPulse API',
|
|
15
|
+
defaults: {
|
|
16
|
+
name: 'SendPulse Automation360',
|
|
17
|
+
},
|
|
18
|
+
usableAsTool: true,
|
|
19
|
+
inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
20
|
+
outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
21
|
+
credentials: [
|
|
22
|
+
{
|
|
23
|
+
name: 'sendPulseApi',
|
|
24
|
+
required: false,
|
|
25
|
+
displayOptions: {
|
|
26
|
+
show: {
|
|
27
|
+
authentication: ['accessToken'],
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
name: 'sendPulseOAuth2Api',
|
|
33
|
+
required: false,
|
|
34
|
+
displayOptions: {
|
|
35
|
+
show: {
|
|
36
|
+
authentication: ['oAuth2'],
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
requestDefaults: {
|
|
42
|
+
baseURL: 'https://api.sendpulse.com/a360',
|
|
43
|
+
headers: {
|
|
44
|
+
Accept: 'application/json',
|
|
45
|
+
'Content-Type': 'application/json',
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
properties: [
|
|
49
|
+
{
|
|
50
|
+
displayName: 'Authentication',
|
|
51
|
+
name: 'authentication',
|
|
52
|
+
type: 'options',
|
|
53
|
+
options: [
|
|
54
|
+
{
|
|
55
|
+
name: 'Client ID & Client Secret',
|
|
56
|
+
value: 'oAuth2',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: 'Access Token',
|
|
60
|
+
value: 'accessToken',
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
default: 'oAuth2',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
displayName: 'Resource',
|
|
67
|
+
name: 'resource',
|
|
68
|
+
type: 'options',
|
|
69
|
+
noDataExpression: true,
|
|
70
|
+
options: [
|
|
71
|
+
{
|
|
72
|
+
name: 'Flow',
|
|
73
|
+
value: 'flow',
|
|
74
|
+
},
|
|
75
|
+
],
|
|
76
|
+
default: 'flow',
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
displayName: 'Operation',
|
|
80
|
+
name: 'operation',
|
|
81
|
+
type: 'options',
|
|
82
|
+
noDataExpression: true,
|
|
83
|
+
displayOptions: {
|
|
84
|
+
show: {
|
|
85
|
+
resource: ['flow'],
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
options: [
|
|
89
|
+
{
|
|
90
|
+
name: 'Get Many',
|
|
91
|
+
value: 'getMany',
|
|
92
|
+
description: 'Get a list of automation flows',
|
|
93
|
+
action: 'Get many automation flows',
|
|
94
|
+
routing: {
|
|
95
|
+
request: {
|
|
96
|
+
method: 'GET',
|
|
97
|
+
url: '=/autoresponders/list',
|
|
98
|
+
qs: {
|
|
99
|
+
limit: '={{ $parameter.additionalFields.limit }}',
|
|
100
|
+
offset: '={{ $parameter.additionalFields.offset }}',
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
name: 'Get',
|
|
107
|
+
value: 'get',
|
|
108
|
+
description: 'Get a automation flow by ID',
|
|
109
|
+
action: 'Get a automation flow',
|
|
110
|
+
routing: {
|
|
111
|
+
request: {
|
|
112
|
+
method: 'GET',
|
|
113
|
+
url: '=/autoresponders/{{ $parameter.flowId }}',
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
default: 'getMany',
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
displayName: 'Flow ID',
|
|
122
|
+
name: 'flowId',
|
|
123
|
+
type: 'number',
|
|
124
|
+
required: true,
|
|
125
|
+
displayOptions: {
|
|
126
|
+
show: {
|
|
127
|
+
resource: ['flow'],
|
|
128
|
+
operation: ['get'],
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
default: 0,
|
|
132
|
+
description: 'The ID of the flow to retrieve',
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
displayName: 'Additional Fields',
|
|
136
|
+
name: 'additionalFields',
|
|
137
|
+
type: 'collection',
|
|
138
|
+
placeholder: 'Add Field',
|
|
139
|
+
default: {},
|
|
140
|
+
displayOptions: {
|
|
141
|
+
show: {
|
|
142
|
+
resource: ['flow'],
|
|
143
|
+
operation: ['getMany'],
|
|
144
|
+
},
|
|
145
|
+
},
|
|
146
|
+
options: [
|
|
147
|
+
{
|
|
148
|
+
displayName: 'Limit',
|
|
149
|
+
name: 'limit',
|
|
150
|
+
type: 'number',
|
|
151
|
+
typeOptions: {
|
|
152
|
+
minValue: 1,
|
|
153
|
+
},
|
|
154
|
+
default: 50,
|
|
155
|
+
description: 'Max number of results to return',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
displayName: 'Offset',
|
|
159
|
+
name: 'offset',
|
|
160
|
+
type: 'number',
|
|
161
|
+
typeOptions: {
|
|
162
|
+
minValue: 0,
|
|
163
|
+
},
|
|
164
|
+
default: 0,
|
|
165
|
+
description: 'Number of results to skip',
|
|
166
|
+
},
|
|
167
|
+
],
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
};
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
exports.SendPulseA360 = SendPulseA360;
|
|
174
|
+
//# sourceMappingURL=SendPulseA360.node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SendPulseA360.node.js","sourceRoot":"","sources":["../../../nodes/SendPulseA360/SendPulseA360.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"node": "n8n-nodes-base.SendPulseA360",
|
|
3
|
+
"nodeVersion": "1.0",
|
|
4
|
+
"codexVersion": "1.0",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Marketing & Content",
|
|
7
|
+
"Sales"
|
|
8
|
+
],
|
|
9
|
+
"resources": {
|
|
10
|
+
"credentialDocumentation": [
|
|
11
|
+
{
|
|
12
|
+
"url": "https://sendpulse.com/integrations/api"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"primaryDocumentation": [
|
|
16
|
+
{
|
|
17
|
+
"url": "https://sendpulse.com/integrations/api"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"alias": [
|
|
22
|
+
"Marketing",
|
|
23
|
+
"SendPulse"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="200" height="200" fill="#009FC1"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.527 167H61.281L49.1074 116.919H26V100.79H64.099L70.4113 127.296L95.4349 33H113.244L121.924 104.061H141.312C144.242 98.7593 149.991 95.1498 156.641 95.1498C166.222 95.1498 174 102.707 174 112.069C174 121.431 166.222 128.988 156.641 128.988C149.991 128.988 144.355 125.379 141.312 120.077H106.143L100.958 84.2088L78.527 167Z" fill="white"/>
|
|
4
|
+
</svg>
|