TestWebhookAction is used to input data for testing a webhook action.

Table: TestWebhookAction

ParameterTypeRequired[a]DefaultDescription
bodyTemplatestringyes The body of the http(s) request. Can be templated with values from the result.
eventDatastringyes JSON data representing one or more events. One event can be supplied as a JSON object. Multiple events must be supplied as a list of JSON objects.
headers[HttpHeaderEntryInput]yes The headers of the http(s) request. See HttpHeaderEntryInput.
ignoreSSLbooleanyes Whether SSL should be ignored for the request.
methodstringyes The method to use for the request.
namestringyes The name of the action.
triggerNamestringyes The name of the action. This is a mock value, the trigger doesn't have to exist.
urlstringyes The URL where to send the http(s) request.
useProxybooleanyes Defines whether the action should use the configured proxy to make web requests.
viewNamestringyes The name of the view of the action.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.