n8n/packages/nodes-base/nodes
brianinoa 74cedd94a8
feat(SendInBlue Node): Add SendInBlue Regular + Trigger Node (#3746)
* add sendinblue svg icon

* Add code and required files for new sendinblue node

* Add node to package.json

* Update credentials to display API Key instead of Access Token

* Use new svg found in brandfetch

*  Improvements

* ♻️ Moved descriptions for email to it's own file

*  Added support for contact get

*  moved email descriptions to it's own file

*  Add logic to conditionally remove/format sms,email

*  Improvements

*  Refactor Sender descriptions to it's own file

*  Fix urls

*  Improvements attempt

*  Refactor remove inline descriptions

*  Minor improvement

* 🎨 Learn a nice way to send options as key-value

*  Improvements

* ♻️ Fix Create Operation structure

* ♻️ Refactor create functionality for attribute

♻️ Introduce override for createAttribute selectedCategory

♻️ Add delete functionality

* 🔥 Remove preSend from delete

*  Implement override for body types

*  Cleanup node file

*  Update response for contact update
 Update request url for contact delete

*  Add presend check for optional properties that are empty
 Add Model file and TransactionalEmail interface

*  formatting

* ♻️ Remove requestOperations from Node Description level

* ♻️ Cleanup routing for Get All
♻️ Make Identifier required

*  Formatting

* ♻️ Add Options Collection

* ♻️ Add Filters area

* ♻️ Formatting

* ♻️ Handle empty return

* ♻️ Remove unused code

* ♻️ Fix pagination
♻️ Fix empty return for delete

*  Add pagination

*  Fix Modified Since

* ♻️ Reorder send operation ui

*  Remove no longer needed presend
 Add send html template operation

* ♻️ Make Contact Attribute name and type required

* ♻️ Rename Attribute to Contact Attribute

* ♻️ Rename Identifier to Contact Identifier

* ♻️ Remove SMS from root level because it can exist in Contact Attributes

* ♻️ Fix Array type using 'Array<T>'
♻️ Fix double quotes should be single quotes

* 👕 Lint Fix

*  Add email attachment functionality
 Add attachment data validation

*  Add dynamic loading of Email Template IDs

* ♻️ Cleanup validation method

*  Introduce workaround and use binary data for attachments

* feat: Migrated to npm release of riot-tmpl fork.

* 👕 Lint fix rules

* 👕 Lint fix rules

* fix: Updated imports to use @n8n_io/riot-tmpl

* fix: Fixed Logger.ts types.

*  Fix mixmatch of filename and package.json credentials list

*  fix mixmatch in nodes list

* feat(core): Give access to getBinaryDataBuffer in preSend method

*  clean up mixmatches in node naming

* ♻️ Refactor code to use newly exposed getBinaryDataBuffer method

*  Improvements

* 🔥 Remove unnecessary lines

* 👕 Fix linting issues

*  Fix issues with up to date APIs and improve readability

*  update naming of files

* ♻️ Move sendHtml boolean above subject
♻️ Update naming from Parameters to Fields

* ♻️ Move sendHtml boolean above subject
♻️ Update naming from Parameters to Fields

* ♻️ Add attribute name url encoding
♻️ Change limit's default to 50

*  Fix default for templateId

*  Fix display name for attribute list

* ♻️ Add clarity to attribute value display name

* ♻️ Add tags and attachments for emails

* ♻️ Add use of item's binary data fileName

* 👕 Fix action lint rule

* 👕 Remove deprecated lint rule

* ⬆️ Update eslint-plugin-n8n-nodes-base

* 👕 Fix lint rule for file name

*  Fix update attribute

* ♻️ Add upsert capabilites

* 🔥 Remove create or update operation

* ♻️ Add sendInBlueWebhookApi namespace

* ♻️ Add Webhook API functionality

*  Add SendInBlue Trigger

*  Return correct webhookId data

*  Add placeholder for receiving data

* 👕 Fixing existing linting issues

* 🚨 Enable namespacing in tslint file

* 👕 Fix linting issues

*  Rename exported WebhookApi

* 🔥 Remove unused Model.ts file

* ♻️ Update node to use SendInBlue namespace

*  Revert back to allowing upsert functionality

* ♻️ Fix options to better describe events

* Remove update flag for create operation

* ♻️ Fix discrepancies for contact resource

* remove no-namespace lint rule

* 👕 Fix linting issues

* ♻️ Add sendInBlueWebhookApi namespace

* ♻️ Add Webhook API functionality

*  Add SendInBlue Trigger

*  Return correct webhookId data

*  Add placeholder for receiving data

* 👕 Fix linting issues

*  Rename exported WebhookApi

* ♻️ Fix options to better describe events

* Add optionswithuri import that was lost

*  Fix details from janober's review

*  Fix order of displayName and name properties

*  Fix default value and improve loadOptions

*  Introduce support for comma separated attribute values

*  Introduce support for comma separated attribute values

* 👕 Fix linting issues

* Update defaults and required props

*  Fix copy paste issue Upsert was not using correct endpoint

*  Fix upsert email field display name

*  Last update, upsert email description

*  Add PostReceived type limit

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-08-03 18:08:51 +02:00
..
ActionNetwork refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ActiveCampaign refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
AcuityScheduling refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Affinity refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
AgileCrm refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Airtable refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Amqp refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ApiTemplateIo refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Asana refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Automizy refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Autopilot refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Aws refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
BambooHr refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Bannerbear refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Baserow refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Beeminder refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Bitbucket refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Bitly refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Bitwarden refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Box refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Brandfetch refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Bubble refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Cal refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Calendly refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Chargebee refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
CircleCi refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Cisco/Webex refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Clearbit refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ClickUp refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Clockify refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Cockpit refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Coda refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
CoinGecko refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Compression refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Contentful refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ConvertKit refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Copper refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Cortex refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
CrateDb refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Cron refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Crypto refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
CustomerIo refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
DateTime refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
DeepL refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Demio refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Dhl refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Discord refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Discourse refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Disqus refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Drift refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Dropbox refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Dropcontact refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
EditImage refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Egoi refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Elastic refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
EmailReadImap refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
EmailSend refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Emelia refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ERPNext refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ErrorTrigger refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Eventbrite refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ExecuteCommand refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
ExecuteWorkflow refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Facebook refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Figma refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
FileMaker refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Flow refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
FormIo refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Formstack refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Freshdesk refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Freshservice refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
FreshworksCrm refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Ftp refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
Function refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
FunctionItem refactor: Format nodes-base package (A-F) (#3800) 2022-08-01 22:47:55 +02:00
GetResponse feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
Ghost fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Git refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Github 👕 Fix lint issue 2022-07-13 10:38:12 +02:00
Gitlab feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
Google Make multiple commands cross-platform (#3733) 2022-07-20 10:14:12 +02:00
Gotify refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
GoToWebinar fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Grafana feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
GraphQL feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Grist fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Gumroad refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
HackerNews feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
HaloPSA fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Harvest fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
HelpScout fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
HomeAssistant fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
HtmlExtract feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
HttpRequest feat(Shopify Node): Add OAuth support (#3389) 2022-07-15 10:36:01 +02:00
Hubspot fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
HumanticAI feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Hunter refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
ICalendar refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3624) 2022-07-04 11:12:08 +02:00
If refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
Intercom fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Interval refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3624) 2022-07-04 11:12:08 +02:00
InvoiceNinja fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
ItemLists feat(Item List Node): Add operation for creating array from input items (#3149) 2022-07-27 16:19:50 +02:00
Iterable fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Jenkins fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Jira fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
JotForm fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Kafka feat(Kafka Trigger Node): Add additional options (#3600) 2022-07-27 17:00:39 +02:00
Keap fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Kitemaker fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
KoBoToolbox fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Lemlist fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Line feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Linear fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
LingvaNex fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
LinkedIn fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
LocalFileTrigger refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
Magento fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Mailcheck refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Mailchimp feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
MailerLite fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Mailgun refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3243) 2022-05-06 23:01:25 +02:00
Mailjet fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Mandrill fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Markdown refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
Marketstack 👕 Fix lint issue 2022-07-13 10:38:12 +02:00
Matrix fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Mattermost fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Mautic fix(Mautic Node): Fix authentication issue (#3761) 2022-07-24 18:10:26 +02:00
Medium fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Merge refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3432) 2022-06-03 19:23:49 +02:00
MessageBird feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Metabase feat(Metabase Node): Add Metabase Node (#3033) 2022-07-26 14:43:36 +02:00
Microsoft fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Mindee feat(Mindee Node): Add support for new version (#3596) 2022-07-20 13:45:25 +02:00
Misp fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Mocean feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
MondayCom fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
MongoDb refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
MonicaCrm fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
MoveBinaryData feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
MQTT refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
Msg91 feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
MySql refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
N8nTrainingCustomerDatastore refactor: Apply more nodelinting rules (#3324) 2022-05-20 23:47:24 +02:00
N8nTrainingCustomerMessenger refactor: Apply eslint-plugin-n8n-nodes-base autofixable rules (#3174) 2022-04-22 18:29:51 +02:00
N8nTrigger feat(editor): Improve trigger panel (#3509) 2022-06-20 12:39:24 -07:00
Nasa feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Netlify fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
NextCloud feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
NocoDB feat(NocoDB Node): Add support v0.90.0+ (#3146) 2022-08-03 12:57:57 +02:00
NoOp Update Codex files (#2797) 2022-02-11 13:20:42 +01:00
Notion feat(Notion Node): Allow to ignore Notion URL properties if empty (#3564) 2022-07-20 13:34:52 +02:00
Odoo fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
OneSimpleApi refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Onfleet fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
OpenThesaurus refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
OpenWeatherMap feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Orbit fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Oura refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Paddle fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
PagerDuty fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
PayPal fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Peekalink refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Phantombuster fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
PhilipsHue fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Pipedrive fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Plivo refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
PostBin refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Postgres refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
PostHog refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Postmark refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
ProfitWell fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Pushbullet fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Pushcut fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Pushover fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
QuestDb refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
QuickBase fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
QuickBooks fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
RabbitMQ refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3624) 2022-07-04 11:12:08 +02:00
Raindrop fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
ReadBinaryFile feat(core): Add support for pairedItem (beta) (#3012) 2022-06-03 17:25:07 +02:00
ReadBinaryFiles feat(core): Add support for pairedItem (beta) (#3012) 2022-06-03 17:25:07 +02:00
ReadPdf refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
Reddit refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Redis 👕 Fix lint issue 2022-07-13 10:38:12 +02:00
RenameKeys feat(Rename Node): Add regex replace (#2576) 2022-07-10 12:43:13 +03:00
RespondToWebhook refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3432) 2022-06-03 19:23:49 +02:00
Rocketchat fix(Fix Rocketchat Node): Fix authentication issue (#3778) 2022-07-27 10:46:25 +02:00
RssFeedRead refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3243) 2022-05-06 23:01:25 +02:00
Rundeck feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
S3 feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Salesforce fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Salesmate fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
SeaTable fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
SecurityScorecard refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Segment refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
SendGrid feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
SendInBlue feat(SendInBlue Node): Add SendInBlue Regular + Trigger Node (#3746) 2022-08-03 18:08:51 +02:00
Sendy feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
SentryIo fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
ServiceNow fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Set refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
Shopify feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
Signl4 feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Slack fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Sms77 feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
Snowflake refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
SplitInBatches refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
Splunk fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Spontit refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Spotify refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
SpreadsheetFile feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
SseTrigger refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3243) 2022-05-06 23:01:25 +02:00
Ssh feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Stackby feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Start feat(editor): Improve trigger panel (#3509) 2022-06-20 12:39:24 -07:00
StickyNote refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3432) 2022-06-03 19:23:49 +02:00
StopAndError refactor: Apply eslint-plugin-n8n-nodes-base autofixable rules (#3174) 2022-04-22 18:29:51 +02:00
Storyblok fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Strapi feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Strava refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Stripe feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
Supabase fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
SurveyMonkey fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Switch refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
SyncroMSP feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Taiga fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Tapfiliate fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Telegram feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
TheHive feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
TimescaleDb refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Todoist fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Toggl refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3534) 2022-06-20 07:54:01 -07:00
TravisCi refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Trello feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Twake fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Twilio feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Twist fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Twitter fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Typeform feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
UnleashedSoftware refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Uplead refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
UProc refactor: Apply more eslint-plugin-n8n-nodes-base rules (#3624) 2022-07-04 11:12:08 +02:00
UptimeRobot refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
UrlScanIo feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
utils refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3432) 2022-06-03 19:23:49 +02:00
Vero refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Vonage refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Wait fix: Fix issue with required optional parameters (#3597) 2022-06-25 21:01:27 -07:00
Webflow fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Webhook feat(editor): Improve trigger panel (#3509) 2022-06-20 12:39:24 -07:00
Wekan fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Wise fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
WooCommerce feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
Wordpress fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Workable fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
WorkflowTrigger fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
WriteBinaryFile feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Wufoo fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Xero fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Xml feat: Add item information to more node errors (#3681) 2022-07-12 17:51:01 +02:00
Yourls refactor: Add action to all operations on all nodes (#3655) 2022-07-10 23:50:51 +03:00
Zammad fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Zendesk fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Zoho fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00
Zoom feat: Add more credentials tests (#3668) 2022-07-15 16:20:41 +02:00
Zulip fix: Fix broken links in nodes (#3716) 2022-07-14 22:05:11 +02:00