Name | Type | Description |
---|---|---|
url | String | The URL for the endpoint. |
requestEvent | SimpleEvent | The input event to send |
correlationId | String | An optional id to correlate request and response. |
successCallbackRuleFunctionURL | String | The fully qualified path of a rule function to be invoked for success case. |
errorCallbackRuleFunctionURL | String | Error case callback rulefunction. Can be null. |
methodType | String | The HTTP method type, should be POST if the requestEvent's payload is not null |
Type | Description |
---|---|
String | the correlation id |