Commit graph

1294 commits

Author SHA1 Message Date
Jan Oberhauser d827749c1e 🐛 Fix HTTP-Request multipart-form-data/raw bug 2020-10-16 16:05:32 +02:00
Jan Oberhauser a582851271 Remove unnecessary code 2020-10-16 11:16:45 +02:00
Jan Oberhauser f3b92a8502 Sort options on Salesforce-Node 2020-10-16 11:13:04 +02:00
Ricardo Espinoza 86d5681517
Add salesforce custom objects and custom fields (#1061) 2020-10-16 10:27:09 +02:00
Jan Oberhauser b40dec3e4a Additional fix to AWS SNS Trigger 2020-10-15 23:23:54 +02:00
Ricardo Espinoza ecb77926a4
🐛 AWS SNS Trigger bug #1058 (#1064) 2020-10-15 23:23:38 +02:00
Ricardo Espinoza 46ccff98cf
🐛 Fix AWS SES template bug #1060 (#1062) 2020-10-15 23:07:26 +02:00
Tulir Asokan ea328e56cd
Add support for specifying Matrix homeserver URL (#1065) 2020-10-15 23:01:07 +02:00
Jan Oberhauser 046873e66b 🐛 Fix Google Sheets update bug with spaces 2020-10-15 13:28:31 +02:00
Jan Oberhauser 8f84cbcbce 🐛 Fix default parameters on Automizy-Node 2020-10-15 12:07:06 +02:00
Jan Oberhauser a4689fef8c Add GMail email id to messages with format "resolved" 2020-10-15 10:41:47 +02:00
Jan Oberhauser 3ba050819a Fix issue that it did set not supported parameters 2020-10-15 08:01:30 +02:00
Ricardo Espinoza 3ed344b7f2
Feature/salesforce flow (#1041)
* Add handling of autolaunched flows to Salesforce node.  Input variables can be either raw JSON or added via UI.

*  Improvements to #1038

* fix issue when setting variables from the ui

Co-authored-by: Craig McElroy <craig@mcelroyfamily.com>
2020-10-14 08:45:39 +02:00
Jan Oberhauser 34503e1ce7 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2020-10-13 23:16:39 +02:00
Jan Oberhauser 443cef4de3 Small improvements to Pipedrive-Node 2020-10-13 23:07:45 +02:00
Robarelli 75e4086f6b
Add additional parameters to Pipedrive getAll for Notes (#1027)
* Add additional parameters to Pipedrive notes getAll

* use existing addAdditionalFields for merging additional fields into the query string
2020-10-13 23:07:21 +02:00
Jan Oberhauser e19c83eca9 Merge branch 'master' of https://github.com/Robarelli/n8n 2020-10-13 23:02:39 +02:00
Jan Oberhauser 97d1f46a14 Improvements to Automizy-Node 2020-10-13 21:39:36 +02:00
Ricardo Espinoza 719a30350c
Add Automizy-Node (#1039)
*  Automizy-Node

*  Small improvement
2020-10-13 21:35:01 +02:00
Ricardo Espinoza 1e275b188d
Small fix on AWS SES-Node (#1049) 2020-10-13 15:05:09 +02:00
Jan Oberhauser d3a52297f2 Small improvements to Wekan-Node 2020-10-13 13:01:34 +02:00
Jan Oberhauser 23e0c08b1c 👕 Fix lint issue 2020-10-13 13:00:41 +02:00
Ricardo Espinoza b6f566fc61
Add Wekan-Node (#1043)
* Add Wekan node

* :zap Improvements to #1026

*  Small improvements

Co-authored-by: Dokime <jnau5@yahoo.com>
2020-10-13 13:00:14 +02:00
Ricardo Espinoza 7f33ff8c3c
Add share operation to OneDrive Node (#1044) 2020-10-13 11:08:07 +02:00
Jan Oberhauser 6c6e7625b9 👕 Fix lint issue 2020-10-13 11:07:16 +02:00
Jan Oberhauser 645aeb2a1b Rename displayName of parameter on Function-Nodes 2020-10-13 11:05:56 +02:00
Jan Oberhauser 844d257c25 Fix and improvements on Sendy-Node 2020-10-13 10:48:46 +02:00
Ricardo Espinoza 6098384a30
Add Sendy-Node (#1013)
*  Sendy-Node

*  Improvements

*  Small improvement
2020-10-13 10:48:20 +02:00
Jan Oberhauser 6f98caf748 Small improvement to AWS-Rekognition integration 2020-10-13 09:33:19 +02:00
Ricardo Espinoza 49113a1988
Add AWS-Rekognition Node (#1047)
*  AWS-Rekognition Node

*  Small improvement
2020-10-13 09:29:47 +02:00
Jan Oberhauser 69a71c6eee Optimize integration icons 2020-10-13 09:12:39 +02:00
Jan Oberhauser d9d9c2fa7e Deactivate not properly "working" types on Vonage-Node 2020-10-13 08:57:06 +02:00
Ricardo Espinoza 0c820d80d2
Add Vonage-Node (#1033)
*  Vonage-Node

*  Improvements

*  fix issue with description
2020-10-13 08:56:24 +02:00
Jan Oberhauser 74aa731619 👕 Fix lint issue 2020-10-12 23:31:25 +02:00
Jan Oberhauser e98fa3356d Make it possible to define read-range on SpreadsheetFile-Node 2020-10-12 11:41:34 +02:00
Jan Oberhauser 7950c38f5a Remove link.fish integration 2020-10-12 10:20:32 +02:00
Jan 4573d503dc
Add matrix integration (#1046)
* Added Matrix integration node

* fix: Improve code quality and add new operation

- Changed operation names to match casing (all camelCase)
- Ordering operation names to be alphabetical
- Creating a read all operation to fetch all messages from a room
- Added node subtitle

* fix: add element index so that expressions work on multiple items

* feature: added possibility to upload and send media to Matrix

- Also replacing Promises.all() + Array.map() For a regular for as it messes up ordering

* refactor: merging upload + send Media in a single action

* refactor: improved code quality and endpoints

- Removed sync entirely as a better way to retrieve messages is now
implemeented
- Added rooms dropdown to operations
- Added option to paginate or retrieve all room messages
- Removed option to upload media from text contents. Only files are
accepted now
- Room members has bem moved from the Rooms resource to a standalone
with Get All operation

*  Small improvements

*  Added filters to get messages

*  Minor improvements to Matrix-Integration

Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-10-12 10:05:16 +02:00
Jan Oberhauser 0f998d52b8 Remove console.log 2020-10-11 18:35:56 +02:00
Ricardo Espinoza 214b2d19ac
Improvements on AWS SES Node (#1029)
*  Improvements

*  Remove unnecessary change
2020-10-11 18:34:05 +02:00
Jan Oberhauser edd2d39fb1 Minor improvements to ClickUp-Node 2020-10-10 19:12:19 +02:00
Ricardo Espinoza 15c0eae56d
Feature/clickup timetrackingv2 (#1010)
* Add clickup time tracking v2

- fixed one typo
- extended getAssignees with task related API call
- added all V2 API calls for time tracking
- marked old API calls as deprecated

*  Improvements to #1000

*  Small improvements

*  Small fix

Co-authored-by: Andreas Sawatzki <asawatzki@evomation.de>
2020-10-10 19:11:14 +02:00
Ricardo Espinoza c0b08c7fa6
Mindee: Add currency to simplified response (#1014) 2020-10-10 18:41:23 +02:00
Ricardo Espinoza abd85ed4b0
G Suite Node - remove duplicated field (#1037) 2020-10-10 18:39:26 +02:00
Rob Cunning 62afc8a2fd use existing addAdditionalFields for merging additional fields into the query string 2020-10-08 14:55:51 -06:00
Ricardo Espinoza 04cf86369d
🐛 Fix issue Pipedrive-Trigger bug #1018 (#1021) 2020-10-08 16:39:13 +02:00
Ricardo Espinoza cec264f8f4
🐛 Fix clickup bug #1025 (#1028) 2020-10-08 16:34:57 +02:00
Jan 98486902fb
Feature/mailchimp (#1017)
*  Add Campaign Resource with get all and send operation

*  Add Campaign Resource with get all and send operation

* 🚧 Add Get and Delete operation

*  Add Campaign resource to the mailchimp node

*  Improvements to #1015

*  Small improvement

Co-authored-by: Harshil <ghagrawal17@gmail.com>
2020-10-08 09:36:32 +02:00
Jan Oberhauser 97efc0b910 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2020-10-08 09:18:42 +02:00
Tobias Schulz-Hess 52c1cfbbde
Adding a language selection to the OpenWeatherMap API (#1023) 2020-10-08 08:40:22 +02:00
Rob Cunning 6f229f1f47 Add additional parameters to Pipedrive notes getAll 2020-10-08 00:25:57 -06:00