Jan Oberhauser
6b3b4e5a2a
🐛 Fix node name
2021-03-04 12:54:42 +01:00
Iván Ovejero
7be61e2f23
✨ Add Lemlist node ( #1506 )
...
* 🎉 Register node and credentials
* ⚡ Add credentials file
* 🎨 Add SVG icon
* ⚡ Add generic functions file
* ⚡ Add preliminary node stub
* ⚡ Add resource description stubs
* ⚡ Extract get CSV from getAll
* ⚡ Implement lead:create
* ⚡ Implement all lead operations
* ⚡ Implement unsubscribe:create and delete
* ⚡ Preload campaigns
* 🔥 Remove logging
* 🔥 Remove operation per feedback
* 🎨 Prettify error message
* ⚡ Implement unsubscribe:getAll
* ⚡ Add trigger and small improvements
* ⚡ Minor improvement and fixes
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-04 10:25:47 +01:00
Iván Ovejero
c49fcdeed6
✨ Add Bubble.io Node ( #1493 )
...
* 🎉 Register node and credentials
* 🎨 Add SVG icon
* 🎨 Fix SVG icon size and positioning
* ⚡ Add API credentials
* ⚡ Add description for object
* ⚡ Add generic functions
* ⚡ Add preliminary node
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-04 01:09:31 +01:00
MedAliMarz
f0a83e5ca5
🐛 Fix parsing response issue when uploading file (Dropbox) ( #1502 )
2021-03-03 08:20:24 +01:00
Jan Oberhauser
79aab5c692
⚡ Changed labels on IF & Switch for DateTime
2021-03-03 00:17:51 +01:00
Jan Oberhauser
94351c54df
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-03-03 00:00:54 +01:00
Jan Oberhauser
f900c4d058
⚡ Fix HelpScout icon name
2021-03-02 23:57:11 +01:00
Agata M
09659986db
🐛 Fix(GoogleDrive): missing permissions field ( #1503 )
2021-03-02 12:54:42 +01:00
MedAliMarz
e9bd518592
🐛 Fix Gmail label filters ( #1499 )
...
* Change array format in the qs stringify options
* Fix lint
2021-03-02 12:47:53 +01:00
Jan Oberhauser
44100dc675
⚡ Fix bug in HTTP Request node with raw data and file response
2021-03-02 10:18:39 +01:00
Ricardo Espinoza
f13a2781a6
🐛 Fix issue sending tags when creating a conversation (HelpScout) ( #1501 )
2021-03-01 23:38:22 +01:00
Iván Ovejero
307860b21a
✨ Add APITemplate.io node ( #1497 )
...
* Add support for APITemplate.io
* ⚡ Refactor node
* 👕 Fix lint issues
* ⚡ Improvements
* ⚡ Fix ApiTemplateIo Node
* ⚡ Add placeholder
Co-authored-by: Jacky Tan Boon Kiat <bktan@apitemplate.io>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-01 13:12:37 +01:00
Ricardo Espinoza
725b3eb408
🐛 Add the right scopes to Gmail service account authentication. ( #1481 )
...
* fix: request gmail scope instead of books
* ⚡ Small improvement to #1427
* ⚡ Add svg logo
Co-authored-by: Josh <jojo.parillon@gmail.com>
2021-02-28 17:27:52 +01:00
Jan Oberhauser
402da3d53e
👕 Fix lint issue
2021-02-27 13:06:13 +01:00
Jan Oberhauser
17fb31920e
✨ Add DateTime support to IF and Switch-Node
2021-02-27 12:54:45 +01:00
Ricardo Espinoza
85703a8bf7
🐛 Fix issue when refreshing OAuth2 credentials (Hubspot) ( #1489 )
2021-02-25 08:05:52 +01:00
Ricardo Espinoza
61903efaed
✨ Add field to reply to message - Microsoft Team ( #1479 )
...
* Add replyTo feature to Microsoft Teams
* consolidate create and replyTo channel message in Microsoft Teams Node
* ⚡ Improvements to #1451
Co-authored-by: Sebastian Vogel <s.vogel@sachsenkabel.de>
2021-02-24 23:58:35 +01:00
Ricardo Espinoza
66f6b7dfeb
🐛 Add back missing field parents id on Google Drive ( #1487 )
2021-02-24 23:33:06 +01:00
Jan Oberhauser
cc118c24d5
🐛 Fix GoToWebinar node name
2021-02-22 14:22:54 +01:00
Iván Ovejero
9dba8b866a
✨ Add Raindrop node ( #1464 )
...
* ⚡ Register node and credentials
* ✨ Implement OAuth2 flow
* 🎨 Add SVG icon
* ⚡ Add preliminary node stub
* ⚡ Add preliminary generic functions
* ⚡ Add resource description stubs
* ✨ Implement collection:getAll
* ✨ Implement collection:get
* ✨ Implement collection:create
* ✨ Implement collection:delete
* ✨ Implement collection:update
* ✨ Implement raindrop:create
* ✨ Implement raindrop:delete and update
* ✨ Implement user:get
* ⚡ Improvements
* 🎨 Touch up resource descriptions
* 🎨 Rename resource description files
* ⚡ Remove params for uneditable properties
* ⚡ Remove unneeded success response assignment
* ⚡ Update raindrop params
* ⚡ Minor improvements
* ⚡ Small improvement
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-22 13:11:51 +01:00
Iván Ovejero
0dcaccefa7
✨ GoToWebinar node ( #1422 )
...
* Create scaffolding for node
* Add SVG logo
* Create scaffolding for generic functions
* Add index for descriptions
* Simplify retrieval of details
* Introduce minor fixes in generic functions
* Add attendee description
* Fix attendee description operation
* Add coorganizer description
* Add panelist description
* Add registrant description
* Add session description
* Add webinar description
* Register node and credentials
* Add scaffolding for credentials
* Minor creds fixes
* Fix SVG icon size and position
* Fix capitalization in description
* Fix credentials connection
* Add attendee fields
* Populate webinar description
* Remove organizer key from params
* Add timezones array constant
* Implement webinar:create
* Implement webinar:delete
* Convert times to fixed collection
* Add missing segments to endpoints
* Fix webinar:update operation
* Implement all-items request
* Add params for session:getAll
* Add params for webinar:getAll
* Implement session:getAll and webinar:getAll
* Implement session:get and session:getDetails
* Implement coorganizer:create
* Implement coorganizer:delete
* Implement coorganizer:getAll
* Implement coorganizer:delete
* Refactor time range for getAll operations
* Implement coorganizer:reinvite
* Implement panelist:create and panelist:getAll
* Implement panelist:delete and panelist:reinvite
* Remove array body helper types
* Implement registrant:create and registrant:getAll
* Implement registrant:delete
* Prettify error handling
* Add returnAll toggle and limit for all operations
* Preload webinars
* Preload webinar key in more fields
* Refactor getAll as handler
* Add descriptions for session
* Add descriptions for attendee
* Add descriptions for co-organizer
* Add descriptions for panelist
* Add descriptions for registrant
* Add descriptions for webinar
* Add 403 check for refresh token
* Fix defaults for webinar loader
* Add descriptions for webinar types
* ⚡ Improvements
* Remove unneeded return type annotation
* Add handler for continue on fail
* Remove 403 check in error handler
The Go To Webinar API returns 403 for a range of various errors, so this check ended up overriding more specific error messages not related to 403 Forbidden errors.
* Remove logging
* ⚡ Small improvement
* ⚡ Minor improvements
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-22 08:49:00 +01:00
Ricardo Espinoza
25dffd9904
✨ Add rrule parameter to Google Calendar Node ( #1460 )
2021-02-21 22:04:00 +01:00
Jan Oberhauser
5e923eb002
👕 Fix lint issue
2021-02-21 21:51:39 +01:00
Jan Oberhauser
a678968193
🔀 Merge branch 'telegram-send-location' of https://github.com/maxdanilov/n8n into maxdanilov-telegram-send-location
2021-02-21 21:45:59 +01:00
Harshil Agrawal
a51975c11f
✨ Add node codex files ( #1465 )
2021-02-21 21:42:15 +01:00
Iván Ovejero
b655153431
✨ Add user resource and operations to Jira ( #1448 )
...
* Add user resource and operations
* Update user resource description
* ⚡ Small improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-02-21 11:00:27 +01:00
Ricardo Espinoza
13e76e33e8
⚡ Add text detection operation to AWS Rekognition ( #1417 )
2021-02-21 10:47:34 +01:00
Iván Ovejero
4d4ab7943b
✨ Add Emelia nodes ( #1455 )
...
* Emelia node added
* Minor improvements on Emelia nodes
* Fix nodes and credentials listing
* Fix multi-line imports
* Apply cosmetic changes to node description
* Apply cosmetic changes to node execute method
* Fix linting details
* Apply cosmetic changes to trigger node
* Replace PNG with SVG icon
* Bring generic functions in line with codebase
* Refactor resources and add operations
* Fix typo in GraphQL call function
* Add campaign description
* Add contact list description
* ⚡ Improvements
* ⚡ Minor improvements to Emelia Nodes
Co-authored-by: Charles LECALIER <clecalie@student.42.fr>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-20 21:12:55 +01:00
Iván Ovejero
4dce9e2cd1
✨ Add Bitwarden node ( #1401 )
...
* Update package.json
* Add first implementation of credentials
* Add Bitwarden SVG file
* Add first implementation of generic functions
* Add scaffolding for resources and operations
* Fill in events, groups and members
* Fill in organizations and policies
* Add collection description
* Clean up credentials params
* Implement collection:update
* Add event description
* Add group description
* Add member description
* Complete all descriptions
* Remove OAuth2 from credentials name
* Prevent excessive access token retrievals
* Complete collection:update
* Refactor getAll operations
* Add group:getAll
* Add group:create
* Add group:update
* Add group:updateMembers
* Add user:create
* Add member:updateGroups
* Remove organization resource
* Remove policy resource
* Add member:update
* Reposition divider comments
* Refactor resource loaders
* Document generic functions
* Refactor returnAll and limit
* Introduce minor improvements
* ⚡ Improvements
* ⚡ Minor improvements
* ⚡ Remove not needed code
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-20 18:55:57 +01:00
Jan
7df9694b3c
🐛 Fixes error responses & replaced executeSingle in Rocketchat node ( #1367 ) ( #1369 )
...
* 🐛 Fixes issue handling error responses in Rocketchat node (#1367 )
* ⚡ Minor improvements on Rocketchat Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-19 13:34:46 +01:00
Jan Oberhauser
58353d6b8c
👕 Fix lint issue
2021-02-19 13:33:47 +01:00
Maxim Danilov
c26d0ae407
✨ Add send location functionality to Telegram Node
2021-02-19 12:33:20 +01:00
Iván Ovejero
bbf2baf58e
✨ Add Reddit post search ( #1453 )
...
* Make execute method dividers consistent
* Implement post:search
* Add params for post:search
* ⚡ Small improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-02-18 12:46:22 +01:00
lublak
118b754449
⚡ Make it possible to sort your added values ( #1425 )
2021-02-15 09:53:19 +01:00
Ricardo Espinoza
c1ddb6c000
✨ Add Checklist createItem functionality to Trello Node ( #1444 )
...
* Add Trello Checklist createItem functionality
* 💄 Small cosmetic change to #1433
Co-authored-by: Nicolas Antoniazzi <nicolas@codingame.com>
2021-02-15 09:42:41 +01:00
Ricardo Espinoza
19412b6025
🐛 Fix bug with Google Drive node ( #1443 )
...
* 🐛 Fix bug with Google Drive node
The bug did not let the user to select the fields he wanted the API to return in the resources Folder and File.
* ⚡ Change default to not break anything and hide not needed options
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-15 09:02:47 +01:00
Jan Oberhauser
4b8b08450f
⚡ Fix typo
2021-02-14 21:17:47 +01:00
Ricardo Espinoza
bb794b6da3
✨ Add PostHog Node ( #1440 )
...
* ✨ PostHog Node
* ⚡ Minor improvements to PostHog Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-14 17:56:34 +01:00
Tanay Pant
53693886df
✨ Add Demio node ( #1434 )
...
* ✨ Add Demio node
* ⚡ Improvements
* ⚡ Minor improvement on Demio-Node
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-13 17:46:35 +01:00
Iván Ovejero
5baa31b053
✨ Add QuickBooks node ( #1365 )
...
* Add OAuth2 credentials
* Adjust credentials params
* Add node to listing
* Add initial node scaffolding
* Remove unused credentials params
* Add customer search with select statement
* Add pagination to customer search
* Add customer creation functionality
* Add customer update functionality
* Small formatting fix
* Adjust property name casing for consistency
* Adjust customer operations for consistency
* Handle large QuickBooks listings
* Add initial estimate resource description
* Add estimate resource retrieval operations
* Refactor customer billing address
* Simplify customer billing address
* Fix casing for customer additional fields
* Adjust types to accommodate loadOptions functions
* Add loadOptions for customers to estimate
* Sort customer update fields alphabetically
* Refactor estimate line into standalone file
* Add stub for PDF retrieval operation
* Add invoice resource description and execute branches
* Implement estimate PDF download functionality
* Place descriptions in their own dir
* Add get and getAll for invoices
* Add send functionality to invoices
* Refactor handling of binary data
* Add invoice voiding functionality
* Add invoice deletion functionality
* Refactor resources into subdirs and add interfaces
* Add get and getAll for bill
* Add payment description
* Add get and getAll for payment
* Make variables in endpoints consistent
* Refactor interfaces for consistency
* Add interface for item resource
* Fill in fields for all resources
* Minor fixes in defaults and descriptions
* Refactor loader
* Add all resources to execute function
* Fix line property duplication
* Add get and getAll for vendor
* Optimize description imports
* Add creation for customer and bill
* Add update operation for bill
* Refactor create and update for customer
* Implement employee create and update
* Implement create and update for estimate
* Make address params more consistent
* Add create and update to payment
* Add item operations
* Add create and delete operations for invoice
* Refactor binary data handler
* Refactor generic functions
* Add create and update operations for vendor
* Fix build
* Fix total amount in bill:update
* Fix balance in bill:update
* Remove currency from bill:update
* Implement reference retrieval in bill:update
* Fix failing params in customer:update
* Fix param in employee:update
* Implement reference retrieval in estimate:update
* Fix failing params in estimate:update
* Fix failing params in invoice:update
* Fix failing param in vendor:update
* Implement reference retrieval in payment:update
* Remove unused interfaces
* Rename line property function
* Remove hared directory
* Refactor reference and sync token retrieval
* Fix line structure in bill:create
* Fix line structure in estimate:create
* Flatten responses
* Refactor line processing
* Remove unused interfaces
* Add endpoint documentation
* Fix payment:void content type
* Fix default for bill line item
* Hide auth URI query parameters
* Hide auth header parameter
* Add switch for credentials environment
* Adjust OAuth2 callback to accommodate realmId
* Retrieve realmId from OAuth2 flow
* ⚡ Improvements
* Reposition dividers
* Add IDs to display names of reference fields
* Add estimate:delete and bill:delete
* Load items in lines for bill, estimate and invoice
* Add filename for binary property in PDF download
* ⚡ Improvements
* Adjust field description
* Implement estimate:send
* Adjust field description
* Adjust custom field descriptions
* Add missing period to description
* ⚡ Minor improvements on QuickBooks-Node
* Add descriptions for bill
* Add descriptions for customer
* Add descriptions for employee
* Add descriptions for estimate
* Add descriptions for invoice
* Add descriptions for payment
* Add descriptions for vendor
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-13 17:27:08 +01:00
Jan Oberhauser
9c67c893e7
⚡ Change description of Stackby-Node
2021-02-08 18:44:53 +01:00
Ricardo Espinoza
894a4b950a
⚡ Add resource Custom Verification Email to AWS SES ( #1405 )
...
* ⚡ Add resource Custom Verification Email to AWS SES
* ⚡ Minor improvements to AWS SES Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-08 00:02:10 +01:00
Ricardo Espinoza
ba7c35dbf5
✨ Add Amazon Comprehend Node ( #1415 )
...
* ✨ Add Amazon Comprehend node
* ⚡ Improvements to #1413
Co-authored-by: Rei Maruyama <rei.maruyama@serverworks.co.jp>
2021-02-07 23:42:59 +01:00
Ricardo Espinoza
60a2cff284
✨ Add GetResponse Trigger ( #1412 )
...
* ✨ GetResponse Trigger
* ⚡ Minor improvements to GetResponse
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-07 23:32:12 +01:00
Tanay Pant
bf46620b52
✨ Add Peekalink node ( #1411 )
...
* ✨ Add Peekalink node
* ⚡ Small improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-02-07 21:44:20 +01:00
Ricardo Espinoza
7c2755c970
⚡ Add task resource to Microsoft Team Node ( #1403 )
...
* ⚡ Add task resource to Microsoft Team Node
* ⚡ Minor improvement on Microsoft Team Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-07 21:39:39 +01:00
Jan Oberhauser
4150ae00c7
⚡ Optimize Stackby-Icon
2021-02-07 17:39:57 +01:00
Ricardo Espinoza
3293e6207f
✨ Add Stackby Node ( #1414 )
...
* 🎉 Initial commit for stackby nodes
* 👕 Adding values into package.json
* ⚡ Improvements to #1389
* ⚡ Minor improvements to Stackby-Node
* 👕 Fix lint issue
Co-authored-by: Smit Parmar <16ce061@charusat.edu.in>
Co-authored-by: Smit Parmar <30971669+smituparmar@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-07 17:38:37 +01:00
Romain Dunand
2d8fe3a4a5
🐛 Fix script list parsing on Filemaker Node( #1342 )
...
Scripts in sub folders where not detected
2021-02-06 16:42:07 +01:00
Iván Ovejero
58c9a92e38
🐛 Fix Google Drive delete and share ( #1384 )
...
* Fix condition that never evaluated to true
* Fix missing permissions for folder:share
2021-02-06 16:12:30 +01:00