You are here:
HTTP Action Properties for Integration Procedures (Managed Package)
For the managed package runtime, these properties are unique to or function in a unique manner in HTTP Actions. The HTTP Action executes a REST call and returns its results to the Integration Procedure.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
Property |
Description |
|---|---|
HTTP Path |
URL to call. For Apex REST actions, you can use merge fields to set this property. Note
Beginning with Vlocity Spring '19, you can pass percentage signs in the URL by replacing the percentage sign in the Path with the variable $Vlocity.Percent. |
HTTP Method |
GET, POST, PUT, PATCH, or DELETE |
Named Credential |
Salesforce named credential required for endpoint |
REST Options: Header |
HTML header settings specified as key/value pairs To change the
character set for a REST call, set the key to |
REST Options: Params |
URL parameters specified as key/value pairs |
Send Body |
Enable a POST action to send Body contents |
Timeout |
How long in milliseconds to wait for a response |
Client Certificate Name |
For two-factor authentication, the name of the client certificate to be used. |
Debug Logging: Pre Action Logging and Post Action Logging |
Specifies information to be added to the Preview tab's Debug Output pane before or after the action is attempted. You can log values from PropertySetMap and the following merge fields:
For example: |
Retry Count |
Number of times to retry action when it fails |
XML Escape Response |
Remove XML escapes from an XML response |

