Skip to content

Commit

Permalink
feat: enable raw payload on salesforce create/update kamelets
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli authored and oscerd committed Aug 22, 2022
1 parent d5851ca commit d9d06a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions kamelets/salesforce-create-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ spec:
uri: "{{local-salesforce}}:createSObject"
parameters:
sObjectName: "{{sObjectName}}"
rawPayload: "true"
1 change: 1 addition & 0 deletions kamelets/salesforce-update-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ spec:
parameters:
sObjectId: "{{sObjectId}}"
sObjectName: "{{sObjectName}}"
rawPayload: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ spec:
uri: "{{local-salesforce}}:createSObject"
parameters:
sObjectName: "{{sObjectName}}"
rawPayload: "true"
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ spec:
parameters:
sObjectId: "{{sObjectId}}"
sObjectName: "{{sObjectName}}"
rawPayload: "true"

0 comments on commit d9d06a3

Please sign in to comment.