mgubaidullin commented on issue #364:
URL: https://github.com/apache/camel-karavan/issues/364#issuecomment-1247266945

   ```
   ...
               - to:
                   uri: salesforce:updateSObject
                   parameters:
                     sObjectName: Opportunity
                   description: Update Opportunity Object
   ....
       - beans:
           - name: salesforce
             type: 
'#class:org.apache.camel.component.salesforce.SalesforceComponent'
             properties:
               loginUrl: https://login.salesforce.com
               clientSecret: SECRET
               userName: USERNAME
               clientId: CLIENT_ID
               password: PASSWORD
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to