n8n/packages/nodes-base/nodes/Mautic
Omar Ajoue 7ce7285f7a
Load credentials from the database (#1741)
* Changes to types so that credentials can be always loaded from DB

This first commit changes all return types from the execute functions
and calls to get credentials to be async so we can use await.

This is a first step as previously credentials were loaded in memory and
always available. We will now be loading them from the DB which requires
turning the whole call chain async.

* Fix updated files

* Removed unnecessary credential loading to improve performance

* Fix typo

*  Fix issue

* Updated new nodes to load credentials async

*  Remove not needed comment

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-08-20 18:57:30 +02:00
..
CompanyContactDescription.ts Add resource contact segment and company contact to Mautic node (#1975) 2021-07-08 10:12:19 +02:00
CompanyDescription.ts Add more parameters to company resource (Mautic) (#2087) 2021-08-15 11:52:44 +02:00
ContactDescription.ts Add custom fields to Mautic: contact:create & contact:update (#1311) 2021-01-23 19:34:36 +01:00
ContactSegmentDescription.ts Add resource contact segment and company contact to Mautic node (#1975) 2021-07-08 10:12:19 +02:00
GenericFunctions.ts Load credentials from the database (#1741) 2021-08-20 18:57:30 +02:00
Mautic.node.json Add new codex files and fix previous files (#1608) 2021-04-10 10:18:10 +02:00
Mautic.node.ts Add more parameters to company resource (Mautic) (#2087) 2021-08-15 11:52:44 +02:00
mautic.svg Add resource contact segment and company contact to Mautic node (#1975) 2021-07-08 10:12:19 +02:00
MauticTrigger.node.json Add Node Codex (#1335) 2021-01-14 13:56:07 +01:00
MauticTrigger.node.ts Add resource contact segment and company contact to Mautic node (#1975) 2021-07-08 10:12:19 +02:00