Commit graph

22 commits

Author SHA1 Message Date
Jan Oberhauser 889267ebb6 👕 Fix lint issue 2020-10-28 23:14:09 +01:00
Ricardo Espinoza 0b1688caf4
Feature/salesforce jwt bearer (#1082)
* Salesforce - OAuth 2.0 JWT Bearer Flow for Server-to-Server Integration

*  Small improvements

*  Small fix

Co-authored-by: Craig McElroy <craig@mcelroyfamily.com>
2020-10-28 23:07:35 +01:00
Jan Oberhauser 66bfcca63f 🐛 Fix issue with IF&Switch node for undefined expressions #1099 2020-10-26 09:43:01 +01:00
Jan Oberhauser 40c2acd77b 👕 Fix lint issue 2020-10-22 15:46:03 +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
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 69a71c6eee Optimize integration icons 2020-10-13 09:12:39 +02:00
Jan Oberhauser fe802c8f76 👕 Fix built issue by fixing lint issues 2020-10-01 15:18:47 +02:00
Ricardo Espinoza d64c767ebd
Salesforce (#932)
* fix salesforce error while get all using nextRecordsUrl

The uri for using nextRecordsUrl to get all data in salesforce node is error. The right usage is fixed in this pr.

*  Small changes

* :zap Small fix

Co-authored-by: YErii <yeriime@outlook.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-09-06 21:31:55 +02:00
Ricardo Espinoza 5a0e356ab6
Sfdc (#933)
* add sfdc user node interface

* add sfdc user node description for get method

* sfdc user node getall

* sfdc user node support limit

* sfdc user node support options

* sfdc user node update user operations

* sfdc add usr node query logic

*  Small improvements

Co-authored-by: YErii <yeriime@outlook.com>
2020-09-06 21:27:24 +02:00
Jan Oberhauser d2f6bd7e42 👕 Fix lint issue 2020-09-01 09:22:41 +02:00
YErii 1727b4626b
🐛 Fix possible request problem on Salesforce-Node (#894)
As mentioned in this [doc](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_query.htm), sfdc use query string to represent a SOQL query. It may get error response in some environment if we provide the body param such as sandbox env.
2020-08-27 08:23:02 +02:00
YErii 9fd69bb350 Improve logic on Salesforce node (#895)
`if (some_value) { ... }` may lose some falsy values such as `null` `''` `false`. We should only ignore undefined value in request param.
2020-08-27 08:17:14 +02:00
YErii 4b8c6147d3
🐛 Update salesforce node's get subdomain function (#834)
Original function will not match subdomains like `https://a.b.c.salesforce.com` and use regular expression to get the subdomain.
2020-08-26 22:54:00 +02:00
Jason 6cbe59f686
Fixed spelling mistakes (#814)
* Fixed spelling mistakes

* Fixed spelling

* Edited spelling mistakes
2020-08-04 11:35:28 +02:00
Jean Baptiste Noblot e863254272
👕 replace coma in semicolon when end of line (#802) 2020-07-30 11:35:36 +02:00
shraddha shaligram b95e3464a4 add meeting functionality 2020-06-22 11:51:15 -07:00
ricardo af3d799e5c Oauth1 support and Twitter node 2020-06-01 20:42:44 -04:00
Jan Oberhauser f64a1a9bf1 Minor improvements zu Salesforce-Node 2020-02-12 22:35:56 -08:00
Ricardo Espinoza 2eaeb4f4c2 salesforce node 2020-02-10 15:55:28 -05:00