Package version:
OptionalauthenticationAuthentication method used for calling the endpoint.
OptionalbodyRepresents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).
OptionaldependsActivity depends on condition.
OptionaldescriptionActivity description.
OptionalheadersRepresents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).
Rest API method for target endpoint.
Activity name.
OptionalonStatus result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
OptionalpolicyActivity policy.
OptionalreportWhen set to true, statusCode, output and error in callback request body will be consumed by activity. The activity can be marked as failed by setting statusCode >= 400 in callback request. Default is false. Type: boolean (or Expression with resultType boolean).
OptionalstateActivity state. This is an optional property and if not provided, the state will be Active by default.
OptionaltimeoutThe timeout within which the webhook should be called back. If there is no value specified, it defaults to 10 minutes. Type: string. Pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Polymorphic discriminator, which specifies the different types this object can be
WebHook activity target endpoint and path. Type: string (or Expression with resultType string).
OptionaluserActivity user properties.
WebHook activity.