@bonsae/node-red-salesforce 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/README.md +126 -0
  2. package/examples/1-soql-query.json +103 -0
  3. package/examples/10-streaming-platform-events.json +73 -0
  4. package/examples/11-streaming-change-data-capture.json +73 -0
  5. package/examples/2-dml-create.json +106 -0
  6. package/examples/3-dml-read.json +83 -0
  7. package/examples/4-dml-update.json +83 -0
  8. package/examples/5-dml-delete.json +83 -0
  9. package/examples/6-describe.json +97 -0
  10. package/examples/7-apex-rest.json +99 -0
  11. package/examples/8-bulk-insert.json +63 -0
  12. package/examples/9-bulk-query.json +63 -0
  13. package/icons/salesforce-apex.png +0 -0
  14. package/icons/salesforce-bulk.png +0 -0
  15. package/icons/salesforce-connection.png +0 -0
  16. package/icons/salesforce-describe.png +0 -0
  17. package/icons/salesforce-dml.png +0 -0
  18. package/icons/salesforce-soql.png +0 -0
  19. package/icons/salesforce-streaming.png +0 -0
  20. package/index.d.ts +268 -0
  21. package/index.html +2 -0
  22. package/index.js +14 -0
  23. package/index.mjs +913 -0
  24. package/index.mjs.map +1 -0
  25. package/locales/de/index.html +226 -0
  26. package/locales/de/index.json +154 -0
  27. package/locales/en-US/index.html +226 -0
  28. package/locales/en-US/index.json +154 -0
  29. package/locales/es-ES/index.html +226 -0
  30. package/locales/es-ES/index.json +154 -0
  31. package/locales/fr/index.html +226 -0
  32. package/locales/fr/index.json +154 -0
  33. package/locales/ja/index.html +226 -0
  34. package/locales/ja/index.json +154 -0
  35. package/locales/ko/index.html +226 -0
  36. package/locales/ko/index.json +154 -0
  37. package/locales/pt-BR/index.html +226 -0
  38. package/locales/pt-BR/index.json +154 -0
  39. package/locales/ru/index.html +226 -0
  40. package/locales/ru/index.json +154 -0
  41. package/locales/zh-CN/index.html +226 -0
  42. package/locales/zh-CN/index.json +154 -0
  43. package/locales/zh-TW/index.html +226 -0
  44. package/locales/zh-TW/index.json +154 -0
  45. package/package.json +52 -0
  46. package/resources/index.CfTW8fjc.js +1 -0
@@ -0,0 +1,226 @@
1
+ <script type="text/html" data-help-name="salesforce-connection">
2
+ <p>PKCEを使用したOAuth 2.0でSalesforce組織への接続を管理します。他のSalesforceノードに認証とトークン管理を提供します。</p>
3
+ <h3>プロパティ</h3>
4
+ <div style="overflow-x:auto">
5
+ <table width="100%" style="min-width:500px">
6
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th>デフォルト</th><th style="width:35%">説明</th></tr></thead>
7
+ <tbody>
8
+ <tr><td>ログインURL</td><td>loginUrl</td><td>string</td><td>はい</td><td><code>"https://login.salesforce.com"</code></td><td></td></tr>
9
+ <tr><td>クライアントID</td><td>clientId</td><td>string</td><td>はい</td><td><code>""</code></td><td></td></tr>
10
+ <tr><td>APIバージョン</td><td>apiVersion</td><td></td><td>はい</td><td><code>"62.0"</code></td><td></td></tr>
11
+ <tr><td>コールバックURL</td><td>callbackUrl</td><td>string</td><td>いいえ</td><td><code>""</code></td><td></td></tr>
12
+ </tbody>
13
+ </table>
14
+ </div>
15
+
16
+ <h3>認証情報</h3>
17
+ <div style="overflow-x:auto">
18
+ <table width="100%" style="min-width:500px">
19
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th>デフォルト</th><th style="width:35%">説明</th></tr></thead>
20
+ <tbody>
21
+ <tr><td>アクセストークン</td><td>accessToken</td><td>string</td><td>はい</td><td><code>""</code></td><td></td></tr>
22
+ <tr><td>リフレッシュトークン</td><td>refreshToken</td><td>string</td><td>はい</td><td><code>""</code></td><td></td></tr>
23
+ <tr><td>インスタンスURL</td><td>instanceUrl</td><td>string</td><td>はい</td><td><code>""</code></td><td></td></tr>
24
+ </tbody>
25
+ </table>
26
+ </div>
27
+ </script>
28
+ <script type="text/html" data-help-name="salesforce-soql">
29
+ <p>Salesforceに対してSOQLクエリを実行し、一致するレコードを返します。</p>
30
+ <h3>プロパティ</h3>
31
+ <div style="overflow-x:auto">
32
+ <table width="100%" style="min-width:500px">
33
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th>デフォルト</th><th style="width:35%">説明</th></tr></thead>
34
+ <tbody>
35
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>はい</td><td></td><td>Reference to salesforce-connection</td></tr>
36
+ <tr><td>クエリ</td><td>query</td><td>TypedInput</td><td>はい</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
37
+ </tbody>
38
+ </table>
39
+ </div>
40
+
41
+ <h3>入力</h3>
42
+ <div style="overflow-x:auto">
43
+ <table width="100%" style="min-width:500px">
44
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th style="width:35%">説明</th></tr></thead>
45
+ <tbody>
46
+ <tr><td>入力ペイロード</td><td>payload</td><td></td><td>はい</td><td></td></tr>
47
+ </tbody>
48
+ </table>
49
+ </div>
50
+
51
+ <h3>出力</h3>
52
+ <div style="overflow-x:auto">
53
+ <table width="100%" style="min-width:500px">
54
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th style="width:35%">説明</th></tr></thead>
55
+ <tbody>
56
+ <tr><td>クエリ結果レコード</td><td>payload</td><td>array</td><td>はい</td><td></td></tr>
57
+ <tr><td>一致するレコードの総数</td><td>totalSize</td><td>number</td><td>はい</td><td></td></tr>
58
+ <tr><td>すべてのレコードが取得されたかどうか</td><td>done</td><td>boolean</td><td>はい</td><td></td></tr>
59
+ </tbody>
60
+ </table>
61
+ </div>
62
+ </script>
63
+ <script type="text/html" data-help-name="salesforce-dml">
64
+ <p>SalesforceのSObjectに対して作成、読み取り、更新、削除、またはupsert操作を実行します。</p>
65
+ <h3>プロパティ</h3>
66
+ <div style="overflow-x:auto">
67
+ <table width="100%" style="min-width:500px">
68
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th>デフォルト</th><th style="width:35%">説明</th></tr></thead>
69
+ <tbody>
70
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>はい</td><td></td><td>Reference to salesforce-connection</td></tr>
71
+ <tr><td>操作</td><td>operation</td><td></td><td>はい</td><td><code>"create"</code></td><td></td></tr>
72
+ <tr><td>SObjectタイプ</td><td>sObjectType</td><td>TypedInput</td><td>はい</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
73
+ <tr><td></td><td>record</td><td>TypedInput</td><td>はい</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
74
+ <tr><td>外部IDフィールド</td><td>externalIdField</td><td>string</td><td>いいえ</td><td><code>""</code></td><td></td></tr>
75
+ </tbody>
76
+ </table>
77
+ </div>
78
+
79
+ <h3>入力</h3>
80
+ <div style="overflow-x:auto">
81
+ <table width="100%" style="min-width:500px">
82
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th style="width:35%">説明</th></tr></thead>
83
+ <tbody>
84
+ <tr><td>レコードデータまたはID</td><td>payload</td><td></td><td>はい</td><td></td></tr>
85
+ </tbody>
86
+ </table>
87
+ </div>
88
+
89
+ <h3>出力</h3>
90
+ <div style="overflow-x:auto">
91
+ <table width="100%" style="min-width:500px">
92
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th style="width:35%">説明</th></tr></thead>
93
+ <tbody>
94
+ <tr><td>操作結果</td><td>payload</td><td></td><td>はい</td><td></td></tr>
95
+ </tbody>
96
+ </table>
97
+ </div>
98
+ </script>
99
+ <script type="text/html" data-help-name="salesforce-bulk">
100
+ <p>大量データ向けにSalesforce Bulk API 2.0を使用して一括操作を実行します。</p>
101
+ <h3>プロパティ</h3>
102
+ <div style="overflow-x:auto">
103
+ <table width="100%" style="min-width:500px">
104
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th>デフォルト</th><th style="width:35%">説明</th></tr></thead>
105
+ <tbody>
106
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>はい</td><td></td><td>Reference to salesforce-connection</td></tr>
107
+ <tr><td>操作</td><td>operation</td><td></td><td>はい</td><td><code>"insert"</code></td><td></td></tr>
108
+ <tr><td>SObjectタイプ</td><td>sObjectType</td><td>TypedInput</td><td>はい</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
109
+ <tr><td>外部IDフィールド</td><td>externalIdField</td><td>string</td><td>いいえ</td><td><code>""</code></td><td></td></tr>
110
+ <tr><td></td><td>assignmentRuleId</td><td>string</td><td>いいえ</td><td><code>""</code></td><td></td></tr>
111
+ <tr><td></td><td>columnDelimiter</td><td></td><td>はい</td><td><code>"COMMA"</code></td><td></td></tr>
112
+ <tr><td></td><td>lineEnding</td><td></td><td>はい</td><td><code>"LF"</code></td><td></td></tr>
113
+ <tr><td></td><td>pollInterval</td><td>number [min: 1000]</td><td>はい</td><td><code>5000</code></td><td></td></tr>
114
+ <tr><td></td><td>pollTimeout</td><td>number [min: 5000]</td><td>はい</td><td><code>60000</code></td><td></td></tr>
115
+ <tr><td></td><td>emitJobCreated</td><td>boolean</td><td>はい</td><td><code>false</code></td><td></td></tr>
116
+ <tr><td></td><td>outputs</td><td>number</td><td>はい</td><td><code>2</code></td><td></td></tr>
117
+ </tbody>
118
+ </table>
119
+ </div>
120
+
121
+ <h3>入力</h3>
122
+ <div style="overflow-x:auto">
123
+ <table width="100%" style="min-width:500px">
124
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th style="width:35%">説明</th></tr></thead>
125
+ <tbody>
126
+ <tr><td>レコード配列またはSOQLクエリ</td><td>payload</td><td></td><td>はい</td><td></td></tr>
127
+ </tbody>
128
+ </table>
129
+ </div>
130
+ </script>
131
+ <script type="text/html" data-help-name="salesforce-describe">
132
+ <p>フィールド、リレーション、レコードタイプを含むSalesforce SObjectのメタデータを取得します。</p>
133
+ <h3>プロパティ</h3>
134
+ <div style="overflow-x:auto">
135
+ <table width="100%" style="min-width:500px">
136
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th>デフォルト</th><th style="width:35%">説明</th></tr></thead>
137
+ <tbody>
138
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>はい</td><td></td><td>Reference to salesforce-connection</td></tr>
139
+ <tr><td>SObjectタイプ</td><td>sObjectType</td><td>TypedInput</td><td>はい</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
140
+ </tbody>
141
+ </table>
142
+ </div>
143
+
144
+ <h3>入力</h3>
145
+ <div style="overflow-x:auto">
146
+ <table width="100%" style="min-width:500px">
147
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th style="width:35%">説明</th></tr></thead>
148
+ <tbody>
149
+ <tr><td>入力ペイロード</td><td>payload</td><td></td><td>はい</td><td></td></tr>
150
+ </tbody>
151
+ </table>
152
+ </div>
153
+
154
+ <h3>出力</h3>
155
+ <div style="overflow-x:auto">
156
+ <table width="100%" style="min-width:500px">
157
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th style="width:35%">説明</th></tr></thead>
158
+ <tbody>
159
+ <tr><td>SObject記述メタデータ</td><td>payload</td><td>object</td><td>はい</td><td></td></tr>
160
+ </tbody>
161
+ </table>
162
+ </div>
163
+ </script>
164
+ <script type="text/html" data-help-name="salesforce-streaming">
165
+ <p>Pub/Sub API(gRPC)を使用してSalesforceプラットフォームイベントおよび変更データキャプチャイベントをサブスクライブします。</p>
166
+ <h3>プロパティ</h3>
167
+ <div style="overflow-x:auto">
168
+ <table width="100%" style="min-width:500px">
169
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th>デフォルト</th><th style="width:35%">説明</th></tr></thead>
170
+ <tbody>
171
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>はい</td><td></td><td>Reference to salesforce-connection</td></tr>
172
+ <tr><td>チャネル</td><td>channelName</td><td>string</td><td>はい</td><td><code>""</code></td><td></td></tr>
173
+ <tr><td>サブスクライブ開始点</td><td>subscribeType</td><td></td><td>はい</td><td><code>"LATEST"</code></td><td></td></tr>
174
+ <tr><td>リプレイID</td><td>replayId</td><td>string</td><td>いいえ</td><td><code>""</code></td><td></td></tr>
175
+ <tr><td>バッチサイズ</td><td>numRequested</td><td>number [min: 1, max: 100]</td><td>はい</td><td><code>100</code></td><td></td></tr>
176
+ </tbody>
177
+ </table>
178
+ </div>
179
+
180
+ <h3>出力</h3>
181
+ <div style="overflow-x:auto">
182
+ <table width="100%" style="min-width:500px">
183
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th style="width:35%">説明</th></tr></thead>
184
+ <tbody>
185
+ <tr><td>イベントペイロード</td><td>payload</td><td></td><td>はい</td><td></td></tr>
186
+ <tr><td>イベントリプレイID</td><td>replayId</td><td></td><td>はい</td><td></td></tr>
187
+ <tr><td>チャネル名</td><td>channel</td><td>string</td><td>はい</td><td></td></tr>
188
+ <tr><td>トピック名</td><td>topic</td><td>string</td><td>はい</td><td></td></tr>
189
+ </tbody>
190
+ </table>
191
+ </div>
192
+ </script>
193
+ <script type="text/html" data-help-name="salesforce-apex">
194
+ <p>Salesforce Apex RESTエンドポイントを呼び出します。</p>
195
+ <h3>プロパティ</h3>
196
+ <div style="overflow-x:auto">
197
+ <table width="100%" style="min-width:500px">
198
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th>デフォルト</th><th style="width:35%">説明</th></tr></thead>
199
+ <tbody>
200
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>はい</td><td></td><td>Reference to salesforce-connection</td></tr>
201
+ <tr><td>メソッド</td><td>method</td><td></td><td>はい</td><td><code>"POST"</code></td><td></td></tr>
202
+ <tr><td>パス</td><td>path</td><td>TypedInput</td><td>はい</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
203
+ </tbody>
204
+ </table>
205
+ </div>
206
+
207
+ <h3>入力</h3>
208
+ <div style="overflow-x:auto">
209
+ <table width="100%" style="min-width:500px">
210
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th style="width:35%">説明</th></tr></thead>
211
+ <tbody>
212
+ <tr><td>リクエストボディ</td><td>payload</td><td></td><td>はい</td><td></td></tr>
213
+ </tbody>
214
+ </table>
215
+ </div>
216
+
217
+ <h3>出力</h3>
218
+ <div style="overflow-x:auto">
219
+ <table width="100%" style="min-width:500px">
220
+ <thead><tr><th>ラベル</th><th>プロパティ</th><th>型</th><th>必須</th><th style="width:35%">説明</th></tr></thead>
221
+ <tbody>
222
+ <tr><td>Apexレスポンス</td><td>payload</td><td></td><td>はい</td><td></td></tr>
223
+ </tbody>
224
+ </table>
225
+ </div>
226
+ </script>
@@ -0,0 +1,154 @@
1
+ {
2
+ "salesforce-apex": {
3
+ "$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
4
+ "label": "Apex",
5
+ "description": "Salesforce Apex RESTエンドポイントを呼び出します。",
6
+ "inputLabels": "リクエスト",
7
+ "outputLabels": [
8
+ "レスポンス"
9
+ ],
10
+ "configs": {
11
+ "connection": "Connection",
12
+ "method": "メソッド",
13
+ "path": "パス"
14
+ },
15
+ "input": {
16
+ "payload": "リクエストボディ"
17
+ },
18
+ "outputs": [
19
+ {
20
+ "payload": "Apexレスポンス"
21
+ }
22
+ ]
23
+ },
24
+ "salesforce-bulk": {
25
+ "$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
26
+ "label": "Bulk",
27
+ "description": "大量データ向けにSalesforce Bulk API 2.0を使用して一括操作を実行します。",
28
+ "inputLabels": "レコードまたはクエリ",
29
+ "outputLabels": [
30
+ "レコード",
31
+ "ジョブ完了"
32
+ ],
33
+ "configs": {
34
+ "connection": "Connection",
35
+ "operation": "操作",
36
+ "sObjectType": "SObjectタイプ",
37
+ "externalIdField": "外部IDフィールド"
38
+ },
39
+ "input": {
40
+ "payload": "レコード配列またはSOQLクエリ"
41
+ },
42
+ "outputs": [
43
+ {
44
+ "payload": "一括操作結果"
45
+ }
46
+ ]
47
+ },
48
+ "salesforce-connection": {
49
+ "$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
50
+ "label": "Connection",
51
+ "description": "PKCEを使用したOAuth 2.0でSalesforce組織への接続を管理します。他のSalesforceノードに認証とトークン管理を提供します。",
52
+ "configs": {
53
+ "loginUrl": "ログインURL",
54
+ "clientId": "クライアントID",
55
+ "apiVersion": "APIバージョン",
56
+ "callbackUrl": "コールバックURL"
57
+ },
58
+ "credentials": {
59
+ "accessToken": "アクセストークン",
60
+ "refreshToken": "リフレッシュトークン",
61
+ "instanceUrl": "インスタンスURL"
62
+ }
63
+ },
64
+ "salesforce-describe": {
65
+ "$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
66
+ "label": "Describe",
67
+ "description": "フィールド、リレーション、レコードタイプを含むSalesforce SObjectのメタデータを取得します。",
68
+ "inputLabels": "SObject名",
69
+ "outputLabels": [
70
+ "SObjectメタデータ"
71
+ ],
72
+ "configs": {
73
+ "connection": "Connection",
74
+ "sObjectType": "SObjectタイプ"
75
+ },
76
+ "input": {
77
+ "payload": "入力ペイロード"
78
+ },
79
+ "outputs": [
80
+ {
81
+ "payload": "SObject記述メタデータ"
82
+ }
83
+ ]
84
+ },
85
+ "salesforce-dml": {
86
+ "$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
87
+ "label": "DML",
88
+ "description": "SalesforceのSObjectに対して作成、読み取り、更新、削除、またはupsert操作を実行します。",
89
+ "inputLabels": "レコードデータ",
90
+ "outputLabels": [
91
+ "操作結果"
92
+ ],
93
+ "configs": {
94
+ "connection": "Connection",
95
+ "operation": "操作",
96
+ "sObjectType": "SObjectタイプ",
97
+ "externalIdField": "外部IDフィールド"
98
+ },
99
+ "input": {
100
+ "payload": "レコードデータまたはID"
101
+ },
102
+ "outputs": [
103
+ {
104
+ "payload": "操作結果"
105
+ }
106
+ ]
107
+ },
108
+ "salesforce-soql": {
109
+ "$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
110
+ "label": "SOQL",
111
+ "description": "Salesforceに対してSOQLクエリを実行し、一致するレコードを返します。",
112
+ "inputLabels": "クエリ入力",
113
+ "outputLabels": [
114
+ "クエリ結果"
115
+ ],
116
+ "configs": {
117
+ "connection": "Connection",
118
+ "query": "クエリ"
119
+ },
120
+ "input": {
121
+ "payload": "入力ペイロード"
122
+ },
123
+ "outputs": [
124
+ {
125
+ "payload": "クエリ結果レコード",
126
+ "totalSize": "一致するレコードの総数",
127
+ "done": "すべてのレコードが取得されたかどうか"
128
+ }
129
+ ]
130
+ },
131
+ "salesforce-streaming": {
132
+ "$schema": "https://unpkg.com/@bonsae/nrg/schemas/labels.schema.json",
133
+ "label": "Streaming",
134
+ "description": "Pub/Sub API(gRPC)を使用してSalesforceプラットフォームイベントおよび変更データキャプチャイベントをサブスクライブします。",
135
+ "outputLabels": [
136
+ "イベント"
137
+ ],
138
+ "configs": {
139
+ "connection": "Connection",
140
+ "channelName": "チャネル",
141
+ "subscribeType": "サブスクライブ開始点",
142
+ "replayId": "リプレイID",
143
+ "numRequested": "バッチサイズ"
144
+ },
145
+ "outputs": [
146
+ {
147
+ "payload": "イベントペイロード",
148
+ "replayId": "イベントリプレイID",
149
+ "channel": "チャネル名",
150
+ "topic": "トピック名"
151
+ }
152
+ ]
153
+ }
154
+ }
@@ -0,0 +1,226 @@
1
+ <script type="text/html" data-help-name="salesforce-connection">
2
+ <p>PKCE를 사용한 OAuth 2.0으로 Salesforce 조직에 대한 연결을 관리합니다. 다른 Salesforce 노드에 인증 및 토큰 관리를 제공합니다.</p>
3
+ <h3>속성</h3>
4
+ <div style="overflow-x:auto">
5
+ <table width="100%" style="min-width:500px">
6
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th>기본값</th><th style="width:35%">설명</th></tr></thead>
7
+ <tbody>
8
+ <tr><td>로그인 URL</td><td>loginUrl</td><td>string</td><td>예</td><td><code>"https://login.salesforce.com"</code></td><td></td></tr>
9
+ <tr><td>클라이언트 ID</td><td>clientId</td><td>string</td><td>예</td><td><code>""</code></td><td></td></tr>
10
+ <tr><td>API 버전</td><td>apiVersion</td><td></td><td>예</td><td><code>"62.0"</code></td><td></td></tr>
11
+ <tr><td>콜백 URL</td><td>callbackUrl</td><td>string</td><td>아니오</td><td><code>""</code></td><td></td></tr>
12
+ </tbody>
13
+ </table>
14
+ </div>
15
+
16
+ <h3>자격 증명</h3>
17
+ <div style="overflow-x:auto">
18
+ <table width="100%" style="min-width:500px">
19
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th>기본값</th><th style="width:35%">설명</th></tr></thead>
20
+ <tbody>
21
+ <tr><td>액세스 토큰</td><td>accessToken</td><td>string</td><td>예</td><td><code>""</code></td><td></td></tr>
22
+ <tr><td>갱신 토큰</td><td>refreshToken</td><td>string</td><td>예</td><td><code>""</code></td><td></td></tr>
23
+ <tr><td>인스턴스 URL</td><td>instanceUrl</td><td>string</td><td>예</td><td><code>""</code></td><td></td></tr>
24
+ </tbody>
25
+ </table>
26
+ </div>
27
+ </script>
28
+ <script type="text/html" data-help-name="salesforce-soql">
29
+ <p>Salesforce에 대해 SOQL 쿼리를 실행하고 일치하는 레코드를 반환합니다.</p>
30
+ <h3>속성</h3>
31
+ <div style="overflow-x:auto">
32
+ <table width="100%" style="min-width:500px">
33
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th>기본값</th><th style="width:35%">설명</th></tr></thead>
34
+ <tbody>
35
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>예</td><td></td><td>Reference to salesforce-connection</td></tr>
36
+ <tr><td>쿼리</td><td>query</td><td>TypedInput</td><td>예</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
37
+ </tbody>
38
+ </table>
39
+ </div>
40
+
41
+ <h3>입력</h3>
42
+ <div style="overflow-x:auto">
43
+ <table width="100%" style="min-width:500px">
44
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th style="width:35%">설명</th></tr></thead>
45
+ <tbody>
46
+ <tr><td>입력 페이로드</td><td>payload</td><td></td><td>예</td><td></td></tr>
47
+ </tbody>
48
+ </table>
49
+ </div>
50
+
51
+ <h3>출력</h3>
52
+ <div style="overflow-x:auto">
53
+ <table width="100%" style="min-width:500px">
54
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th style="width:35%">설명</th></tr></thead>
55
+ <tbody>
56
+ <tr><td>쿼리 결과 레코드</td><td>payload</td><td>array</td><td>예</td><td></td></tr>
57
+ <tr><td>총 일치 레코드 수</td><td>totalSize</td><td>number</td><td>예</td><td></td></tr>
58
+ <tr><td>모든 레코드를 가져왔는지 여부</td><td>done</td><td>boolean</td><td>예</td><td></td></tr>
59
+ </tbody>
60
+ </table>
61
+ </div>
62
+ </script>
63
+ <script type="text/html" data-help-name="salesforce-dml">
64
+ <p>Salesforce SObject에 대해 생성, 읽기, 업데이트, 삭제 또는 upsert 작업을 수행합니다.</p>
65
+ <h3>속성</h3>
66
+ <div style="overflow-x:auto">
67
+ <table width="100%" style="min-width:500px">
68
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th>기본값</th><th style="width:35%">설명</th></tr></thead>
69
+ <tbody>
70
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>예</td><td></td><td>Reference to salesforce-connection</td></tr>
71
+ <tr><td>작업</td><td>operation</td><td></td><td>예</td><td><code>"create"</code></td><td></td></tr>
72
+ <tr><td>SObject 유형</td><td>sObjectType</td><td>TypedInput</td><td>예</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
73
+ <tr><td></td><td>record</td><td>TypedInput</td><td>예</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
74
+ <tr><td>외부 ID 필드</td><td>externalIdField</td><td>string</td><td>아니오</td><td><code>""</code></td><td></td></tr>
75
+ </tbody>
76
+ </table>
77
+ </div>
78
+
79
+ <h3>입력</h3>
80
+ <div style="overflow-x:auto">
81
+ <table width="100%" style="min-width:500px">
82
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th style="width:35%">설명</th></tr></thead>
83
+ <tbody>
84
+ <tr><td>레코드 데이터 또는 ID</td><td>payload</td><td></td><td>예</td><td></td></tr>
85
+ </tbody>
86
+ </table>
87
+ </div>
88
+
89
+ <h3>출력</h3>
90
+ <div style="overflow-x:auto">
91
+ <table width="100%" style="min-width:500px">
92
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th style="width:35%">설명</th></tr></thead>
93
+ <tbody>
94
+ <tr><td>작업 결과</td><td>payload</td><td></td><td>예</td><td></td></tr>
95
+ </tbody>
96
+ </table>
97
+ </div>
98
+ </script>
99
+ <script type="text/html" data-help-name="salesforce-bulk">
100
+ <p>대용량 데이터를 위해 Salesforce Bulk API 2.0을 사용하여 대량 작업을 수행합니다.</p>
101
+ <h3>속성</h3>
102
+ <div style="overflow-x:auto">
103
+ <table width="100%" style="min-width:500px">
104
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th>기본값</th><th style="width:35%">설명</th></tr></thead>
105
+ <tbody>
106
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>예</td><td></td><td>Reference to salesforce-connection</td></tr>
107
+ <tr><td>작업</td><td>operation</td><td></td><td>예</td><td><code>"insert"</code></td><td></td></tr>
108
+ <tr><td>SObject 유형</td><td>sObjectType</td><td>TypedInput</td><td>예</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
109
+ <tr><td>외부 ID 필드</td><td>externalIdField</td><td>string</td><td>아니오</td><td><code>""</code></td><td></td></tr>
110
+ <tr><td></td><td>assignmentRuleId</td><td>string</td><td>아니오</td><td><code>""</code></td><td></td></tr>
111
+ <tr><td></td><td>columnDelimiter</td><td></td><td>예</td><td><code>"COMMA"</code></td><td></td></tr>
112
+ <tr><td></td><td>lineEnding</td><td></td><td>예</td><td><code>"LF"</code></td><td></td></tr>
113
+ <tr><td></td><td>pollInterval</td><td>number [min: 1000]</td><td>예</td><td><code>5000</code></td><td></td></tr>
114
+ <tr><td></td><td>pollTimeout</td><td>number [min: 5000]</td><td>예</td><td><code>60000</code></td><td></td></tr>
115
+ <tr><td></td><td>emitJobCreated</td><td>boolean</td><td>예</td><td><code>false</code></td><td></td></tr>
116
+ <tr><td></td><td>outputs</td><td>number</td><td>예</td><td><code>2</code></td><td></td></tr>
117
+ </tbody>
118
+ </table>
119
+ </div>
120
+
121
+ <h3>입력</h3>
122
+ <div style="overflow-x:auto">
123
+ <table width="100%" style="min-width:500px">
124
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th style="width:35%">설명</th></tr></thead>
125
+ <tbody>
126
+ <tr><td>레코드 배열 또는 SOQL 쿼리</td><td>payload</td><td></td><td>예</td><td></td></tr>
127
+ </tbody>
128
+ </table>
129
+ </div>
130
+ </script>
131
+ <script type="text/html" data-help-name="salesforce-describe">
132
+ <p>필드, 관계 및 레코드 유형을 포함한 Salesforce SObject의 메타데이터를 검색합니다.</p>
133
+ <h3>속성</h3>
134
+ <div style="overflow-x:auto">
135
+ <table width="100%" style="min-width:500px">
136
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th>기본값</th><th style="width:35%">설명</th></tr></thead>
137
+ <tbody>
138
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>예</td><td></td><td>Reference to salesforce-connection</td></tr>
139
+ <tr><td>SObject 유형</td><td>sObjectType</td><td>TypedInput</td><td>예</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
140
+ </tbody>
141
+ </table>
142
+ </div>
143
+
144
+ <h3>입력</h3>
145
+ <div style="overflow-x:auto">
146
+ <table width="100%" style="min-width:500px">
147
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th style="width:35%">설명</th></tr></thead>
148
+ <tbody>
149
+ <tr><td>입력 페이로드</td><td>payload</td><td></td><td>예</td><td></td></tr>
150
+ </tbody>
151
+ </table>
152
+ </div>
153
+
154
+ <h3>출력</h3>
155
+ <div style="overflow-x:auto">
156
+ <table width="100%" style="min-width:500px">
157
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th style="width:35%">설명</th></tr></thead>
158
+ <tbody>
159
+ <tr><td>SObject 설명 메타데이터</td><td>payload</td><td>object</td><td>예</td><td></td></tr>
160
+ </tbody>
161
+ </table>
162
+ </div>
163
+ </script>
164
+ <script type="text/html" data-help-name="salesforce-streaming">
165
+ <p>Pub/Sub API(gRPC)를 사용하여 Salesforce 플랫폼 이벤트 및 변경 데이터 캡처 이벤트를 구독합니다.</p>
166
+ <h3>속성</h3>
167
+ <div style="overflow-x:auto">
168
+ <table width="100%" style="min-width:500px">
169
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th>기본값</th><th style="width:35%">설명</th></tr></thead>
170
+ <tbody>
171
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>예</td><td></td><td>Reference to salesforce-connection</td></tr>
172
+ <tr><td>채널</td><td>channelName</td><td>string</td><td>예</td><td><code>""</code></td><td></td></tr>
173
+ <tr><td>구독 시작점</td><td>subscribeType</td><td></td><td>예</td><td><code>"LATEST"</code></td><td></td></tr>
174
+ <tr><td>리플레이 ID</td><td>replayId</td><td>string</td><td>아니오</td><td><code>""</code></td><td></td></tr>
175
+ <tr><td>배치 크기</td><td>numRequested</td><td>number [min: 1, max: 100]</td><td>예</td><td><code>100</code></td><td></td></tr>
176
+ </tbody>
177
+ </table>
178
+ </div>
179
+
180
+ <h3>출력</h3>
181
+ <div style="overflow-x:auto">
182
+ <table width="100%" style="min-width:500px">
183
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th style="width:35%">설명</th></tr></thead>
184
+ <tbody>
185
+ <tr><td>이벤트 페이로드</td><td>payload</td><td></td><td>예</td><td></td></tr>
186
+ <tr><td>이벤트 리플레이 ID</td><td>replayId</td><td></td><td>예</td><td></td></tr>
187
+ <tr><td>채널 이름</td><td>channel</td><td>string</td><td>예</td><td></td></tr>
188
+ <tr><td>토픽 이름</td><td>topic</td><td>string</td><td>예</td><td></td></tr>
189
+ </tbody>
190
+ </table>
191
+ </div>
192
+ </script>
193
+ <script type="text/html" data-help-name="salesforce-apex">
194
+ <p>Salesforce Apex REST 엔드포인트를 호출합니다.</p>
195
+ <h3>속성</h3>
196
+ <div style="overflow-x:auto">
197
+ <table width="100%" style="min-width:500px">
198
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th>기본값</th><th style="width:35%">설명</th></tr></thead>
199
+ <tbody>
200
+ <tr><td>Connection</td><td>connection</td><td>NodeRef → salesforce-connection [format: node-id]</td><td>예</td><td></td><td>Reference to salesforce-connection</td></tr>
201
+ <tr><td>메서드</td><td>method</td><td></td><td>예</td><td><code>"POST"</code></td><td></td></tr>
202
+ <tr><td>경로</td><td>path</td><td>TypedInput</td><td>예</td><td><code>{"type":"str","value":""}</code></td><td>Represents a Node-RED TypedInput value and its type.</td></tr>
203
+ </tbody>
204
+ </table>
205
+ </div>
206
+
207
+ <h3>입력</h3>
208
+ <div style="overflow-x:auto">
209
+ <table width="100%" style="min-width:500px">
210
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th style="width:35%">설명</th></tr></thead>
211
+ <tbody>
212
+ <tr><td>요청 본문</td><td>payload</td><td></td><td>예</td><td></td></tr>
213
+ </tbody>
214
+ </table>
215
+ </div>
216
+
217
+ <h3>출력</h3>
218
+ <div style="overflow-x:auto">
219
+ <table width="100%" style="min-width:500px">
220
+ <thead><tr><th>라벨</th><th>속성</th><th>유형</th><th>필수</th><th style="width:35%">설명</th></tr></thead>
221
+ <tbody>
222
+ <tr><td>Apex 응답</td><td>payload</td><td></td><td>예</td><td></td></tr>
223
+ </tbody>
224
+ </table>
225
+ </div>
226
+ </script>