* support for customer.io tracking api endpoint region selection
If your account is based in our EU region use the EU endpoints (track-eu.customer.io) for US (other than EU) tracking endpoints (track.customer.io).
* Changed name to keep constistency with other nodes
* Switched to credentials injection
* Add throwing error when unknow way of authenticating
* Fixed url for http request
* Add hint to region field about being omited with http node
* Fix bug for credentials working with http node
* Improve IF by deduplicating code
Co-authored-by: h4ux <alon@h4ux.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
* Centralized error throwing for encryption key
* Unifying the error message used by cli and core packages
* Improvements to error messages to make it more DRY
* Removed unnecessary throw
* Throwing error when credential does not exist to simplify node behavior (#3112)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
* 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>
* 🚧 Descriptions, node function, generic function changes
* ✅ Finished functionality, added icon
* ⚡ Added new campaign operations, acommodated for 2 different authentications
* ⚡ Fixed number defaults not being numbers but empty strings