Zoran Regvart created CAMEL-10472:
-------------------------------------
Summary: Update Salesforce component to support recent items REST
API
Key: CAMEL-10472
URL: https://issues.apache.org/jira/browse/CAMEL-10472
Project: Camel
Issue Type: New Feature
Components: camel-salesforce
Affects Versions: 2.18.1
Environment: Any
Reporter: Zoran Regvart
Part of CAMEL-8396 to add support for the [Recently Viewed
Items|https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_recent_items.htm].
Add operation `recent` that can be used like:
{code:java}
...to("salesforce:recent")
.split().body()
.log("${body.name} at ${body.attributes.url}");
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)