Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-10471

Update Salesforce component to support limits REST API

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 2.18.1
    • Fix Version/s: 2.19.0
    • Component/s: camel-salesforce
    • Labels:
    • Environment:

      Any

    • Estimated Complexity:
      Unknown
    • Flags:
      Patch

      Description

      Part of CAMEL-8396 to add support for the Organization Limits Salesforce API.

      Add operation `limit` that can be used like:

      ...to("salesforce:limit")
          .choice()
            .when(
               simple("${body.dailyApiRequests.remaining} > 0")
            )...
          .endChoice();
      

        Attachments

          Activity

            People

            • Assignee:
              davsclaus Claus Ibsen
              Reporter:
              zregvart Zoran Regvart
            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: