GitHub user zregvart opened a pull request:
https://github.com/apache/camel/pull/1452
CAMEL-10804 Create a Salesforce example
This adds configuration for `Camel Salesman` Connected App on Salesforce
developer instance running under `Camelus Bactrianus`
([email protected]) user.
Given a Tweet's user uses its `name` as `Last Name` and `screenName` as
custom property `Twitter Screen Name` to create a contact in the
Developer Edition Salesforce instance. The `Twitter Screen Name` field
is defined as unique so in order not to create duplicate Contacts an
update-or-insert operation is performed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zregvart/camel CAMEL-10804
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1452.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1452
----
commit 629d66e91f57c42d49596ac05ddeb6cb58e1745c
Author: Zoran Regvart <[email protected]>
Date: 2017-02-08T13:14:52Z
CAMEL-10804 Create a Salesforce example
This adds configuration for `Camel Salesman` Connected App on Salesforce
developer instance running under `Camelus Bactrianus`
([email protected]) user.
Given a Tweet's user uses its `name` as `Last Name` and `screenName` as
custom property `Twitter Screen Name` to create a contact in the
Developer Edition Salesforce instance. The `Twitter Screen Name` field
is defined as unique so in order not to create duplicate Contacts an
update-or-insert operation is performed.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---