Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3B05E200C15 for ; Wed, 8 Feb 2017 14:16:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 39A67160B5A; Wed, 8 Feb 2017 13:16:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 83CFA160B4E for ; Wed, 8 Feb 2017 14:16:54 +0100 (CET) Received: (qmail 2657 invoked by uid 500); 8 Feb 2017 13:16:53 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 2645 invoked by uid 99); 8 Feb 2017 13:16:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2017 13:16:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 30584DFB0E; Wed, 8 Feb 2017 13:16:53 +0000 (UTC) From: zregvart To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request #1452: CAMEL-10804 Create a Salesforce example Content-Type: text/plain Date: Wed, 8 Feb 2017 13:16:53 +0000 (UTC) archived-at: Wed, 08 Feb 2017 13:16:55 -0000 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` (cbactrianus@gmail.com) 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 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` (cbactrianus@gmail.com) 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---