Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 661 Bytes

File metadata and controls

17 lines (15 loc) · 661 Bytes
title HttpCallAction
description HttpCallAction Schema Reference

Properties

Property Type Required Description
name string Action name
type string
url string Target URL
method Enum<'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE'> HTTP method
headers Record<string, string> optional Request headers
body any optional Request body (object/string)
authentication object optional Authentication configuration
timeout number optional Request timeout in milliseconds