Zoran Regvart created CAMEL-10471:
-------------------------------------
Summary: Update Salesforce component to support limits REST API
Key: CAMEL-10471
URL: https://issues.apache.org/jira/browse/CAMEL-10471
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 [Organization Limits Salesforce
API|https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm].
Add operation `limit` that can be used like:
{code:java}
...to("salesforce:limit")
.choice()
.when(
simple("${body.dailyApiRequests.remaining} > 0")
)...
.endChoice();
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)