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

Update Salesforce component to support limits REST API

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.18.1
    • 2.19.0
    • camel-salesforce
    • Any

    • Unknown
    • 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

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

            Dates

              Created:
              Updated:
              Resolved: