n8n/packages/nodes-base/nodes/ActiveCampaign
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
..
AccountContactDescription.ts
AccountDescription.ts
ActiveCampaign.node.json Add new codex files and fix previous files (#1608) 2021-04-10 10:18:10 +02:00
ActiveCampaign.node.ts Add full continue-on-fail support to all nodes (#1996) 2021-07-20 08:58:54 +02:00
activeCampaign.png
ActiveCampaignTrigger.node.json Add Node Codex (#1335) 2021-01-14 13:56:07 +01:00
ActiveCampaignTrigger.node.ts Improve node error handling (#1309) 2021-04-16 18:33:36 +02:00
ConnectionDescription.ts 👕 Fix lint issue 2021-01-13 20:20:30 +01:00
ContactDescription.ts
ContactListDescription.ts Revert wrong bugfix and fix typo 2020-11-19 08:37:19 +01:00
ContactTagDescription.ts Now tags are loaded for the user (contactTag:add) (#1267) 2020-12-23 08:23:40 +01:00
currencies.ts 👕 Fix lint issue 2021-01-13 20:20:30 +01:00
DealDescription.ts 👕 Fix lint issue 2021-01-13 20:20:30 +01:00
EcomCustomerDescription.ts
EcomOrderDescription.ts 👕 Fix lint issue 2021-01-13 20:20:30 +01:00
EcomOrderProductsDescription.ts 👕 Fix lint issue 2021-01-13 20:20:30 +01:00
GenericFunctions.ts Load credentials from the database (#1741) 2021-08-20 18:57:30 +02:00
ListDescription.ts Add contact list and list resources to Active Campaign Node (#1187) 2020-11-19 08:37:01 +01:00
TagDescription.ts