| title | HttpCallAction |
|---|---|
| description | HttpCallAction Schema Reference |
| 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 |