Loading
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Response Action for Integration Procedures

          Response Action for Integration Procedures

          The Response Action ends an Integration Procedure and returns data to the entity that called it. It can also add data to the data JSON or end conditionally. Response Actions are useful for debugging Integration Procedures.

          Response Actions are also useful for trimming the data response. For specific trimming strategies, see Manipulate JSON with the Send/Response Transformations Properties.

          For Integration Procedure examples that include at least one Response Action, see Work with Data and Lists, Handle Errors by Using a Try-Catch Block, and Integration Procedure Action for Integration Procedures.

          Property

          Description

          Additional Output

          Key/value pairs to add to data JSON. Can merge other data. To specify a level below the top level for a key/value pair, use a colon-delimited path in the Key field. For example:

          Key Field: Key1:Key2

          Resulting JSON:

          {
                          "Key1":
                          { 
                          "Key2": "Value"
                          }
                          }

          Return Only Additional Output

          Enable to discard data other than the key/value pairs defined as additional output. If you enable this option, disable Return Full Data JSON.

          Return Full Data JSON

          Enable to return entire data JSON. If you enable this option, disable Return Only Additional Output.

          Response Headers

          To add data to the response header, add key/value pairs to this property. To override the HTTP status code returned in the header, create a key named StatusCode and assign it a valid HTTP response value.

          Execution Conditional Formula

          Ends the Integration Procedure only if the specified condition is true.

           
          Loading
          Salesforce Help | Article