@camunda/connectors-element-templates 1.0.19 → 1.0.21
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.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -1010,6 +1010,535 @@
|
|
|
1010
1010
|
"camunda": "^8.2"
|
|
1011
1011
|
}
|
|
1012
1012
|
},
|
|
1013
|
+
{
|
|
1014
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1015
|
+
"name": "Salesforce Outbound Connector",
|
|
1016
|
+
"id": "io.camunda.connectors.Salesforce.v1",
|
|
1017
|
+
"version": 4,
|
|
1018
|
+
"engines": {
|
|
1019
|
+
"camunda": "^8.3"
|
|
1020
|
+
},
|
|
1021
|
+
"description": "Call the Salesforce APIs from your process",
|
|
1022
|
+
"keywords": [
|
|
1023
|
+
"get record",
|
|
1024
|
+
"create record",
|
|
1025
|
+
"update record",
|
|
1026
|
+
"delete record",
|
|
1027
|
+
"SOQL query",
|
|
1028
|
+
"query records",
|
|
1029
|
+
"CRM",
|
|
1030
|
+
"customer relationship",
|
|
1031
|
+
"sObject",
|
|
1032
|
+
"contact",
|
|
1033
|
+
"lead",
|
|
1034
|
+
"opportunity",
|
|
1035
|
+
"account"
|
|
1036
|
+
],
|
|
1037
|
+
"icon": {
|
|
1038
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0icmdiKDAlLDAlLDAlKSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNNC44MiAzLjA3NEMzLjM4MyAzLjE5MSAyLjE1NiA0LjE0MSAxLjcwNyA1LjVhMi44MSAyLjgxIDAgMCAwLS4xNzIgMS4wNTkgMi40NCAyLjQ0IDAgMCAwIC4xMjUuOTFsLjA1MS4xNzYtLjI4NS4yODFDLjkxOCA4LjQzNC42MzcgOC45NDUuNSA5LjYyMWE0LjAxIDQuMDEgMCAwIDAgLjAxMiAxLjIwMyAzLjEzIDMuMTMgMCAwIDAgLjg5MSAxLjYyNWMuNDYxLjQ2MS45NjEuNzM0IDEuNTgyLjg3MS4xODguMDM5LjY3Mi4wOS43MjcuMDc0LjAxNi0uMDA4LjA5LS4wMTYuMTYtLjAybC4xMzMtLjAxNi4xMzMuMjI3Yy45MDIgMS41MTIgMi43NTggMi4wMjcgNC4yNjYgMS4xODRhMy40OSAzLjQ5IDAgMCAwIDEuMDgyLTEuMDA0bC4xNDgtLjIzLjIzLjA3YTIuMTMgMi4xMyAwIDAgMCAuODgzLjEzMyAyLjg0IDIuODQgMCAwIDAgMS41Mi0uNSAzLjUyIDMuNTIgMCAwIDAgLjc4MS0uNzYyYy4wNzQtLjEwNS4xNDgtLjE4Ny4xNi0uMTg3cy4xMzMuMDEyLjI2Mi4wMjNjLjI2Mi4wMjcuNjA5LjAwNC45NjUtLjA2NmEzLjk5IDMuOTkgMCAwIDAgMi40OC0xLjY4NCAzLjkgMy45IDAgMCAwIC4xMTMtNC4xMjUgMy45MyAzLjkzIDAgMCAwLTIuNTIzLTEuODUyIDMuMzUgMy4zNSAwIDAgMC0xLjg3OS4wODZsLS4yNS4wN2EyLjI2IDIuMjYgMCAwIDEtLjA5NC0uMTI1IDMuODMgMy44MyAwIDAgMC0uNjIxLS42MDljLS40NTctLjM0NC0xLjA0Ny0uNTU1LTEuNjQxLS41ODItLjcxNS0uMDM5LTEuNDguMjU4LTIuMDUxLjc4MWwtLjE2NC4xNTItLjExMy0uMTIxYy0uNTgyLS42NDUtMS40NjUtMS4wOTQtMi4yNTgtMS4xNTItLjM0OC0uMDI3LS40MTQtLjAyNy0uNjEzLS4wMTJ6bS44NzkuNzdjLjc2Mi4xNzYgMS4zNzEuNjEzIDEuODMyIDEuMzEzbC4yMDcuMjk3Yy4wMTIgMCAuMTAyLS4xMTMuMjAzLS4yNTRhNC40MiA0LjQyIDAgMCAxIC4zNC0uNDAyYy44OTgtLjg4MyAyLjM1NS0uODc5IDMuMjUuMDE2LjE2NC4xNjQuMzEzLjM2Ny40NTcuNjI1LjA0My4wODIuMDkuMTQ1LjA5OC4xNDVzLjEwNS0uMDM1LjIwNy0uMDgyYTMuMjYgMy4yNiAwIDAgMSAxLjYyOS0uMjg1YzEuMjY2LjEyMSAyLjI4NS45MDIgMi43MzggMi4wOTRhNC41NCA0LjU0IDAgMCAxIC4xMDkuMzc1Yy4wNTkuMjMuMDU5LjI3LjA2My43MDcgMCAuNTEyLS4wMi42NDgtLjE1MiAxLjA0N2EzLjE2IDMuMTYgMCAwIDEtLjc3IDEuMjM0IDMuMTYgMy4xNiAwIDAgMS0xLjU1NS44NTljLS4zNC4wODItLjg1Mi4wOTQtMS4yNS4wMzFsLS4zMDEtLjAzOWE1LjY1IDUuNjUgMCAwIDAtLjEwOS4yMDdjLS4zMDUuNTk4LS44MjQgMS4wMzUtMS40MzQgMS4yMTEtLjU5LjE3Mi0xLjE2OC4xMDktMS43NS0uMTg0YTEuMTkgMS4xOSAwIDAgMC0uMTk1LS4wODJjLS4wMTEgMC0uMDgyLjExMy0uMTQ4LjI1LS4yNTQuNTYzLS42MjEuOTY1LTEuMTEzIDEuMjM4YTIuNTggMi41OCAwIDAgMS0yLjM3NSAwYy0uNTM1LS4yOTMtLjkyNi0uNzU4LTEuMTY4LTEuMzc1LS4wODYtLjIyMy0uMDYyLS4yMTEtLjQzNy0uMTQ4YTIuODggMi44OCAwIDAgMS0xLjAwNC0uMDI3Yy0xLjU0Ny0uMzg3LTIuMzQ4LTIuMDg2LTEuNjU2LTMuNTA4YTIuNTggMi41OCAwIDAgMSAuOTAyLTEuMDE2bC4yMTEtLjE0MWExLjU3IDEuNTcgMCAwIDAtLjA4Mi0uMjQyYy0uMTg0LS40OTYtLjI0Ni0uOTA2LS4xOTktMS4zNDguMTMzLTEuMzA1IDEuMDc4LTIuMzE2IDIuMzgzLTIuNTQ3YTMuOTQgMy45NCAwIDAgMSAxLjA3LjAzMXptLjExNyAzLjUxOWEzMi44MyAzMi44MyAwIDAgMC0uMDA0IDEuMDdsLjAwNCAxLjAzOS4xMzcuMDA0Yy4wOTguMDA0LjE0NSAwIC4xNTYtLjAyYTM2LjkzIDM2LjkzIDAgMCAwIC4wMDgtMi4wODIuMzkuMzkgMCAwIDAtLjMwMS0uMDEyem00LjMwOS0uMDA0Yy0uMTg3LjA0Ny0uMzMyLjE5NS0uMzk1LjQwMmEuODIuODIgMCAwIDAtLjA0My4xNzZjMCAuMDktLjAyMy4xMDktLjE0MS4xMDloLS4xMTNsLS4wMjMuMTA1YS44My44MyAwIDAgMC0uMDIzLjEyOWMwIC4wMTYuMDUxLjAyMy4xMTcuMDIzLjA3OCAwIC4xMTcuMDA4LjExNy4wMjNzLS4wNTEuMzAxLS4xMDUuNjI5Yy0uMTcyLjkzOC0uMTkxLjk4NC0uNDQ1Ljk4NEg4LjkzbC0uMDI3LjA3OGMtLjA0Ny4xMjUtLjAzOS4xNDUuMDYzLjE3Mi4xOTkuMDU1LjQ2MS0uMDI3LjU3NC0uMTguMTAyLS4xNDUuMTQ1LS4yOTcuMjctMS4wMDhsLjEyNS0uNjkxLjE3Mi0uMDA4Yy4xNjgtLjAxMi4xNjgtLjAxMi4xODQtLjA3NGEuNzguNzggMCAwIDAgLjAxNi0uMTI1bC4wMDQtLjA1OUg5Ljk4bC4wMTYtLjEwMmMuMDItLjE0MS4wODItLjI3Ny4xNDUtLjMwOS4wMjctLjAxNi4xMDUtLjAyNy4xOC0uMDIzbC4xMjkuMDA0LjAzOS0uMTA5YS4zOC4zOCAwIDAgMCAuMDI3LS4xMTdjLS4wNDMtLjA0My0uMjctLjA1OS0uMzkxLS4wMzF6bS02LjgwOS43MTFjLS4zNTkuMDgyLS40OTYuNDMtLjI1NC42NDguMDY2LjA1OS4xNDEuMDk0LjMzNi4xNTYuMzQ0LjEwNS40MTQuMTg0LjI4NS4zMTYtLjAzNS4wMzktLjA3LjA0My0uMjE5LjA0M3MtLjE5NS0uMDA4LS4zMjQtLjA3Yy0uMDgyLS4wMzktLjE1Mi0uMDYyLS4xNi0uMDUxYS45LjkgMCAwIDAtLjA1NS4xMDlsLS4wMzEuMDkuMTMzLjA2M2MuMzc5LjE3Ni44MzYuMTEzLjk2OS0uMTM3LjA1MS0uMTAyLjA1NS0uMjU0LjAwNC0uMzUycy0uMTQ1LS4xNTYtLjQzLS4yNWMtLjE5NS0uMDY2LS4yNjYtLjA5OC0uMjk3LS4xNDUtLjA0My0uMDU1LS4wNDMtLjA1OS0uMDA4LS4xMTMuMDItLjAzMS4wNjMtLjA2Ni4wOTQtLjA3OC4wNzQtLjAzMS4yNzMtLjAwOC40MjYuMDQ3LjA2Ni4wMjMuMTI5LjAzNS4xMzcuMDIzcy4wMzEtLjA1MS4wNTEtLjA5NGwuMDMxLS4wODItLjA2Ni0uMDQzYTEuMDEgMS4wMSAwIDAgMC0uNjIxLS4wODJ6bTEuNDExLS4wMDRjLS4xNTYuMDIzLS4yNzcuMDYzLS4zMi4wOTRzLS4wMzkuMDMxLjAwOC4xMjljLjAzNS4wODYuMDUxLjEwMi4wNzguMDkuMTg0LS4wNzQuNDY5LS4xMDIuNTktLjA1NS4wNzguMDI3LjEyNS4xMDIuMTI1LjE5NXYuMDc0bC0uMjI3LS4wMDhjLS4yODktLjAwOC0uNDI2LjAzMS0uNTU5LjE1Ni0uMTA1LjEwNS0uMTQ4LjIyMy0uMTI5LjM1OS4wNTUuMzQuNDUzLjQ1NyAxLjEwMi4zMTZsLjEwNS0uMDIzLjAxNi0uMzA5Yy4wMzUtLjY3Ni0uMDMxLS44OTUtLjI4NS0uOTg0YTEuMjYgMS4yNiAwIDAgMC0uNTA0LS4wMzV6bS40MTQuNzQybC4wNjYuMDEydi4zOThsLS4wOTguMDE2Yy0uMjUuMDMxLS40My0uMDA0LS40OC0uMDlhLjM4LjM4IDAgMCAxLS4wMjMtLjEyOWMwLS4wOTQuMDYzLS4xNjQuMTY0LS4xOTlhMS4zIDEuMyAwIDAgMSAuMzcxLS4wMDh6bTEuODItLjczNGMtLjM0LjA5OC0uNTA0LjM0NC0uNDg0Ljc0Mi4wMTYuMzE2LjEzNy41MDQuNDAyLjYwNS4yMjcuMDkuODM2LjA0Ny44MzYtLjA1OWEuODIuODIgMCAwIDAtLjA3NC0uMjAzbC0uMTA5LjAzMWExLjA2IDEuMDYgMCAwIDEtLjI3My4wMzVjLS4yMjMuMDA0LS4zNDgtLjA1NS0uNDE0LS4xOTUtLjAzMS0uMDUxLS4wNTEtLjExMy0uMDUxLS4xNDVWOC44NGwuNDg4LS4wMDQuNDg4LS4wMDh2LS4xNmMwLS4yNzMtLjExNy0uNDY5LS4zMjgtLjU2MmEuOTEuOTEgMCAwIDAtLjQ4LS4wMzF6bS4zMjQuMjQyYS4yOS4yOSAwIDAgMSAuMTc2LjIzNGwuMDA4LjA2My0uMzEyLjAwOGMtLjE2OCAwLS4zMiAwLS4zMzYtLjAwNC0uMDMxLS4wMTIuMDE2LS4xNzIuMDc0LS4yMzQuMDg2LS4wOTguMjQ2LS4xMjUuMzkxLS4wNjZ6bTAgMCIvPjxwYXRoIGQ9Ik04LjQzOCA4LjA3Yy0uMjAzLjA0Ny0uMzI0LjE1Ni0uMzU5LjMyLS4wNTUuMjIzLjA3NC4zNjcuNDEuNDczLjM0NC4xMDUuNDA2LjE0OC4zNjMuMjYyLS4wNTUuMTQ1LS4zMzIuMTYtLjU5OC4wMzUtLjA3OC0uMDM1LS4xNDUtLjA1OS0uMTUyLS4wNDdzLS4wMzEuMDU1LS4wNTUuMTA5bC0uMDMxLjA5LjEzMy4wNjNjLjQ4NC4yMjcgMS4wMTIuMDU5IDEuMDEyLS4zMi0uMDA0LS4yMDctLjEwNS0uMzAxLS40NjktLjQxOGExLjI4IDEuMjggMCAwIDEtLjI3My0uMTA5LjE0LjE0IDAgMCAxIC4wMDQtLjE5NWMuMDY2LS4wNTUuMzA5LS4wNTEuNDguMDEyLjA3LjAyMy4xMzMuMDM5LjE0NS4wMjdzLjAyNy0uMDUxLjA0Ny0uMDk0bC4wMzEtLjA4Mi0uMDY2LS4wNDNhMS4wMSAxLjAxIDAgMCAwLS42MjEtLjA4MnptMi40MS0uMDA0Yy0uMjcuMDU5LS40NTMuMjY2LS40OTYuNTYzLS4wNDcuMzQuMDg2LjY0NS4zMzYuNzc3LjExNy4wNTkuMzIuMDg2LjQ3My4wNTUuMjMtLjAzOS4zNzEtLjE0MS40NzMtLjMzMi4wNTEtLjA5OC4wNTUtLjEyNS4wNTUtLjM2M3MtLjAwNC0uMjY2LS4wNTUtLjM2N2MtLjA3LS4xMzMtLjE3Mi0uMjMtLjMwMS0uMjg1LS4xMTMtLjA1MS0uMzUyLS4wNzQtLjQ4NC0uMDQ3em0uMzcxLjI3N2MuMTE3LjA2Ni4xNDguMTU2LjE0OC40MjIgMCAuMTk1LS4wMDQuMjQ2LS4wNDMuMzA5LS4wNy4xMjEtLjE0NS4xNi0uMzAxLjE2cy0uMjI3LS4wMzktLjI5Ny0uMTcyYy0uMDYyLS4xMTctLjA2Mi0uNDczLS4wMDQtLjU5NC4wODYtLjE3Mi4zMTMtLjIyNy40OTYtLjEyNXptMS4yNS0uMjY1YS43NS43NSAwIDAgMC0uMTM3LjA2M2MtLjA3LjA0Ny0uMDc0LjA0My0uMDc0LS4wMiAwLS4wNTUtLjAwNC0uMDU1LS4xNDUtLjA1MWwtLjE0NS4wMDh2MS4zOTVoLjMwMWwuMDA4LS40NjFjLjAxMi0uMzkxLjAyLS40NzMuMDUxLS41MzEuMDU5LS4xMDkuMTUyLS4xNTYuMzA1LS4xNTZoLjEzM2wuMDM1LS4wOWMuMDU1LS4xNDUuMDQ3LS4xNTYtLjA2Mi0uMTc2LS4xMzctLjAxNi0uMTgtLjAxNi0uMjcuMDJ6bTAgMCIvPjxwYXRoIGQ9Ik0xMy4zOTUgOC4wODJjLS4zMDUuMDgyLS40NzMuMjk3LS40OTIuNjQ1LS4wMjcuNTcuNDA2Ljg2MyAxLjA0My43MDcuMTAyLS4wMjMuMTA1LS4wMzkuMDU1LS4xNjQtLjAyNy0uMDY2LS4wNDMtLjA4Ni0uMDctLjA3NGExLjI2IDEuMjYgMCAwIDEtLjQzNy4wMTJjLS4xODQtLjA2Mi0uMjctLjIwMy0uMjctLjQ0MSAwLS4xOC4wNDctLjI5Ny4xNDgtLjM4My4wOTQtLjA3OC4xNDEtLjA4Ni4zODMtLjA3NGwuMjA3LjAxNi4wMzktLjEwMmMuMDQzLS4xMTcuMDM5LS4xMjEtLjE0NS0uMTUyLS4xNzYtLjAzMS0uMzItLjAyNy0uNDYxLjAxMnptMCAwIi8+PHBhdGggZD0iTTE0LjYxNyA4LjA3OGMtLjMzMi4wOTQtLjQ5Mi4zNTUtLjQ2OS43NTguMDE2LjMwOS4xNjQuNTEyLjQ0MS41OTguMjM4LjA3Ljc5Ny4wMjMuNzk3LS4wN2EuODIuODIgMCAwIDAtLjA3NC0uMjAzbC0uMTA1LjAzMWMtLjA1OS4wMi0uMTg3LjAzNS0uMjgxLjAzNS0uMjc3IDAtLjQxNC0uMDk0LS40NDktLjMwNWwtLjAxNi0uMDgyLjQ4OC0uMDA0LjQ4OC0uMDA4di0uMTcyYy0uMDA0LS4yNy0uMTEzLS40NTMtLjMyNC0uNTUxLS4xMjUtLjA1NS0uMzUyLS4wNjYtLjQ5Ni0uMDI3em0uMzQuMjM4YS4yOS4yOSAwIDAgMSAuMTc2LjIzNGwuMDA4LjA2My0uMzEyLjAwOGMtLjE2OCAwLS4zMiAwLS4zMzYtLjAwNHMtLjAyLS4wMjctLjAwNC0uMDgyYy4wNzgtLjIyMy4yNTQtLjMwNS40NjktLjIxOXptMCAwIi8+PC9zdmc+"
|
|
1039
|
+
},
|
|
1040
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/salesforce/",
|
|
1041
|
+
"category": {
|
|
1042
|
+
"id": "connectors",
|
|
1043
|
+
"name": "Connectors"
|
|
1044
|
+
},
|
|
1045
|
+
"appliesTo": ["bpmn:Task"],
|
|
1046
|
+
"elementType": {
|
|
1047
|
+
"value": "bpmn:ServiceTask"
|
|
1048
|
+
},
|
|
1049
|
+
"groups": [
|
|
1050
|
+
{
|
|
1051
|
+
"id": "authentication",
|
|
1052
|
+
"label": "Authentication"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"id": "endpoint",
|
|
1056
|
+
"label": "Instance"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"id": "input",
|
|
1060
|
+
"label": "Operation"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"id": "timeout",
|
|
1064
|
+
"label": "Connect timeout"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"id": "connector",
|
|
1068
|
+
"label": "Connector"
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"id": "output",
|
|
1072
|
+
"label": "Response mapping"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"id": "errors",
|
|
1076
|
+
"label": "Error handling"
|
|
1077
|
+
}
|
|
1078
|
+
],
|
|
1079
|
+
"properties": [
|
|
1080
|
+
{
|
|
1081
|
+
"type": "Hidden",
|
|
1082
|
+
"value": "io.camunda:http-json:1",
|
|
1083
|
+
"binding": {
|
|
1084
|
+
"type": "zeebe:taskDefinition",
|
|
1085
|
+
"property": "type"
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"label": "Salesforce base URL",
|
|
1090
|
+
"group": "endpoint",
|
|
1091
|
+
"type": "String",
|
|
1092
|
+
"feel": "optional",
|
|
1093
|
+
"binding": {
|
|
1094
|
+
"type": "zeebe:input",
|
|
1095
|
+
"name": "baseUrl"
|
|
1096
|
+
},
|
|
1097
|
+
"constraints": {
|
|
1098
|
+
"notEmpty": true,
|
|
1099
|
+
"pattern": {
|
|
1100
|
+
"value": "^(=|(https?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
1101
|
+
"message": "Must be a http(s) URL."
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"label": "Salesforce API version",
|
|
1107
|
+
"group": "endpoint",
|
|
1108
|
+
"type": "String",
|
|
1109
|
+
"feel": "optional",
|
|
1110
|
+
"binding": {
|
|
1111
|
+
"type": "zeebe:input",
|
|
1112
|
+
"name": "apiVersion"
|
|
1113
|
+
},
|
|
1114
|
+
"value": "v58.0",
|
|
1115
|
+
"constraints": {
|
|
1116
|
+
"notEmpty": true
|
|
1117
|
+
}
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"label": "Type",
|
|
1121
|
+
"id": "authenticationType",
|
|
1122
|
+
"group": "authentication",
|
|
1123
|
+
"description": "Choose the authentication type",
|
|
1124
|
+
"type": "Dropdown",
|
|
1125
|
+
"choices": [
|
|
1126
|
+
{
|
|
1127
|
+
"name": "Bearer token",
|
|
1128
|
+
"value": "bearer"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "OAuth 2.0",
|
|
1132
|
+
"value": "oauth-client-credentials-flow"
|
|
1133
|
+
}
|
|
1134
|
+
],
|
|
1135
|
+
"binding": {
|
|
1136
|
+
"type": "zeebe:input",
|
|
1137
|
+
"name": "authentication.type"
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"id": "salesforceOperationType",
|
|
1142
|
+
"label": "Salesforce operation type",
|
|
1143
|
+
"description": "The kind of operation to perform with the Salesforce REST API",
|
|
1144
|
+
"type": "Dropdown",
|
|
1145
|
+
"group": "input",
|
|
1146
|
+
"binding": {
|
|
1147
|
+
"type": "zeebe:input",
|
|
1148
|
+
"name": "salesforceInteractionType"
|
|
1149
|
+
},
|
|
1150
|
+
"choices": [
|
|
1151
|
+
{
|
|
1152
|
+
"name": "sObject records",
|
|
1153
|
+
"value": "sObject"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"name": "SOQL Query",
|
|
1157
|
+
"value": "soqlQuery"
|
|
1158
|
+
}
|
|
1159
|
+
]
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"label": "Interaction type",
|
|
1163
|
+
"id": "interactionType",
|
|
1164
|
+
"group": "input",
|
|
1165
|
+
"description": "Choose the kind of interaction you want to perform",
|
|
1166
|
+
"type": "Dropdown",
|
|
1167
|
+
"choices": [
|
|
1168
|
+
{
|
|
1169
|
+
"name": "Get record",
|
|
1170
|
+
"value": "get"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"name": "Create record",
|
|
1174
|
+
"value": "post"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"name": "Update record",
|
|
1178
|
+
"value": "patch"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "Delete record",
|
|
1182
|
+
"value": "delete"
|
|
1183
|
+
}
|
|
1184
|
+
],
|
|
1185
|
+
"binding": {
|
|
1186
|
+
"type": "zeebe:input",
|
|
1187
|
+
"name": "method"
|
|
1188
|
+
},
|
|
1189
|
+
"condition": {
|
|
1190
|
+
"equals": "sObject",
|
|
1191
|
+
"property": "salesforceOperationType"
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"id": "method",
|
|
1196
|
+
"label": "Method",
|
|
1197
|
+
"type": "Hidden",
|
|
1198
|
+
"value": "get",
|
|
1199
|
+
"binding": {
|
|
1200
|
+
"type": "zeebe:input",
|
|
1201
|
+
"name": "method"
|
|
1202
|
+
},
|
|
1203
|
+
"condition": {
|
|
1204
|
+
"equals": "soqlQuery",
|
|
1205
|
+
"property": "salesforceOperationType"
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"label": "Salesforce object",
|
|
1210
|
+
"description": "Label Salesforce object, e.g. Account",
|
|
1211
|
+
"group": "input",
|
|
1212
|
+
"type": "String",
|
|
1213
|
+
"feel": "optional",
|
|
1214
|
+
"binding": {
|
|
1215
|
+
"type": "zeebe:input",
|
|
1216
|
+
"name": "objectType"
|
|
1217
|
+
},
|
|
1218
|
+
"constraints": {
|
|
1219
|
+
"notEmpty": true
|
|
1220
|
+
},
|
|
1221
|
+
"condition": {
|
|
1222
|
+
"equals": "sObject",
|
|
1223
|
+
"property": "salesforceOperationType"
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"label": "Salesforce object ID",
|
|
1228
|
+
"description": "Identifier of the Salesforce object",
|
|
1229
|
+
"group": "input",
|
|
1230
|
+
"type": "String",
|
|
1231
|
+
"feel": "optional",
|
|
1232
|
+
"binding": {
|
|
1233
|
+
"type": "zeebe:input",
|
|
1234
|
+
"name": "objectId"
|
|
1235
|
+
},
|
|
1236
|
+
"condition": {
|
|
1237
|
+
"allMatch": [
|
|
1238
|
+
{
|
|
1239
|
+
"property": "interactionType",
|
|
1240
|
+
"oneOf": ["patch", "get", "delete"]
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"property": "salesforceOperationType",
|
|
1244
|
+
"equals": "sObject"
|
|
1245
|
+
}
|
|
1246
|
+
]
|
|
1247
|
+
},
|
|
1248
|
+
"constraints": {
|
|
1249
|
+
"notEmpty": true
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"label": "Relationship field name",
|
|
1254
|
+
"description": "Name of the child relation",
|
|
1255
|
+
"group": "input",
|
|
1256
|
+
"type": "String",
|
|
1257
|
+
"feel": "optional",
|
|
1258
|
+
"binding": {
|
|
1259
|
+
"type": "zeebe:input",
|
|
1260
|
+
"name": "relationshipFieldName"
|
|
1261
|
+
},
|
|
1262
|
+
"optional": true,
|
|
1263
|
+
"condition": {
|
|
1264
|
+
"allMatch": [
|
|
1265
|
+
{
|
|
1266
|
+
"property": "interactionType",
|
|
1267
|
+
"equals": "get"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"property": "salesforceOperationType",
|
|
1271
|
+
"equals": "sObject"
|
|
1272
|
+
}
|
|
1273
|
+
]
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"label": "SOQL query",
|
|
1278
|
+
"description": "Salesforce SOQL Query, for more details, please refer to the <a href=\"https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm\" target=\"_blank\">documentation</a>",
|
|
1279
|
+
"group": "input",
|
|
1280
|
+
"type": "Text",
|
|
1281
|
+
"feel": "optional",
|
|
1282
|
+
"binding": {
|
|
1283
|
+
"type": "zeebe:input",
|
|
1284
|
+
"name": "soqlQuery"
|
|
1285
|
+
},
|
|
1286
|
+
"constraints": {
|
|
1287
|
+
"notEmpty": true
|
|
1288
|
+
},
|
|
1289
|
+
"condition": {
|
|
1290
|
+
"equals": "soqlQuery",
|
|
1291
|
+
"property": "salesforceOperationType"
|
|
1292
|
+
}
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"label": "Query parameters",
|
|
1296
|
+
"description": "Map of query parameters to add to the request URL",
|
|
1297
|
+
"type": "Hidden",
|
|
1298
|
+
"binding": {
|
|
1299
|
+
"type": "zeebe:input",
|
|
1300
|
+
"name": "queryParameters"
|
|
1301
|
+
},
|
|
1302
|
+
"value": "={\n q: soqlQuery\n}",
|
|
1303
|
+
"condition": {
|
|
1304
|
+
"equals": "soqlQuery",
|
|
1305
|
+
"property": "salesforceOperationType"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"label": "Query parameters",
|
|
1310
|
+
"description": "Map of query parameters to add to the request URL",
|
|
1311
|
+
"group": "input",
|
|
1312
|
+
"type": "String",
|
|
1313
|
+
"feel": "required",
|
|
1314
|
+
"binding": {
|
|
1315
|
+
"type": "zeebe:input",
|
|
1316
|
+
"name": "queryParameters"
|
|
1317
|
+
},
|
|
1318
|
+
"condition": {
|
|
1319
|
+
"allMatch": [
|
|
1320
|
+
{
|
|
1321
|
+
"property": "interactionType",
|
|
1322
|
+
"equals": "get"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"property": "salesforceOperationType",
|
|
1326
|
+
"equals": "sObject"
|
|
1327
|
+
}
|
|
1328
|
+
]
|
|
1329
|
+
},
|
|
1330
|
+
"optional": true
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"label": "URL",
|
|
1334
|
+
"type": "Hidden",
|
|
1335
|
+
"binding": {
|
|
1336
|
+
"type": "zeebe:input",
|
|
1337
|
+
"name": "url"
|
|
1338
|
+
},
|
|
1339
|
+
"value": "=baseUrl + \"/services/data/\" + apiVersion + \"/sobjects/\" + objectType + string(if objectId != null then \"/\" + objectId else \"\") + string(if relationshipFieldName != null then \"/\" + relationshipFieldName else \"\")",
|
|
1340
|
+
"condition": {
|
|
1341
|
+
"equals": "sObject",
|
|
1342
|
+
"property": "salesforceOperationType"
|
|
1343
|
+
}
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
"label": "URL",
|
|
1347
|
+
"type": "Hidden",
|
|
1348
|
+
"binding": {
|
|
1349
|
+
"type": "zeebe:input",
|
|
1350
|
+
"name": "url"
|
|
1351
|
+
},
|
|
1352
|
+
"value": "=baseUrl + \"/services/data/\" + apiVersion + \"/query\"",
|
|
1353
|
+
"condition": {
|
|
1354
|
+
"equals": "soqlQuery",
|
|
1355
|
+
"property": "salesforceOperationType"
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"label": "Record fields",
|
|
1360
|
+
"description": "Record fields to send to Salesforce",
|
|
1361
|
+
"group": "input",
|
|
1362
|
+
"type": "String",
|
|
1363
|
+
"feel": "required",
|
|
1364
|
+
"binding": {
|
|
1365
|
+
"type": "zeebe:input",
|
|
1366
|
+
"name": "body"
|
|
1367
|
+
},
|
|
1368
|
+
"condition": {
|
|
1369
|
+
"property": "interactionType",
|
|
1370
|
+
"oneOf": ["patch", "post"]
|
|
1371
|
+
},
|
|
1372
|
+
"constraints": {
|
|
1373
|
+
"notEmpty": true
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"label": "Bearer token",
|
|
1378
|
+
"group": "authentication",
|
|
1379
|
+
"type": "String",
|
|
1380
|
+
"feel": "optional",
|
|
1381
|
+
"binding": {
|
|
1382
|
+
"type": "zeebe:input",
|
|
1383
|
+
"name": "authentication.token"
|
|
1384
|
+
},
|
|
1385
|
+
"constraints": {
|
|
1386
|
+
"notEmpty": true
|
|
1387
|
+
},
|
|
1388
|
+
"condition": {
|
|
1389
|
+
"property": "authenticationType",
|
|
1390
|
+
"equals": "bearer"
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"description": "The OAuth token endpoint",
|
|
1395
|
+
"type": "Hidden",
|
|
1396
|
+
"value": "=baseUrl + \"/services/oauth2/token\"",
|
|
1397
|
+
"binding": {
|
|
1398
|
+
"type": "zeebe:input",
|
|
1399
|
+
"name": "authentication.oauthTokenEndpoint"
|
|
1400
|
+
},
|
|
1401
|
+
"condition": {
|
|
1402
|
+
"property": "authenticationType",
|
|
1403
|
+
"equals": "oauth-client-credentials-flow"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"label": "Client ID",
|
|
1408
|
+
"description": "Your application's client ID from the OAuth client",
|
|
1409
|
+
"group": "authentication",
|
|
1410
|
+
"type": "String",
|
|
1411
|
+
"feel": "optional",
|
|
1412
|
+
"binding": {
|
|
1413
|
+
"type": "zeebe:input",
|
|
1414
|
+
"name": "authentication.clientId"
|
|
1415
|
+
},
|
|
1416
|
+
"constraints": {
|
|
1417
|
+
"notEmpty": true
|
|
1418
|
+
},
|
|
1419
|
+
"condition": {
|
|
1420
|
+
"property": "authenticationType",
|
|
1421
|
+
"equals": "oauth-client-credentials-flow"
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"label": "Client secret",
|
|
1426
|
+
"description": "Your application's client secret from the OAuth client",
|
|
1427
|
+
"group": "authentication",
|
|
1428
|
+
"type": "String",
|
|
1429
|
+
"feel": "optional",
|
|
1430
|
+
"binding": {
|
|
1431
|
+
"type": "zeebe:input",
|
|
1432
|
+
"name": "authentication.clientSecret"
|
|
1433
|
+
},
|
|
1434
|
+
"constraints": {
|
|
1435
|
+
"notEmpty": true
|
|
1436
|
+
},
|
|
1437
|
+
"condition": {
|
|
1438
|
+
"property": "authenticationType",
|
|
1439
|
+
"equals": "oauth-client-credentials-flow"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"description": "Client authentication type",
|
|
1444
|
+
"id": "authentication.clientAuthentication",
|
|
1445
|
+
"value": "credentialsBody",
|
|
1446
|
+
"type": "Hidden",
|
|
1447
|
+
"binding": {
|
|
1448
|
+
"type": "zeebe:input",
|
|
1449
|
+
"name": "authentication.clientAuthentication"
|
|
1450
|
+
},
|
|
1451
|
+
"condition": {
|
|
1452
|
+
"property": "authenticationType",
|
|
1453
|
+
"equals": "oauth-client-credentials-flow"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"label": "Connection timeout",
|
|
1458
|
+
"description": "Sets the timeout in seconds to establish a connection or 0 for an infinite timeout",
|
|
1459
|
+
"group": "timeout",
|
|
1460
|
+
"type": "String",
|
|
1461
|
+
"value": "20",
|
|
1462
|
+
"binding": {
|
|
1463
|
+
"type": "zeebe:input",
|
|
1464
|
+
"name": "connectionTimeoutInSeconds"
|
|
1465
|
+
},
|
|
1466
|
+
"optional": true,
|
|
1467
|
+
"feel": "optional",
|
|
1468
|
+
"constraints": {
|
|
1469
|
+
"notEmpty": false,
|
|
1470
|
+
"pattern": {
|
|
1471
|
+
"value": "^(=|([0-9]+|\\{\\{secrets\\..+\\}\\})$)",
|
|
1472
|
+
"message": "Must be a timeout in seconds (default value is 20 seconds) or a FEEL expression"
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"label": "Result variable",
|
|
1478
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
1479
|
+
"group": "output",
|
|
1480
|
+
"type": "String",
|
|
1481
|
+
"binding": {
|
|
1482
|
+
"type": "zeebe:taskHeader",
|
|
1483
|
+
"key": "resultVariable"
|
|
1484
|
+
},
|
|
1485
|
+
"condition": {
|
|
1486
|
+
"property": "interactionType",
|
|
1487
|
+
"oneOf": ["get", "post"]
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"label": "Result expression",
|
|
1492
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
1493
|
+
"group": "output",
|
|
1494
|
+
"type": "Text",
|
|
1495
|
+
"feel": "required",
|
|
1496
|
+
"binding": {
|
|
1497
|
+
"type": "zeebe:taskHeader",
|
|
1498
|
+
"key": "resultExpression"
|
|
1499
|
+
},
|
|
1500
|
+
"condition": {
|
|
1501
|
+
"property": "interactionType",
|
|
1502
|
+
"oneOf": ["get", "post"]
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"label": "Error expression",
|
|
1507
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
1508
|
+
"group": "errors",
|
|
1509
|
+
"type": "Text",
|
|
1510
|
+
"feel": "required",
|
|
1511
|
+
"binding": {
|
|
1512
|
+
"type": "zeebe:taskHeader",
|
|
1513
|
+
"key": "errorExpression"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"id": "version",
|
|
1518
|
+
"label": "Version",
|
|
1519
|
+
"description": "Version of the element template",
|
|
1520
|
+
"value": "4",
|
|
1521
|
+
"group": "connector",
|
|
1522
|
+
"binding": {
|
|
1523
|
+
"key": "elementTemplateVersion",
|
|
1524
|
+
"type": "zeebe:taskHeader"
|
|
1525
|
+
},
|
|
1526
|
+
"type": "Hidden"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"id": "id",
|
|
1530
|
+
"label": "ID",
|
|
1531
|
+
"description": "ID of the element template",
|
|
1532
|
+
"value": "io.camunda.connectors.Salesforce.v1",
|
|
1533
|
+
"group": "connector",
|
|
1534
|
+
"binding": {
|
|
1535
|
+
"key": "elementTemplateId",
|
|
1536
|
+
"type": "zeebe:taskHeader"
|
|
1537
|
+
},
|
|
1538
|
+
"type": "Hidden"
|
|
1539
|
+
}
|
|
1540
|
+
]
|
|
1541
|
+
},
|
|
1013
1542
|
{
|
|
1014
1543
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1015
1544
|
"name": "Salesforce Outbound Connector",
|
|
@@ -1500,7 +2029,7 @@
|
|
|
1500
2029
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1501
2030
|
"name": "Salesforce Outbound Connector",
|
|
1502
2031
|
"id": "io.camunda.connectors.Salesforce.v1",
|
|
1503
|
-
"version":
|
|
2032
|
+
"version": 5,
|
|
1504
2033
|
"engines": {
|
|
1505
2034
|
"camunda": "^8.3"
|
|
1506
2035
|
},
|
|
@@ -1533,6 +2062,10 @@
|
|
|
1533
2062
|
"value": "bpmn:ServiceTask"
|
|
1534
2063
|
},
|
|
1535
2064
|
"groups": [
|
|
2065
|
+
{
|
|
2066
|
+
"id": "operation",
|
|
2067
|
+
"label": "Operation"
|
|
2068
|
+
},
|
|
1536
2069
|
{
|
|
1537
2070
|
"id": "authentication",
|
|
1538
2071
|
"label": "Authentication"
|
|
@@ -1606,7 +2139,6 @@
|
|
|
1606
2139
|
"label": "Type",
|
|
1607
2140
|
"id": "authenticationType",
|
|
1608
2141
|
"group": "authentication",
|
|
1609
|
-
"description": "Choose the authentication type",
|
|
1610
2142
|
"type": "Dropdown",
|
|
1611
2143
|
"choices": [
|
|
1612
2144
|
{
|
|
@@ -1626,9 +2158,9 @@
|
|
|
1626
2158
|
{
|
|
1627
2159
|
"id": "salesforceOperationType",
|
|
1628
2160
|
"label": "Salesforce operation type",
|
|
1629
|
-
"
|
|
2161
|
+
"tooltip": "sObject records to create, get, update, or delete a record; SOQL Query to run a Salesforce Object Query Language query.",
|
|
1630
2162
|
"type": "Dropdown",
|
|
1631
|
-
"group": "
|
|
2163
|
+
"group": "operation",
|
|
1632
2164
|
"binding": {
|
|
1633
2165
|
"type": "zeebe:input",
|
|
1634
2166
|
"name": "salesforceInteractionType"
|
|
@@ -1647,8 +2179,7 @@
|
|
|
1647
2179
|
{
|
|
1648
2180
|
"label": "Interaction type",
|
|
1649
2181
|
"id": "interactionType",
|
|
1650
|
-
"group": "
|
|
1651
|
-
"description": "Choose the kind of interaction you want to perform",
|
|
2182
|
+
"group": "operation",
|
|
1652
2183
|
"type": "Dropdown",
|
|
1653
2184
|
"choices": [
|
|
1654
2185
|
{
|
|
@@ -1693,7 +2224,7 @@
|
|
|
1693
2224
|
},
|
|
1694
2225
|
{
|
|
1695
2226
|
"label": "Salesforce object",
|
|
1696
|
-
"
|
|
2227
|
+
"placeholder": "Account",
|
|
1697
2228
|
"group": "input",
|
|
1698
2229
|
"type": "String",
|
|
1699
2230
|
"feel": "optional",
|
|
@@ -1711,7 +2242,6 @@
|
|
|
1711
2242
|
},
|
|
1712
2243
|
{
|
|
1713
2244
|
"label": "Salesforce object ID",
|
|
1714
|
-
"description": "Identifier of the Salesforce object",
|
|
1715
2245
|
"group": "input",
|
|
1716
2246
|
"type": "String",
|
|
1717
2247
|
"feel": "optional",
|
|
@@ -1737,7 +2267,7 @@
|
|
|
1737
2267
|
},
|
|
1738
2268
|
{
|
|
1739
2269
|
"label": "Relationship field name",
|
|
1740
|
-
"
|
|
2270
|
+
"tooltip": "Name of the child relation",
|
|
1741
2271
|
"group": "input",
|
|
1742
2272
|
"type": "String",
|
|
1743
2273
|
"feel": "optional",
|
|
@@ -1761,7 +2291,7 @@
|
|
|
1761
2291
|
},
|
|
1762
2292
|
{
|
|
1763
2293
|
"label": "SOQL query",
|
|
1764
|
-
"
|
|
2294
|
+
"tooltip": "Salesforce Object Query Language statement used to retrieve records. See the <a href=\"https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm\" target=\"_blank\">SOQL reference</a>.",
|
|
1765
2295
|
"group": "input",
|
|
1766
2296
|
"type": "Text",
|
|
1767
2297
|
"feel": "optional",
|
|
@@ -1793,7 +2323,7 @@
|
|
|
1793
2323
|
},
|
|
1794
2324
|
{
|
|
1795
2325
|
"label": "Query parameters",
|
|
1796
|
-
"
|
|
2326
|
+
"tooltip": "Map of query parameters to add to the request URL",
|
|
1797
2327
|
"group": "input",
|
|
1798
2328
|
"type": "String",
|
|
1799
2329
|
"feel": "required",
|
|
@@ -1843,7 +2373,7 @@
|
|
|
1843
2373
|
},
|
|
1844
2374
|
{
|
|
1845
2375
|
"label": "Record fields",
|
|
1846
|
-
"
|
|
2376
|
+
"tooltip": "Field values for the Salesforce object, provided as a FEEL context.",
|
|
1847
2377
|
"group": "input",
|
|
1848
2378
|
"type": "String",
|
|
1849
2379
|
"feel": "required",
|
|
@@ -1891,7 +2421,7 @@
|
|
|
1891
2421
|
},
|
|
1892
2422
|
{
|
|
1893
2423
|
"label": "Client ID",
|
|
1894
|
-
"
|
|
2424
|
+
"tooltip": "Your application's client ID from the OAuth client",
|
|
1895
2425
|
"group": "authentication",
|
|
1896
2426
|
"type": "String",
|
|
1897
2427
|
"feel": "optional",
|
|
@@ -1909,7 +2439,7 @@
|
|
|
1909
2439
|
},
|
|
1910
2440
|
{
|
|
1911
2441
|
"label": "Client secret",
|
|
1912
|
-
"
|
|
2442
|
+
"tooltip": "Your application's client secret from the OAuth client",
|
|
1913
2443
|
"group": "authentication",
|
|
1914
2444
|
"type": "String",
|
|
1915
2445
|
"feel": "optional",
|
|
@@ -1941,7 +2471,7 @@
|
|
|
1941
2471
|
},
|
|
1942
2472
|
{
|
|
1943
2473
|
"label": "Connection timeout",
|
|
1944
|
-
"
|
|
2474
|
+
"tooltip": "Timeout in seconds to establish a connection, or 0 for an infinite timeout.",
|
|
1945
2475
|
"group": "timeout",
|
|
1946
2476
|
"type": "String",
|
|
1947
2477
|
"value": "20",
|
|
@@ -1961,7 +2491,7 @@
|
|
|
1961
2491
|
},
|
|
1962
2492
|
{
|
|
1963
2493
|
"label": "Result variable",
|
|
1964
|
-
"
|
|
2494
|
+
"tooltip": "Name of variable to store the response in. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">result variable documentation</a>",
|
|
1965
2495
|
"group": "output",
|
|
1966
2496
|
"type": "String",
|
|
1967
2497
|
"binding": {
|
|
@@ -1975,7 +2505,7 @@
|
|
|
1975
2505
|
},
|
|
1976
2506
|
{
|
|
1977
2507
|
"label": "Result expression",
|
|
1978
|
-
"
|
|
2508
|
+
"tooltip": "Expression to map the response into process variables. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">result expression documentation</a>",
|
|
1979
2509
|
"group": "output",
|
|
1980
2510
|
"type": "Text",
|
|
1981
2511
|
"feel": "required",
|
|
@@ -1990,7 +2520,7 @@
|
|
|
1990
2520
|
},
|
|
1991
2521
|
{
|
|
1992
2522
|
"label": "Error expression",
|
|
1993
|
-
"
|
|
2523
|
+
"tooltip": "Expression to handle errors. <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">BPMN error handling documentation</a>",
|
|
1994
2524
|
"group": "errors",
|
|
1995
2525
|
"type": "Text",
|
|
1996
2526
|
"feel": "required",
|
|
@@ -2003,7 +2533,7 @@
|
|
|
2003
2533
|
"id": "version",
|
|
2004
2534
|
"label": "Version",
|
|
2005
2535
|
"description": "Version of the element template",
|
|
2006
|
-
"value": "
|
|
2536
|
+
"value": "5",
|
|
2007
2537
|
"group": "connector",
|
|
2008
2538
|
"binding": {
|
|
2009
2539
|
"key": "elementTemplateVersion",
|
|
@@ -2023,6 +2553,110 @@
|
|
|
2023
2553
|
},
|
|
2024
2554
|
"type": "Hidden"
|
|
2025
2555
|
}
|
|
2556
|
+
],
|
|
2557
|
+
"steps": [
|
|
2558
|
+
{
|
|
2559
|
+
"name": "sObject record",
|
|
2560
|
+
"description": "Read, create, update or delete Salesforce sObject records",
|
|
2561
|
+
"steps": [
|
|
2562
|
+
{
|
|
2563
|
+
"name": "Read record",
|
|
2564
|
+
"description": "Retrieve a Salesforce sObject record by its ID",
|
|
2565
|
+
"keywords": [
|
|
2566
|
+
"get record",
|
|
2567
|
+
"read record",
|
|
2568
|
+
"fetch record",
|
|
2569
|
+
"retrieve sObject",
|
|
2570
|
+
"lookup record"
|
|
2571
|
+
],
|
|
2572
|
+
"presetId": "sObject_get"
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"name": "Create record",
|
|
2576
|
+
"description": "Create a new Salesforce sObject record",
|
|
2577
|
+
"keywords": [
|
|
2578
|
+
"create record",
|
|
2579
|
+
"new record",
|
|
2580
|
+
"insert record",
|
|
2581
|
+
"add sObject",
|
|
2582
|
+
"post record"
|
|
2583
|
+
],
|
|
2584
|
+
"presetId": "sObject_post"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"name": "Update record",
|
|
2588
|
+
"description": "Update an existing Salesforce sObject record",
|
|
2589
|
+
"keywords": [
|
|
2590
|
+
"update record",
|
|
2591
|
+
"modify record",
|
|
2592
|
+
"patch record",
|
|
2593
|
+
"edit sObject",
|
|
2594
|
+
"change record"
|
|
2595
|
+
],
|
|
2596
|
+
"presetId": "sObject_patch"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"name": "Delete record",
|
|
2600
|
+
"description": "Delete a Salesforce sObject record by its ID",
|
|
2601
|
+
"keywords": [
|
|
2602
|
+
"delete record",
|
|
2603
|
+
"remove record",
|
|
2604
|
+
"drop record",
|
|
2605
|
+
"erase sObject",
|
|
2606
|
+
"destroy record"
|
|
2607
|
+
],
|
|
2608
|
+
"presetId": "sObject_delete"
|
|
2609
|
+
}
|
|
2610
|
+
]
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "SOQL query",
|
|
2614
|
+
"description": "Run a Salesforce Object Query Language (SOQL) query to fetch records",
|
|
2615
|
+
"keywords": [
|
|
2616
|
+
"SOQL query",
|
|
2617
|
+
"query records",
|
|
2618
|
+
"search records",
|
|
2619
|
+
"run query",
|
|
2620
|
+
"select records"
|
|
2621
|
+
],
|
|
2622
|
+
"presetId": "soqlQuery"
|
|
2623
|
+
}
|
|
2624
|
+
],
|
|
2625
|
+
"presets": [
|
|
2626
|
+
{
|
|
2627
|
+
"id": "sObject_get",
|
|
2628
|
+
"properties": {
|
|
2629
|
+
"salesforceOperationType": "sObject",
|
|
2630
|
+
"interactionType": "get"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"id": "sObject_post",
|
|
2635
|
+
"properties": {
|
|
2636
|
+
"salesforceOperationType": "sObject",
|
|
2637
|
+
"interactionType": "post"
|
|
2638
|
+
}
|
|
2639
|
+
},
|
|
2640
|
+
{
|
|
2641
|
+
"id": "sObject_patch",
|
|
2642
|
+
"properties": {
|
|
2643
|
+
"salesforceOperationType": "sObject",
|
|
2644
|
+
"interactionType": "patch"
|
|
2645
|
+
}
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"id": "sObject_delete",
|
|
2649
|
+
"properties": {
|
|
2650
|
+
"salesforceOperationType": "sObject",
|
|
2651
|
+
"interactionType": "delete"
|
|
2652
|
+
}
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"id": "soqlQuery",
|
|
2656
|
+
"properties": {
|
|
2657
|
+
"salesforceOperationType": "soqlQuery"
|
|
2658
|
+
}
|
|
2659
|
+
}
|
|
2026
2660
|
]
|
|
2027
2661
|
}
|
|
2028
2662
|
]
|