- 13 Nov 2024
- 1 Minute to read
- Print
- DarkLight
Apex RelayActionResponse
- Updated on 13 Nov 2024
- 1 Minute to read
- Print
- DarkLight
The RelayActionResponse is returned by the RelayOnboardAction and the RelayMessageAction actions. It contains the result of the executed action.
FIELD | DESCRIPTION |
---|---|
responseCode | A numeric code . As the Relay actions make a callout, the returned value will be the HTTP status code returned by the callout. Please refer to the specific Relay action documentation to determine possible responses. In the event there are errors with the actual action request and the values passed in, a value of 500 will be returned and the responseMessage will contain a description of the failure.
|
responseMessage | A human readable message related to the response code. |