16
Richard Seroter | seroter.wordpress.com | @rseroter | www.tier3.com Using the Force.com Integration APIs

Using the Force.com Integration APIs

Embed Size (px)

DESCRIPTION

Walkthrough of the core APIs that developers can use to integrate with Salesforce.com applications.

Citation preview

Page 1: Using the Force.com Integration APIs

Richard Seroter | seroter.wordpress.com | @rseroter | www.tier3.com

Using the

Force.com Integration APIs

Page 2: Using the Force.com Integration APIs

It’s easy to build silo applications in the cloud.

Page 3: Using the Force.com Integration APIs

Failed integration is a leading cause of unsuccessful cloud projects

Page 4: Using the Force.com Integration APIs

Ideally, systems are connected efficiently

regardless of location.

Page 5: Using the Force.com Integration APIs

Inbound Integration

SOAP APIs REST API Batch API

Enterprise

Partner

Page 6: Using the Force.com Integration APIs

http://www.flickr.com/photos/mdu2boy/298303929/

SOAP APIs are easy to consume and work well with existing tools.

Page 7: Using the Force.com Integration APIs

REST APIs are ideal for modern, mobile applications.

Page 8: Using the Force.com Integration APIs

SOAP APIs

REST API

CRUD operations X X

Management functions X

Secure sessions X X

XML input/output X X

JSON input/output X

Service definition file X

Binary data access X

Page 9: Using the Force.com Integration APIs

The Bulk API is a good fit for bulk data transfer.

Page 10: Using the Force.com Integration APIs

Break time!

Page 11: Using the Force.com Integration APIs

OutboundIntegration

Streaming API Custom ApexOutbound Messaging

Page 12: Using the Force.com Integration APIs

The Streaming API gives you real-time access to data changes.

Page 13: Using the Force.com Integration APIs

Write custom Apex code to consume synchronous or asynchronous services.

Page 14: Using the Force.com Integration APIs

Outbound Messaging is great for sending messages out of

Salesforce.com to external systems.

Page 15: Using the Force.com Integration APIs

Many tools now integrate with the Force.com API to make integration easier.

Page 16: Using the Force.com Integration APIs

Richard Seroter | seroter.wordpress.com | @rseroter | www.tier3.com

Look for the best integration technique for your solution.

Thank you!