Hey guys, following on from Mini Hacks last week at Cloudstock, I thought I’d post the challenges here in the blog so y’all can share your solutions in comments.

If you can’t read the text on the graphic, here is what we called the Integration Hack~

Challenge: Integrate a Force.com application with a web service hosted at Heroku

Requirements:

  • This challenge requires a Force.com Developer Edition account: http://bit.ly/dfcsignup
  • Write functionality which, upon creation of a new Contact will submit the Contact’s First, Last Names and Email address to the web service at http://cs12minihack.herokuapp.com/ using the following JSON format:
    {
    “firstName”: “Marc”,
    “lastName”: “Benioff”,
    “email”: “ceo@salesforce.com”
    }

Submit Your Results:

  • Follow the directions in the reply from your web service call

That’s it! Feel free to post how you solved this and what your return result was.

Get the latest Salesforce Developer blog posts and podcast episodes via Slack or RSS.

Add to Slack Subscribe to RSS